|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kew.mail.CustomEmailAttributeImpl
public class CustomEmailAttributeImpl
Default implementation of the CustomEmailAttribute
.
Constructor Summary | |
---|---|
CustomEmailAttributeImpl()
|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CustomEmailAttributeImpl()
Method Detail |
---|
public String getCustomEmailSubject() throws Exception
CustomEmailAttribute
getCustomEmailSubject
in interface CustomEmailAttribute
Exception
public String getCustomEmailBody() throws Exception
CustomEmailAttribute
getCustomEmailBody
in interface CustomEmailAttribute
Exception
public Document getRouteHeaderVO()
CustomEmailAttribute
getRouteHeaderVO
in interface CustomEmailAttribute
public void setRouteHeaderVO(Document routeHeaderVO)
setRouteHeaderVO
in interface CustomEmailAttribute
public ActionRequest getActionRequestVO()
getActionRequestVO
in interface CustomEmailAttribute
public void setActionRequestVO(ActionRequest actionRequestVO)
setActionRequestVO
in interface CustomEmailAttribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |