| Constructor and Description |
|---|
EJBPropertyContainer() |
| Modifier and Type | Method and 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
|
Object |
clone() |
Map<de.hybris.platform.persistence.property.EJBPropertyContainer.PropertyKey,Object> |
getPropertyMap()
access method for EJBPropertyCache
|
void |
setLocalizedProperty(String name,
PK languagePK,
Object value) |
void |
setProperty(String name,
Object value) |
String |
toPropertyString() |
String |
toString() |
public Map<de.hybris.platform.persistence.property.EJBPropertyContainer.PropertyKey,Object> getPropertyMap()
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic void applyTo(ExtensibleItemEJB item) throws ConsistencyCheckException
ConsistencyCheckExceptionpublic String toPropertyString()
Copyright © 2017 SAP SE. All Rights Reserved.