|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.j2ee.blueprints.petstore.control.ejb.MailAction
This class encapsulates all the logic to build an EMail Message. It uses the Order EJB and Account EJB to get the info to build and send a message.
Constructor Summary | |
MailAction()
|
Method Summary | |
void |
sendConfirmationMessage(int orderId)
This method creates an email confirmation message for an order and sends an email to the customer. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public MailAction()
Method Detail |
public void sendConfirmationMessage(int orderId)
order
- is the orderEJB used to generate content
for the email message for a particular
customer order
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |