public interface CustomEmailAttribute
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) |
String getCustomEmailSubject() throws Exception
Exception
String getCustomEmailBody() throws Exception
Exception
Document getRouteHeaderVO()
void setRouteHeaderVO(Document routeHeaderVO)
ActionRequest getActionRequestVO()
void setActionRequestVO(ActionRequest actionRequestVO)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.