|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomEmailAttribute
Application areas can implement this interface to generate custom email content. At the point that getCustomEmailSubject() and getCustomEmailBody() are called, the RouteHeaderVO and ActionRequestVO have already been set so the implementing class can simply call the approriate getters to retrieve the data beans.
Method Summary | |
---|---|
ActionRequest |
getActionRequestVO()
|
String |
getCustomEmailBody()
Returns a String that will be appeneded to the standard email body. |
String |
getCustomEmailSubject()
Returns a String that will be appended to the standard email subject. |
Document |
getRouteHeaderVO()
Gets the RouteHeaderVO bean which has document data |
void |
setActionRequestVO(ActionRequest actionRequestVO)
|
void |
setRouteHeaderVO(Document routeHeaderVO)
|
Method Detail |
---|
String getCustomEmailSubject() throws Exception
Exception
String getCustomEmailBody() throws Exception
Exception
Document getRouteHeaderVO()
void setRouteHeaderVO(Document routeHeaderVO)
ActionRequest getActionRequestVO()
void setActionRequestVO(ActionRequest actionRequestVO)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |