Class GeneratedEmailPage

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
EmailPage

public abstract class GeneratedEmailPage extends DocumentPage
Generated class for type EmailPage.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedEmailPage

      public GeneratedEmailPage()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedDocumentPage
    • getFromEmail

      public String getFromEmail(SessionContext ctx)
      Generated method - Getter of the EmailPage.fromEmail attribute.
      Returns:
      the fromEmail - Holds the from email address.
    • getFromEmail

      public String getFromEmail()
      Generated method - Getter of the EmailPage.fromEmail attribute.
      Returns:
      the fromEmail - Holds the from email address.
    • getAllFromEmail

      public Map<Language,String> getAllFromEmail(SessionContext ctx)
      Generated method - Getter of the EmailPage.fromEmail attribute.
      Returns:
      the localized fromEmail - Holds the from email address.
    • getAllFromEmail

      public Map<Language,String> getAllFromEmail()
      Generated method - Getter of the EmailPage.fromEmail attribute.
      Returns:
      the localized fromEmail - Holds the from email address.
    • setFromEmail

      public void setFromEmail(SessionContext ctx, String value)
      Generated method - Setter of the EmailPage.fromEmail attribute.
      Parameters:
      value - the fromEmail - Holds the from email address.
    • setFromEmail

      public void setFromEmail(String value)
      Generated method - Setter of the EmailPage.fromEmail attribute.
      Parameters:
      value - the fromEmail - Holds the from email address.
    • setAllFromEmail

      public void setAllFromEmail(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the EmailPage.fromEmail attribute.
      Parameters:
      value - the fromEmail - Holds the from email address.
    • setAllFromEmail

      public void setAllFromEmail(Map<Language,String> value)
      Generated method - Setter of the EmailPage.fromEmail attribute.
      Parameters:
      value - the fromEmail - Holds the from email address.
    • getFromName

      public String getFromName(SessionContext ctx)
      Generated method - Getter of the EmailPage.fromName attribute.
      Returns:
      the fromName - Holds the from name.
    • getFromName

      public String getFromName()
      Generated method - Getter of the EmailPage.fromName attribute.
      Returns:
      the fromName - Holds the from name.
    • getAllFromName

      public Map<Language,String> getAllFromName(SessionContext ctx)
      Generated method - Getter of the EmailPage.fromName attribute.
      Returns:
      the localized fromName - Holds the from name.
    • getAllFromName

      public Map<Language,String> getAllFromName()
      Generated method - Getter of the EmailPage.fromName attribute.
      Returns:
      the localized fromName - Holds the from name.
    • setFromName

      public void setFromName(SessionContext ctx, String value)
      Generated method - Setter of the EmailPage.fromName attribute.
      Parameters:
      value - the fromName - Holds the from name.
    • setFromName

      public void setFromName(String value)
      Generated method - Setter of the EmailPage.fromName attribute.
      Parameters:
      value - the fromName - Holds the from name.
    • setAllFromName

      public void setAllFromName(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the EmailPage.fromName attribute.
      Parameters:
      value - the fromName - Holds the from name.
    • setAllFromName

      public void setAllFromName(Map<Language,String> value)
      Generated method - Setter of the EmailPage.fromName attribute.
      Parameters:
      value - the fromName - Holds the from name.