Class BaseEmailContentServiceImpl
java.lang.Object
org.kuali.rice.kew.mail.service.impl.BaseEmailContentServiceImpl
- All Implemented Interfaces:
EmailContentService
- Direct Known Subclasses:
StyleableEmailContentServiceImpl
Base EmailContentService implementation with a default email from address that can be
configured via Spring property injection
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected static CustomEmailAttributegetCustomEmailAttribute(org.kuali.rice.kim.api.identity.Person user, org.kuali.rice.kew.api.action.ActionItem actionItem) getDocumentTypeEmailAddress(DocumentType documentType) protected Stringprotected StringvoidsetDefaultEmailFromAddress(String defaultEmailFromAddress) voidsetDeploymentEnvironment(String deploymentEnvironment) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kuali.rice.kew.mail.service.EmailContentService
generateDailyReminder, generateFeedback, generateImmediateReminder, generateWeeklyReminder
-
Field Details
-
defaultEmailFromAddress
-
deploymentEnvironment
-
-
Constructor Details
-
BaseEmailContentServiceImpl
public BaseEmailContentServiceImpl()
-
-
Method Details
-
setDefaultEmailFromAddress
-
getApplicationEmailAddress
- Specified by:
getApplicationEmailAddressin interfaceEmailContentService
-
getDocumentTypeEmailAddress
- Specified by:
getDocumentTypeEmailAddressin interfaceEmailContentService
-
getDeploymentEnvironment
-
setDeploymentEnvironment
-
getCustomEmailAttribute
protected static CustomEmailAttribute getCustomEmailAttribute(org.kuali.rice.kim.api.identity.Person user, org.kuali.rice.kew.api.action.ActionItem actionItem) throws org.kuali.rice.kew.api.exception.WorkflowException - Throws:
org.kuali.rice.kew.api.exception.WorkflowException
-
getActionListUrl
-
getPreferencesUrl
-
getRouteLogUrl
-