public abstract class BaseEmailContentServiceImpl extends Object implements EmailContentService
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultEmailFromAddress |
protected String |
deploymentEnvironment |
| Constructor and Description |
|---|
BaseEmailContentServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getActionListUrl() |
String |
getApplicationEmailAddress() |
protected static CustomEmailAttribute |
getCustomEmailAttribute(Person user,
ActionItem actionItem) |
String |
getDeploymentEnvironment() |
String |
getDocumentTypeEmailAddress(DocumentType documentType) |
protected String |
getPreferencesUrl() |
protected String |
getRouteLogUrl() |
void |
setDefaultEmailFromAddress(String defaultEmailFromAddress) |
void |
setDeploymentEnvironment(String deploymentEnvironment) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgenerateDailyReminder, generateFeedback, generateImmediateReminder, generateWeeklyReminderprotected String defaultEmailFromAddress
protected String deploymentEnvironment
public BaseEmailContentServiceImpl()
public void setDefaultEmailFromAddress(String defaultEmailFromAddress)
public String getApplicationEmailAddress()
getApplicationEmailAddress in interface EmailContentServicepublic String getDocumentTypeEmailAddress(DocumentType documentType)
getDocumentTypeEmailAddress in interface EmailContentServicepublic String getDeploymentEnvironment()
public void setDeploymentEnvironment(String deploymentEnvironment)
protected static CustomEmailAttribute getCustomEmailAttribute(Person user, ActionItem actionItem) throws WorkflowException
WorkflowExceptionprotected String getActionListUrl()
protected String getPreferencesUrl()
protected String getRouteLogUrl()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.