org.kuali.rice.kew.mail
Class CustomEmailAttributeImpl

java.lang.Object
  extended by org.kuali.rice.kew.mail.CustomEmailAttributeImpl
All Implemented Interfaces:
CustomEmailAttribute

public class CustomEmailAttributeImpl
extends Object
implements CustomEmailAttribute

Default implementation of the CustomEmailAttribute.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
CustomEmailAttributeImpl()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomEmailAttributeImpl

public CustomEmailAttributeImpl()
Method Detail

getCustomEmailSubject

public String getCustomEmailSubject()
                             throws Exception
Description copied from interface: CustomEmailAttribute
Returns a String that will be appended to the standard email subject.

Specified by:
getCustomEmailSubject in interface CustomEmailAttribute
Throws:
Exception

getCustomEmailBody

public String getCustomEmailBody()
                          throws Exception
Description copied from interface: CustomEmailAttribute
Returns a String that will be appeneded to the standard email body.

Specified by:
getCustomEmailBody in interface CustomEmailAttribute
Throws:
Exception

getRouteHeaderVO

public Document getRouteHeaderVO()
Description copied from interface: CustomEmailAttribute
Gets the RouteHeaderVO bean which has document data

Specified by:
getRouteHeaderVO in interface CustomEmailAttribute
Returns:

setRouteHeaderVO

public void setRouteHeaderVO(Document routeHeaderVO)
Specified by:
setRouteHeaderVO in interface CustomEmailAttribute

getActionRequestVO

public ActionRequest getActionRequestVO()
Specified by:
getActionRequestVO in interface CustomEmailAttribute

setActionRequestVO

public void setActionRequestVO(ActionRequest actionRequestVO)
Specified by:
setActionRequestVO in interface CustomEmailAttribute


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.