Class GeneratedEmailAddress

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable

    public abstract class GeneratedEmailAddress
    extends de.hybris.platform.jalo.GenericItem
    Generated class for type EmailAddress.
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem

        de.hybris.platform.jalo.GenericItem.GenericItemImpl
      • Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem

        de.hybris.platform.jalo.c2l.LocalizableItem.LocalizableItemImpl
      • Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem

        de.hybris.platform.jalo.ExtensibleItem.ExtensibleItemImpl
      • Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item

        de.hybris.platform.jalo.Item.AttributeFilter, de.hybris.platform.jalo.Item.AttributeMode, de.hybris.platform.jalo.Item.CachedGetter, de.hybris.platform.jalo.Item.CachedSetter, de.hybris.platform.jalo.Item.ItemAttributeMap, de.hybris.platform.jalo.Item.ItemConstraint, de.hybris.platform.jalo.Item.ItemImpl, de.hybris.platform.jalo.Item.JaloCachedComputationException
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BCCMESSAGES
      Qualifier of the EmailAddress.bccMessages attribute
      static java.lang.String CCMESSAGES
      Qualifier of the EmailAddress.ccMessages attribute
      protected static java.util.Map<java.lang.String,​de.hybris.platform.jalo.Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES  
      static java.lang.String DISPLAYNAME
      Qualifier of the EmailAddress.displayName attribute
      static java.lang.String EMAILADDRESS
      Qualifier of the EmailAddress.emailAddress attribute
      protected static java.lang.String EMAILMESSAGE2BCCADDRESSESREL_MARKMODIFIED
      Relation disable markmodifed parameter constants for EmailMessage2BccAddressesRel from ((acceleratorservices))
      protected static java.lang.String EMAILMESSAGE2BCCADDRESSESREL_SRC_ORDERED
      Relation ordering override parameter constants for EmailMessage2BccAddressesRel from ((acceleratorservices))
      protected static java.lang.String EMAILMESSAGE2BCCADDRESSESREL_TGT_ORDERED  
      protected static java.lang.String EMAILMESSAGE2CCADDRESSESREL_MARKMODIFIED
      Relation disable markmodifed parameter constants for EmailMessage2CcAddressesRel from ((acceleratorservices))
      protected static java.lang.String EMAILMESSAGE2CCADDRESSESREL_SRC_ORDERED
      Relation ordering override parameter constants for EmailMessage2CcAddressesRel from ((acceleratorservices))
      protected static java.lang.String EMAILMESSAGE2CCADDRESSESREL_TGT_ORDERED  
      protected static java.lang.String EMAILMESSAGE2TOADDRESSESREL_MARKMODIFIED
      Relation disable markmodifed parameter constants for EmailMessage2ToAddressesRel from ((acceleratorservices))
      protected static java.lang.String EMAILMESSAGE2TOADDRESSESREL_SRC_ORDERED
      Relation ordering override parameter constants for EmailMessage2ToAddressesRel from ((acceleratorservices))
      protected static java.lang.String EMAILMESSAGE2TOADDRESSESREL_TGT_ORDERED  
      static java.lang.String MESSAGESSENT
      Qualifier of the EmailAddress.messagesSent attribute
      protected static de.hybris.platform.util.OneToManyHandler<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> MESSAGESSENTHANDLER
      OneToManyHandler for handling 1:n MESSAGESSENT's relation attributes from 'many' side.
      static java.lang.String TOMESSAGES
      Qualifier of the EmailAddress.toMessages attribute
      • Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem

        LANGUAGE_FALLBACK_ENABLED
      • Fields inherited from class de.hybris.platform.jalo.Item

        _CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
      • Fields inherited from class de.hybris.platform.util.BridgeAbstraction

        impl, tenant
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addToBccMessages​(de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
      Generated method - Adds value to bccMessages.
      void addToBccMessages​(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
      Generated method - Adds value to bccMessages.
      void addToCcMessages​(de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
      Generated method - Adds value to ccMessages.
      void addToCcMessages​(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
      Generated method - Adds value to ccMessages.
      void addToMessagesSent​(de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
      Generated method - Adds value to messagesSent.
      void addToMessagesSent​(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
      Generated method - Adds value to messagesSent.
      void addToToMessages​(de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
      Generated method - Adds value to toMessages.
      void addToToMessages​(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
      Generated method - Adds value to toMessages.
      java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> getBccMessages()
      Generated method - Getter of the EmailAddress.bccMessages attribute.
      java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> getBccMessages​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the EmailAddress.bccMessages attribute.
      long getBccMessagesCount()  
      long getBccMessagesCount​(de.hybris.platform.jalo.SessionContext ctx)  
      java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> getCcMessages()
      Generated method - Getter of the EmailAddress.ccMessages attribute.
      java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> getCcMessages​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the EmailAddress.ccMessages attribute.
      long getCcMessagesCount()  
      long getCcMessagesCount​(de.hybris.platform.jalo.SessionContext ctx)  
      protected java.util.Map<java.lang.String,​de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes()  
      java.lang.String getDisplayName()
      Generated method - Getter of the EmailAddress.displayName attribute.
      java.lang.String getDisplayName​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the EmailAddress.displayName attribute.
      java.lang.String getEmailAddress()
      Generated method - Getter of the EmailAddress.emailAddress attribute.
      java.lang.String getEmailAddress​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the EmailAddress.emailAddress attribute.
      java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> getMessagesSent()
      Generated method - Getter of the EmailAddress.messagesSent attribute.
      java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> getMessagesSent​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the EmailAddress.messagesSent attribute.
      java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> getToMessages()
      Generated method - Getter of the EmailAddress.toMessages attribute.
      java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> getToMessages​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the EmailAddress.toMessages attribute.
      long getToMessagesCount()  
      long getToMessagesCount​(de.hybris.platform.jalo.SessionContext ctx)  
      boolean isMarkModifiedDisabled​(de.hybris.platform.jalo.Item referencedItem)  
      void removeFromBccMessages​(de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
      Generated method - Removes value from bccMessages.
      void removeFromBccMessages​(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
      Generated method - Removes value from bccMessages.
      void removeFromCcMessages​(de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
      Generated method - Removes value from ccMessages.
      void removeFromCcMessages​(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
      Generated method - Removes value from ccMessages.
      void removeFromMessagesSent​(de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
      Generated method - Removes value from messagesSent.
      void removeFromMessagesSent​(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
      Generated method - Removes value from messagesSent.
      void removeFromToMessages​(de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
      Generated method - Removes value from toMessages.
      void removeFromToMessages​(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
      Generated method - Removes value from toMessages.
      void setBccMessages​(de.hybris.platform.jalo.SessionContext ctx, java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> value)
      Generated method - Setter of the EmailAddress.bccMessages attribute.
      void setBccMessages​(java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> value)
      Generated method - Setter of the EmailAddress.bccMessages attribute.
      void setCcMessages​(de.hybris.platform.jalo.SessionContext ctx, java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> value)
      Generated method - Setter of the EmailAddress.ccMessages attribute.
      void setCcMessages​(java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> value)
      Generated method - Setter of the EmailAddress.ccMessages attribute.
      protected void setDisplayName​(de.hybris.platform.jalo.SessionContext ctx, java.lang.String value)
      Generated method - Setter of the EmailAddress.displayName attribute.
      protected void setDisplayName​(java.lang.String value)
      Generated method - Setter of the EmailAddress.displayName attribute.
      protected void setEmailAddress​(de.hybris.platform.jalo.SessionContext ctx, java.lang.String value)
      Generated method - Setter of the EmailAddress.emailAddress attribute.
      protected void setEmailAddress​(java.lang.String value)
      Generated method - Setter of the EmailAddress.emailAddress attribute.
      void setMessagesSent​(de.hybris.platform.jalo.SessionContext ctx, java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> value)
      Generated method - Setter of the EmailAddress.messagesSent attribute.
      void setMessagesSent​(java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> value)
      Generated method - Setter of the EmailAddress.messagesSent attribute.
      void setToMessages​(de.hybris.platform.jalo.SessionContext ctx, java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> value)
      Generated method - Setter of the EmailAddress.toMessages attribute.
      void setToMessages​(java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> value)
      Generated method - Setter of the EmailAddress.toMessages attribute.
      • Methods inherited from class de.hybris.platform.jalo.GenericItem

        createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, getRelatedItems, setRelatedItems
      • Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem

        getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
      • Methods inherited from class de.hybris.platform.jalo.ExtensibleItem

        createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
      • Methods inherited from class de.hybris.platform.jalo.Item

        addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
      • Methods inherited from class de.hybris.platform.util.BridgeAbstraction

        setTenant
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • EMAILADDRESS

        public static final java.lang.String EMAILADDRESS
        Qualifier of the EmailAddress.emailAddress attribute
        See Also:
        Constant Field Values
      • DISPLAYNAME

        public static final java.lang.String DISPLAYNAME
        Qualifier of the EmailAddress.displayName attribute
        See Also:
        Constant Field Values
      • TOMESSAGES

        public static final java.lang.String TOMESSAGES
        Qualifier of the EmailAddress.toMessages attribute
        See Also:
        Constant Field Values
      • EMAILMESSAGE2TOADDRESSESREL_SRC_ORDERED

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

        protected static java.lang.String EMAILMESSAGE2TOADDRESSESREL_TGT_ORDERED
      • EMAILMESSAGE2TOADDRESSESREL_MARKMODIFIED

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

        public static final java.lang.String CCMESSAGES
        Qualifier of the EmailAddress.ccMessages attribute
        See Also:
        Constant Field Values
      • EMAILMESSAGE2CCADDRESSESREL_SRC_ORDERED

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

        protected static java.lang.String EMAILMESSAGE2CCADDRESSESREL_TGT_ORDERED
      • EMAILMESSAGE2CCADDRESSESREL_MARKMODIFIED

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

        public static final java.lang.String BCCMESSAGES
        Qualifier of the EmailAddress.bccMessages attribute
        See Also:
        Constant Field Values
      • EMAILMESSAGE2BCCADDRESSESREL_SRC_ORDERED

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

        protected static java.lang.String EMAILMESSAGE2BCCADDRESSESREL_TGT_ORDERED
      • EMAILMESSAGE2BCCADDRESSESREL_MARKMODIFIED

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

        public static final java.lang.String MESSAGESSENT
        Qualifier of the EmailAddress.messagesSent attribute
        See Also:
        Constant Field Values
      • MESSAGESSENTHANDLER

        protected static final de.hybris.platform.util.OneToManyHandler<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> MESSAGESSENTHANDLER
        OneToManyHandler for handling 1:n MESSAGESSENT's relation attributes from 'many' side.
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​de.hybris.platform.jalo.Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedEmailAddress

        public GeneratedEmailAddress()
    • Method Detail

      • getDefaultAttributeModes

        protected java.util.Map<java.lang.String,​de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes()
        Overrides:
        getDefaultAttributeModes in class de.hybris.platform.jalo.Item
      • getBccMessages

        public java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> getBccMessages​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the EmailAddress.bccMessages attribute.
        Returns:
        the bccMessages
      • getBccMessages

        public java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> getBccMessages()
        Generated method - Getter of the EmailAddress.bccMessages attribute.
        Returns:
        the bccMessages
      • getBccMessagesCount

        public long getBccMessagesCount​(de.hybris.platform.jalo.SessionContext ctx)
      • getBccMessagesCount

        public long getBccMessagesCount()
      • setBccMessages

        public void setBccMessages​(de.hybris.platform.jalo.SessionContext ctx,
                                   java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> value)
        Generated method - Setter of the EmailAddress.bccMessages attribute.
        Parameters:
        value - the bccMessages
      • setBccMessages

        public void setBccMessages​(java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> value)
        Generated method - Setter of the EmailAddress.bccMessages attribute.
        Parameters:
        value - the bccMessages
      • addToBccMessages

        public void addToBccMessages​(de.hybris.platform.jalo.SessionContext ctx,
                                     de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
        Generated method - Adds value to bccMessages.
        Parameters:
        value - the item to add to bccMessages
      • addToBccMessages

        public void addToBccMessages​(de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
        Generated method - Adds value to bccMessages.
        Parameters:
        value - the item to add to bccMessages
      • removeFromBccMessages

        public void removeFromBccMessages​(de.hybris.platform.jalo.SessionContext ctx,
                                          de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
        Generated method - Removes value from bccMessages.
        Parameters:
        value - the item to remove from bccMessages
      • removeFromBccMessages

        public void removeFromBccMessages​(de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
        Generated method - Removes value from bccMessages.
        Parameters:
        value - the item to remove from bccMessages
      • getCcMessages

        public java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> getCcMessages​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the EmailAddress.ccMessages attribute.
        Returns:
        the ccMessages
      • getCcMessages

        public java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> getCcMessages()
        Generated method - Getter of the EmailAddress.ccMessages attribute.
        Returns:
        the ccMessages
      • getCcMessagesCount

        public long getCcMessagesCount​(de.hybris.platform.jalo.SessionContext ctx)
      • getCcMessagesCount

        public long getCcMessagesCount()
      • setCcMessages

        public void setCcMessages​(de.hybris.platform.jalo.SessionContext ctx,
                                  java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> value)
        Generated method - Setter of the EmailAddress.ccMessages attribute.
        Parameters:
        value - the ccMessages
      • setCcMessages

        public void setCcMessages​(java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> value)
        Generated method - Setter of the EmailAddress.ccMessages attribute.
        Parameters:
        value - the ccMessages
      • addToCcMessages

        public void addToCcMessages​(de.hybris.platform.jalo.SessionContext ctx,
                                    de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
        Generated method - Adds value to ccMessages.
        Parameters:
        value - the item to add to ccMessages
      • addToCcMessages

        public void addToCcMessages​(de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
        Generated method - Adds value to ccMessages.
        Parameters:
        value - the item to add to ccMessages
      • removeFromCcMessages

        public void removeFromCcMessages​(de.hybris.platform.jalo.SessionContext ctx,
                                         de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
        Generated method - Removes value from ccMessages.
        Parameters:
        value - the item to remove from ccMessages
      • removeFromCcMessages

        public void removeFromCcMessages​(de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
        Generated method - Removes value from ccMessages.
        Parameters:
        value - the item to remove from ccMessages
      • getDisplayName

        public java.lang.String getDisplayName​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the EmailAddress.displayName attribute.
        Returns:
        the displayName - Display name displayed for given item.
      • getDisplayName

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

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

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

        public java.lang.String getEmailAddress​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the EmailAddress.emailAddress attribute.
        Returns:
        the emailAddress - Email address of the given item.
      • getEmailAddress

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

        protected void setEmailAddress​(de.hybris.platform.jalo.SessionContext ctx,
                                       java.lang.String value)
        Generated method - Setter of the EmailAddress.emailAddress attribute.
        Parameters:
        value - the emailAddress - Email address of the given item.
      • setEmailAddress

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

        public boolean isMarkModifiedDisabled​(de.hybris.platform.jalo.Item referencedItem)
        Overrides:
        isMarkModifiedDisabled in class de.hybris.platform.jalo.Item
      • getMessagesSent

        public java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> getMessagesSent​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the EmailAddress.messagesSent attribute.
        Returns:
        the messagesSent
      • getMessagesSent

        public java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> getMessagesSent()
        Generated method - Getter of the EmailAddress.messagesSent attribute.
        Returns:
        the messagesSent
      • setMessagesSent

        public void setMessagesSent​(de.hybris.platform.jalo.SessionContext ctx,
                                    java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> value)
        Generated method - Setter of the EmailAddress.messagesSent attribute.
        Parameters:
        value - the messagesSent
      • setMessagesSent

        public void setMessagesSent​(java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> value)
        Generated method - Setter of the EmailAddress.messagesSent attribute.
        Parameters:
        value - the messagesSent
      • addToMessagesSent

        public void addToMessagesSent​(de.hybris.platform.jalo.SessionContext ctx,
                                      de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
        Generated method - Adds value to messagesSent.
        Parameters:
        value - the item to add to messagesSent
      • addToMessagesSent

        public void addToMessagesSent​(de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
        Generated method - Adds value to messagesSent.
        Parameters:
        value - the item to add to messagesSent
      • removeFromMessagesSent

        public void removeFromMessagesSent​(de.hybris.platform.jalo.SessionContext ctx,
                                           de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
        Generated method - Removes value from messagesSent.
        Parameters:
        value - the item to remove from messagesSent
      • removeFromMessagesSent

        public void removeFromMessagesSent​(de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
        Generated method - Removes value from messagesSent.
        Parameters:
        value - the item to remove from messagesSent
      • getToMessages

        public java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> getToMessages​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the EmailAddress.toMessages attribute.
        Returns:
        the toMessages
      • getToMessages

        public java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> getToMessages()
        Generated method - Getter of the EmailAddress.toMessages attribute.
        Returns:
        the toMessages
      • getToMessagesCount

        public long getToMessagesCount​(de.hybris.platform.jalo.SessionContext ctx)
      • getToMessagesCount

        public long getToMessagesCount()
      • setToMessages

        public void setToMessages​(de.hybris.platform.jalo.SessionContext ctx,
                                  java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> value)
        Generated method - Setter of the EmailAddress.toMessages attribute.
        Parameters:
        value - the toMessages
      • setToMessages

        public void setToMessages​(java.util.List<de.hybris.platform.acceleratorservices.jalo.email.EmailMessage> value)
        Generated method - Setter of the EmailAddress.toMessages attribute.
        Parameters:
        value - the toMessages
      • addToToMessages

        public void addToToMessages​(de.hybris.platform.jalo.SessionContext ctx,
                                    de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
        Generated method - Adds value to toMessages.
        Parameters:
        value - the item to add to toMessages
      • addToToMessages

        public void addToToMessages​(de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
        Generated method - Adds value to toMessages.
        Parameters:
        value - the item to add to toMessages
      • removeFromToMessages

        public void removeFromToMessages​(de.hybris.platform.jalo.SessionContext ctx,
                                         de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
        Generated method - Removes value from toMessages.
        Parameters:
        value - the item to remove from toMessages
      • removeFromToMessages

        public void removeFromToMessages​(de.hybris.platform.acceleratorservices.jalo.email.EmailMessage value)
        Generated method - Removes value from toMessages.
        Parameters:
        value - the item to remove from toMessages