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, wait
generateDailyReminder, generateFeedback, generateImmediateReminder, generateWeeklyReminder
protected String defaultEmailFromAddress
protected String deploymentEnvironment
public BaseEmailContentServiceImpl()
public void setDefaultEmailFromAddress(String defaultEmailFromAddress)
public String getApplicationEmailAddress()
getApplicationEmailAddress
in interface EmailContentService
public String getDocumentTypeEmailAddress(DocumentType documentType)
getDocumentTypeEmailAddress
in interface EmailContentService
public String getDeploymentEnvironment()
public void setDeploymentEnvironment(String deploymentEnvironment)
protected static CustomEmailAttribute getCustomEmailAttribute(Person user, ActionItem actionItem) throws WorkflowException
WorkflowException
protected String getActionListUrl()
protected String getPreferencesUrl()
protected String getRouteLogUrl()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.