|
||||||||||
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 | |
---|---|
ActionRequestDTO |
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. |
RouteHeaderDTO |
getRouteHeaderVO()
Gets the RouteHeaderVO bean which has document data |
void |
setActionRequestVO(ActionRequestDTO actionRequestVO)
|
void |
setRouteHeaderVO(RouteHeaderDTO routeHeaderVO)
|
Method Detail |
---|
String getCustomEmailSubject() throws Exception
Exception
String getCustomEmailBody() throws Exception
Exception
RouteHeaderDTO getRouteHeaderVO()
void setRouteHeaderVO(RouteHeaderDTO routeHeaderVO)
ActionRequestDTO getActionRequestVO()
void setActionRequestVO(ActionRequestDTO actionRequestVO)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |