Package org.kuali.rice.kew.mail
Class CustomEmailAttributeImpl
java.lang.Object
org.kuali.rice.kew.mail.CustomEmailAttributeImpl
- All Implemented Interfaces:
CustomEmailAttribute
Default implementation of the
CustomEmailAttribute.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.kuali.rice.kew.api.action.ActionRequestReturns a String that will be appeneded to the standard email body.Returns a String that will be appended to the standard email subject.org.kuali.rice.kew.api.document.DocumentGets the RouteHeaderVO bean which has document datavoidsetActionRequestVO(org.kuali.rice.kew.api.action.ActionRequest actionRequestVO) voidsetRouteHeaderVO(org.kuali.rice.kew.api.document.Document routeHeaderVO)
-
Constructor Details
-
CustomEmailAttributeImpl
public CustomEmailAttributeImpl()
-
-
Method Details
-
getCustomEmailSubject
Description copied from interface:CustomEmailAttributeReturns a String that will be appended to the standard email subject.- Specified by:
getCustomEmailSubjectin interfaceCustomEmailAttribute- Throws:
Exception
-
getCustomEmailBody
Description copied from interface:CustomEmailAttributeReturns a String that will be appeneded to the standard email body.- Specified by:
getCustomEmailBodyin interfaceCustomEmailAttribute- Throws:
Exception
-
getRouteHeaderVO
public org.kuali.rice.kew.api.document.Document getRouteHeaderVO()Description copied from interface:CustomEmailAttributeGets the RouteHeaderVO bean which has document data- Specified by:
getRouteHeaderVOin interfaceCustomEmailAttribute- Returns:
-
setRouteHeaderVO
public void setRouteHeaderVO(org.kuali.rice.kew.api.document.Document routeHeaderVO) - Specified by:
setRouteHeaderVOin interfaceCustomEmailAttribute
-
getActionRequestVO
public org.kuali.rice.kew.api.action.ActionRequest getActionRequestVO()- Specified by:
getActionRequestVOin interfaceCustomEmailAttribute
-
setActionRequestVO
public void setActionRequestVO(org.kuali.rice.kew.api.action.ActionRequest actionRequestVO) - Specified by:
setActionRequestVOin interfaceCustomEmailAttribute
-