Class EJBPropertyContainer
- java.lang.Object
-
- de.hybris.platform.persistence.property.EJBPropertyContainer
-
- All Implemented Interfaces:
java.lang.Cloneable
public class EJBPropertyContainer extends java.lang.Object implements java.lang.Cloneable
used for mass property updates
-
-
Constructor Summary
Constructors Constructor Description EJBPropertyContainer()
-
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 ejbCreatejava.lang.Object
clone()
java.util.Map<de.hybris.platform.persistence.property.EJBPropertyContainer.PropertyKey,java.lang.Object>
getPropertyMap()
access method for EJBPropertyCachevoid
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()
-
-
-
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 classjava.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)
-
applyTo
public void applyTo(ExtensibleItemEJB item) throws ConsistencyCheckException
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
public java.lang.String toPropertyString()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-