Class EJBPropertyContainer

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class EJBPropertyContainer
    extends java.lang.Object
    implements java.lang.Cloneable
    used for mass property updates
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void applyTo​(ExtensibleItemEJB item)
      set all properties of this container in the given item; this takes ExtensibleItemEJB instead of ExtensibleItemRemote to make it also work in ejbCreate
      java.lang.Object clone()  
      java.util.Map<de.hybris.platform.persistence.property.EJBPropertyContainer.PropertyKey,​java.lang.Object> getPropertyMap()
      access method for EJBPropertyCache
      void setLocalizedProperty​(java.lang.String name, PK languagePK, java.lang.Object value)  
      void setProperty​(java.lang.String name, java.lang.Object value)  
      java.lang.String toPropertyString()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EJBPropertyContainer

        public EJBPropertyContainer()
    • Method Detail

      • getPropertyMap

        public java.util.Map<de.hybris.platform.persistence.property.EJBPropertyContainer.PropertyKey,​java.lang.Object> getPropertyMap()
        access method for EJBPropertyCache
      • clone

        public java.lang.Object clone()
                               throws java.lang.CloneNotSupportedException
        Overrides:
        clone in class java.lang.Object
        Throws:
        java.lang.CloneNotSupportedException
      • setProperty

        public void setProperty​(java.lang.String name,
                                java.lang.Object value)
      • setLocalizedProperty

        public void setLocalizedProperty​(java.lang.String name,
                                         PK languagePK,
                                         java.lang.Object value)
      • toPropertyString

        public java.lang.String toPropertyString()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object