public class CustomEmailAttributeImpl extends Object implements CustomEmailAttribute
CustomEmailAttribute.| Constructor and Description |
|---|
CustomEmailAttributeImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public CustomEmailAttributeImpl()
public String getCustomEmailSubject() throws Exception
CustomEmailAttributegetCustomEmailSubject in interface CustomEmailAttributeExceptionpublic String getCustomEmailBody() throws Exception
CustomEmailAttributegetCustomEmailBody in interface CustomEmailAttributeExceptionpublic Document getRouteHeaderVO()
CustomEmailAttributegetRouteHeaderVO in interface CustomEmailAttributepublic void setRouteHeaderVO(Document routeHeaderVO)
setRouteHeaderVO in interface CustomEmailAttributepublic ActionRequest getActionRequestVO()
getActionRequestVO in interface CustomEmailAttributepublic void setActionRequestVO(ActionRequest actionRequestVO)
setActionRequestVO in interface CustomEmailAttributeCopyright © 2005–2016 The Kuali Foundation. All rights reserved.