public abstract class GeneratedEmailPage
extends DocumentPage
EmailPage.| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static String |
FROMEMAIL
Qualifier of the
EmailPage.fromEmail attribute |
static String |
FROMNAME
Qualifier of the
EmailPage.fromName attribute |
| Constructor and Description |
|---|
GeneratedEmailPage() |
| Modifier and Type | Method and Description |
|---|---|
Map<Language,String> |
getAllFromEmail()
Generated method - Getter of the
EmailPage.fromEmail attribute. |
Map<Language,String> |
getAllFromEmail(SessionContext ctx)
Generated method - Getter of the
EmailPage.fromEmail attribute. |
Map<Language,String> |
getAllFromName()
Generated method - Getter of the
EmailPage.fromName attribute. |
Map<Language,String> |
getAllFromName(SessionContext ctx)
Generated method - Getter of the
EmailPage.fromName attribute. |
protected Map<String,Item.AttributeMode> |
getDefaultAttributeModes() |
String |
getFromEmail()
Generated method - Getter of the
EmailPage.fromEmail attribute. |
String |
getFromEmail(SessionContext ctx)
Generated method - Getter of the
EmailPage.fromEmail attribute. |
String |
getFromName()
Generated method - Getter of the
EmailPage.fromName attribute. |
String |
getFromName(SessionContext ctx)
Generated method - Getter of the
EmailPage.fromName attribute. |
void |
setAllFromEmail(Map<Language,String> value)
Generated method - Setter of the
EmailPage.fromEmail attribute. |
void |
setAllFromEmail(SessionContext ctx,
Map<Language,String> value)
Generated method - Setter of the
EmailPage.fromEmail attribute. |
void |
setAllFromName(Map<Language,String> value)
Generated method - Setter of the
EmailPage.fromName attribute. |
void |
setAllFromName(SessionContext ctx,
Map<Language,String> value)
Generated method - Setter of the
EmailPage.fromName attribute. |
void |
setFromEmail(SessionContext ctx,
String value)
Generated method - Setter of the
EmailPage.fromEmail attribute. |
void |
setFromEmail(String value)
Generated method - Setter of the
EmailPage.fromEmail attribute. |
void |
setFromName(SessionContext ctx,
String value)
Generated method - Setter of the
EmailPage.fromName attribute. |
void |
setFromName(String value)
Generated method - Setter of the
EmailPage.fromName attribute. |
public static final String FROMEMAIL
EmailPage.fromEmail attributepublic static final String FROMNAME
EmailPage.fromName attributeprotected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
public String getFromEmail(SessionContext ctx)
EmailPage.fromEmail attribute.public String getFromEmail()
EmailPage.fromEmail attribute.public Map<Language,String> getAllFromEmail(SessionContext ctx)
EmailPage.fromEmail attribute.public Map<Language,String> getAllFromEmail()
EmailPage.fromEmail attribute.public void setFromEmail(SessionContext ctx, String value)
EmailPage.fromEmail attribute.value - the fromEmail - Holds email From address information for the email page.public void setFromEmail(String value)
EmailPage.fromEmail attribute.value - the fromEmail - Holds email From address information for the email page.public void setAllFromEmail(SessionContext ctx, Map<Language,String> value)
EmailPage.fromEmail attribute.value - the fromEmail - Holds email From address information for the email page.public void setAllFromEmail(Map<Language,String> value)
EmailPage.fromEmail attribute.value - the fromEmail - Holds email From address information for the email page.public String getFromName(SessionContext ctx)
EmailPage.fromName attribute.public String getFromName()
EmailPage.fromName attribute.public Map<Language,String> getAllFromName(SessionContext ctx)
EmailPage.fromName attribute.public Map<Language,String> getAllFromName()
EmailPage.fromName attribute.public void setFromName(SessionContext ctx, String value)
EmailPage.fromName attribute.value - the fromName - Holds email address From name information for the email page.public void setFromName(String value)
EmailPage.fromName attribute.value - the fromName - Holds email address From name information for the email page.public void setAllFromName(SessionContext ctx, Map<Language,String> value)
EmailPage.fromName attribute.value - the fromName - Holds email address From name information for the email page.Copyright © 2017 SAP SE. All Rights Reserved.