Class EJBPropertyContainer
java.lang.Object
de.hybris.platform.persistence.property.EJBPropertyContainer
- All Implemented Interfaces:
Cloneable
used for mass property updates
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyTo(ExtensibleItemEJB item) set all properties of this container in the given item; this takes ExtensibleItemEJB instead of ExtensibleItemRemote to make it also work in ejbCreateclone()access method for EJBPropertyCachevoidsetLocalizedProperty(String name, PK languagePK, Object value) voidsetProperty(String name, Object value) toString()
-
Constructor Details
-
EJBPropertyContainer
public EJBPropertyContainer()
-
-
Method Details
-
getPropertyMap
public Map<de.hybris.platform.persistence.property.EJBPropertyContainer.PropertyKey,Object> getPropertyMap()access method for EJBPropertyCache -
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
setProperty
-
setLocalizedProperty
-
applyTo
set all properties of this container in the given item; this takes ExtensibleItemEJB instead of ExtensibleItemRemote to make it also work in ejbCreate- Throws:
ConsistencyCheckException
-
toPropertyString
-
toString
-