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 TypeMethodDescriptionReturns a String that will be appeneded to the standard email body.Returns a String that will be appended to the standard email subject.Gets the RouteHeaderVO bean which has document datavoidsetActionRequestVO(ActionRequest actionRequestVO) voidsetRouteHeaderVO(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
Description copied from interface:CustomEmailAttributeGets the RouteHeaderVO bean which has document data- Specified by:
getRouteHeaderVOin interfaceCustomEmailAttribute- Returns:
-
setRouteHeaderVO
- Specified by:
setRouteHeaderVOin interfaceCustomEmailAttribute
-
getActionRequestVO
- Specified by:
getActionRequestVOin interfaceCustomEmailAttribute
-
setActionRequestVO
- Specified by:
setActionRequestVOin interfaceCustomEmailAttribute
-