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
ExceptionString getCustomEmailBody() throws Exception
ExceptionDocument getRouteHeaderVO()
void setRouteHeaderVO(Document routeHeaderVO)
ActionRequest getActionRequestVO()
void setActionRequestVO(ActionRequest actionRequestVO)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.