Class GeneratedEmailAddress

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

public abstract class GeneratedEmailAddress extends GenericItem
Generated class for type EmailAddress.
See Also:
  • Field Details

    • EMAILADDRESS

      public static final String EMAILADDRESS
      Qualifier of the EmailAddress.emailAddress attribute
      See Also:
    • DISPLAYNAME

      public static final String DISPLAYNAME
      Qualifier of the EmailAddress.displayName attribute
      See Also:
    • TOMESSAGES

      public static final String TOMESSAGES
      Qualifier of the EmailAddress.toMessages attribute
      See Also:
    • EMAILMESSAGE2TOADDRESSESREL_SRC_ORDERED

      protected static String EMAILMESSAGE2TOADDRESSESREL_SRC_ORDERED
      Relation ordering override parameter constants for EmailMessage2ToAddressesRel from ((acceleratorservices))
    • EMAILMESSAGE2TOADDRESSESREL_TGT_ORDERED

      protected static String EMAILMESSAGE2TOADDRESSESREL_TGT_ORDERED
    • EMAILMESSAGE2TOADDRESSESREL_MARKMODIFIED

      protected static String EMAILMESSAGE2TOADDRESSESREL_MARKMODIFIED
      Relation disable markmodifed parameter constants for EmailMessage2ToAddressesRel from ((acceleratorservices))
    • CCMESSAGES

      public static final String CCMESSAGES
      Qualifier of the EmailAddress.ccMessages attribute
      See Also:
    • EMAILMESSAGE2CCADDRESSESREL_SRC_ORDERED

      protected static String EMAILMESSAGE2CCADDRESSESREL_SRC_ORDERED
      Relation ordering override parameter constants for EmailMessage2CcAddressesRel from ((acceleratorservices))
    • EMAILMESSAGE2CCADDRESSESREL_TGT_ORDERED

      protected static String EMAILMESSAGE2CCADDRESSESREL_TGT_ORDERED
    • EMAILMESSAGE2CCADDRESSESREL_MARKMODIFIED

      protected static String EMAILMESSAGE2CCADDRESSESREL_MARKMODIFIED
      Relation disable markmodifed parameter constants for EmailMessage2CcAddressesRel from ((acceleratorservices))
    • BCCMESSAGES

      public static final String BCCMESSAGES
      Qualifier of the EmailAddress.bccMessages attribute
      See Also:
    • EMAILMESSAGE2BCCADDRESSESREL_SRC_ORDERED

      protected static String EMAILMESSAGE2BCCADDRESSESREL_SRC_ORDERED
      Relation ordering override parameter constants for EmailMessage2BccAddressesRel from ((acceleratorservices))
    • EMAILMESSAGE2BCCADDRESSESREL_TGT_ORDERED

      protected static String EMAILMESSAGE2BCCADDRESSESREL_TGT_ORDERED
    • EMAILMESSAGE2BCCADDRESSESREL_MARKMODIFIED

      protected static String EMAILMESSAGE2BCCADDRESSESREL_MARKMODIFIED
      Relation disable markmodifed parameter constants for EmailMessage2BccAddressesRel from ((acceleratorservices))
    • MESSAGESSENT

      public static final String MESSAGESSENT
      Qualifier of the EmailAddress.messagesSent attribute
      See Also:
    • MESSAGESSENTHANDLER

      protected static final OneToManyHandler<EmailMessage> MESSAGESSENTHANDLER
      OneToManyHandler for handling 1:n MESSAGESSENT's relation attributes from 'many' side.
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedEmailAddress

      public GeneratedEmailAddress()
  • Method Details

    • getDefaultAttributeModes

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

      public List<EmailMessage> getBccMessages(SessionContext ctx)
      Generated method - Getter of the EmailAddress.bccMessages attribute.
      Returns:
      the bccMessages
    • getBccMessages

      public List<EmailMessage> getBccMessages()
      Generated method - Getter of the EmailAddress.bccMessages attribute.
      Returns:
      the bccMessages
    • getBccMessagesCount

      public long getBccMessagesCount(SessionContext ctx)
    • getBccMessagesCount

      public long getBccMessagesCount()
    • setBccMessages

      public void setBccMessages(SessionContext ctx, List<EmailMessage> value)
      Generated method - Setter of the EmailAddress.bccMessages attribute.
      Parameters:
      value - the bccMessages
    • setBccMessages

      public void setBccMessages(List<EmailMessage> value)
      Generated method - Setter of the EmailAddress.bccMessages attribute.
      Parameters:
      value - the bccMessages
    • addToBccMessages

      public void addToBccMessages(SessionContext ctx, EmailMessage value)
      Generated method - Adds value to bccMessages.
      Parameters:
      value - the item to add to bccMessages
    • addToBccMessages

      public void addToBccMessages(EmailMessage value)
      Generated method - Adds value to bccMessages.
      Parameters:
      value - the item to add to bccMessages
    • removeFromBccMessages

      public void removeFromBccMessages(SessionContext ctx, EmailMessage value)
      Generated method - Removes value from bccMessages.
      Parameters:
      value - the item to remove from bccMessages
    • removeFromBccMessages

      public void removeFromBccMessages(EmailMessage value)
      Generated method - Removes value from bccMessages.
      Parameters:
      value - the item to remove from bccMessages
    • getCcMessages

      public List<EmailMessage> getCcMessages(SessionContext ctx)
      Generated method - Getter of the EmailAddress.ccMessages attribute.
      Returns:
      the ccMessages
    • getCcMessages

      public List<EmailMessage> getCcMessages()
      Generated method - Getter of the EmailAddress.ccMessages attribute.
      Returns:
      the ccMessages
    • getCcMessagesCount

      public long getCcMessagesCount(SessionContext ctx)
    • getCcMessagesCount

      public long getCcMessagesCount()
    • setCcMessages

      public void setCcMessages(SessionContext ctx, List<EmailMessage> value)
      Generated method - Setter of the EmailAddress.ccMessages attribute.
      Parameters:
      value - the ccMessages
    • setCcMessages

      public void setCcMessages(List<EmailMessage> value)
      Generated method - Setter of the EmailAddress.ccMessages attribute.
      Parameters:
      value - the ccMessages
    • addToCcMessages

      public void addToCcMessages(SessionContext ctx, EmailMessage value)
      Generated method - Adds value to ccMessages.
      Parameters:
      value - the item to add to ccMessages
    • addToCcMessages

      public void addToCcMessages(EmailMessage value)
      Generated method - Adds value to ccMessages.
      Parameters:
      value - the item to add to ccMessages
    • removeFromCcMessages

      public void removeFromCcMessages(SessionContext ctx, EmailMessage value)
      Generated method - Removes value from ccMessages.
      Parameters:
      value - the item to remove from ccMessages
    • removeFromCcMessages

      public void removeFromCcMessages(EmailMessage value)
      Generated method - Removes value from ccMessages.
      Parameters:
      value - the item to remove from ccMessages
    • getDisplayName

      public String getDisplayName(SessionContext ctx)
      Generated method - Getter of the EmailAddress.displayName attribute.
      Returns:
      the displayName - Display name displayed for given item.
    • getDisplayName

      public String getDisplayName()
      Generated method - Getter of the EmailAddress.displayName attribute.
      Returns:
      the displayName - Display name displayed for given item.
    • setDisplayName

      protected void setDisplayName(SessionContext ctx, String value)
      Generated method - Setter of the EmailAddress.displayName attribute.
      Parameters:
      value - the displayName - Display name displayed for given item.
    • setDisplayName

      protected void setDisplayName(String value)
      Generated method - Setter of the EmailAddress.displayName attribute.
      Parameters:
      value - the displayName - Display name displayed for given item.
    • getEmailAddress

      public String getEmailAddress(SessionContext ctx)
      Generated method - Getter of the EmailAddress.emailAddress attribute.
      Returns:
      the emailAddress - Email address of the given item.
    • getEmailAddress

      public String getEmailAddress()
      Generated method - Getter of the EmailAddress.emailAddress attribute.
      Returns:
      the emailAddress - Email address of the given item.
    • setEmailAddress

      protected void setEmailAddress(SessionContext ctx, String value)
      Generated method - Setter of the EmailAddress.emailAddress attribute.
      Parameters:
      value - the emailAddress - Email address of the given item.
    • setEmailAddress

      protected void setEmailAddress(String value)
      Generated method - Setter of the EmailAddress.emailAddress attribute.
      Parameters:
      value - the emailAddress - Email address of the given item.
    • isMarkModifiedDisabled

      @Deprecated(since="2105", forRemoval=true) public boolean isMarkModifiedDisabled(Item referencedItem)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      isMarkModifiedDisabled in class Item
    • getMessagesSent

      public List<EmailMessage> getMessagesSent(SessionContext ctx)
      Generated method - Getter of the EmailAddress.messagesSent attribute.
      Returns:
      the messagesSent
    • getMessagesSent

      public List<EmailMessage> getMessagesSent()
      Generated method - Getter of the EmailAddress.messagesSent attribute.
      Returns:
      the messagesSent
    • setMessagesSent

      public void setMessagesSent(SessionContext ctx, List<EmailMessage> value)
      Generated method - Setter of the EmailAddress.messagesSent attribute.
      Parameters:
      value - the messagesSent
    • setMessagesSent

      public void setMessagesSent(List<EmailMessage> value)
      Generated method - Setter of the EmailAddress.messagesSent attribute.
      Parameters:
      value - the messagesSent
    • addToMessagesSent

      public void addToMessagesSent(SessionContext ctx, EmailMessage value)
      Generated method - Adds value to messagesSent.
      Parameters:
      value - the item to add to messagesSent
    • addToMessagesSent

      public void addToMessagesSent(EmailMessage value)
      Generated method - Adds value to messagesSent.
      Parameters:
      value - the item to add to messagesSent
    • removeFromMessagesSent

      public void removeFromMessagesSent(SessionContext ctx, EmailMessage value)
      Generated method - Removes value from messagesSent.
      Parameters:
      value - the item to remove from messagesSent
    • removeFromMessagesSent

      public void removeFromMessagesSent(EmailMessage value)
      Generated method - Removes value from messagesSent.
      Parameters:
      value - the item to remove from messagesSent
    • getToMessages

      public List<EmailMessage> getToMessages(SessionContext ctx)
      Generated method - Getter of the EmailAddress.toMessages attribute.
      Returns:
      the toMessages
    • getToMessages

      public List<EmailMessage> getToMessages()
      Generated method - Getter of the EmailAddress.toMessages attribute.
      Returns:
      the toMessages
    • getToMessagesCount

      public long getToMessagesCount(SessionContext ctx)
    • getToMessagesCount

      public long getToMessagesCount()
    • setToMessages

      public void setToMessages(SessionContext ctx, List<EmailMessage> value)
      Generated method - Setter of the EmailAddress.toMessages attribute.
      Parameters:
      value - the toMessages
    • setToMessages

      public void setToMessages(List<EmailMessage> value)
      Generated method - Setter of the EmailAddress.toMessages attribute.
      Parameters:
      value - the toMessages
    • addToToMessages

      public void addToToMessages(SessionContext ctx, EmailMessage value)
      Generated method - Adds value to toMessages.
      Parameters:
      value - the item to add to toMessages
    • addToToMessages

      public void addToToMessages(EmailMessage value)
      Generated method - Adds value to toMessages.
      Parameters:
      value - the item to add to toMessages
    • removeFromToMessages

      public void removeFromToMessages(SessionContext ctx, EmailMessage value)
      Generated method - Removes value from toMessages.
      Parameters:
      value - the item to remove from toMessages
    • removeFromToMessages

      public void removeFromToMessages(EmailMessage value)
      Generated method - Removes value from toMessages.
      Parameters:
      value - the item to remove from toMessages