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
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
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.