public abstract class ChineseAbstractEmailContext<T extends BusinessProcessModel> extends AbstractEmailContext<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME_WITH_TITLE |
DATE_TOOL, DISPLAY_NAME, EMAIL, EMAIL_LANGUAGE, FROM_DISPLAY_NAME, FROM_EMAIL, TITLEBASE_SITE, BASE_THEME_URL, BASE_URL, MEDIA_BASE_URL, MEDIA_SECURE_BASE_URL, SECURE_BASE_URL, THEME| Constructor and Description |
|---|
ChineseAbstractEmailContext() |
| Modifier and Type | Method and Description |
|---|---|
CustomerNameStrategy |
getCustomerNameStrategy() |
protected LanguageModel |
getEmailLanguage(T businessProcessModel) |
java.lang.String |
getNameWithTitle() |
NameWithTitleFormatStrategy |
getNameWithTitleFormatStrategy() |
void |
init(T businessProcessModel,
EmailPageModel emailPageModel) |
protected void |
localize(T businessProcessModel) |
void |
setCustomerNameStrategy(CustomerNameStrategy customerNameStrategy) |
void |
setNameWithTitleFormatStrategy(NameWithTitleFormatStrategy nameWithTitleFormatStrategy) |
void |
setNameWithTitleInContext()
Set the nameWithTitle in email context
|
getConfigurationService, getCustomer, getCustomerEmailResolutionService, getDisplayName, getEmail, getEmailLanguage, getFromDisplayName, getFromEmail, getSite, getTitle, getToDisplayName, getToEmail, setConfigurationService, setCustomerEmailResolutionServicegetBaseSite, getBaseThemeUrl, getBaseUrl, getCmsSlotContents, getMediaBaseUrl, getMediaSecureBaseUrl, getMessage, getMessages, getSecureBaseUrl, getSiteBaseUrlResolutionService, getTheme, getUrlEncoderService, getUrlEncodingAttributes, init, setBaseSite, setCmsSlotContents, setMessages, setSiteBaseUrlResolutionService, setUrlEncoderService, setUrlEncodingAttributespublic static final java.lang.String NAME_WITH_TITLE
public void init(T businessProcessModel, EmailPageModel emailPageModel)
init in class AbstractEmailContext<T extends BusinessProcessModel>protected LanguageModel getEmailLanguage(T businessProcessModel)
getEmailLanguage in class AbstractEmailContext<T extends BusinessProcessModel>protected void localize(T businessProcessModel)
public void setNameWithTitleInContext()
public java.lang.String getNameWithTitle()
public CustomerNameStrategy getCustomerNameStrategy()
public void setCustomerNameStrategy(CustomerNameStrategy customerNameStrategy)
public NameWithTitleFormatStrategy getNameWithTitleFormatStrategy()
public void setNameWithTitleFormatStrategy(NameWithTitleFormatStrategy nameWithTitleFormatStrategy)
Copyright © 2018 SAP SE. All Rights Reserved.