Package de.hybris.platform.persistence
Class ExtensibleItemEJBImpl
- java.lang.Object
-
- de.hybris.platform.core.BridgeImplementation
-
- de.hybris.platform.persistence.ItemEJBImpl
-
- de.hybris.platform.persistence.ExtensibleItemEJBImpl
-
- All Implemented Interfaces:
ExtensibleItem.ExtensibleItemImpl,Item.ItemImpl,BridgeInterface,ExposesPermissionFacade,java.io.Serializable
- Direct Known Subclasses:
LinkEJBImpl,LocalizableItemEJBImpl
public abstract class ExtensibleItemEJBImpl extends ItemEJBImpl implements ExtensibleItem.ExtensibleItemImpl
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedExtensibleItemEJBImpl(Tenant tenant, ExtensibleItemRemote remoteObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcommit()java.util.MapgetAllProperties(SessionContext ctx)java.lang.ObjectgetProperty(SessionContext ctx, java.lang.String name)java.util.SetgetPropertyNames(SessionContext ctx)java.lang.ObjectremoveProperty(SessionContext ctx, java.lang.String name)voidrollback()voidsetAllProperties(SessionContext ctx, JaloPropertyContainer jaloContainer)java.lang.ObjectsetProperty(SessionContext ctx, java.lang.String name, java.lang.Object jaloValue)-
Methods inherited from class de.hybris.platform.persistence.ItemEJBImpl
addPermission, checkItemPermission, clearPermission, getCache, getComposedType, getCreationTime, getHJMPTS, getJaloObjectClass, getModificationTime, getOwner, getPermissionFacade, getPermissionMap, getPK, getPrincipalPermissions, getRemote, getRestrictedPrincipals, getSession, getTypeKey, invalidateLocalCaches, isHandlingOwnerAsReferenceSupported, remove, removeInternal, setComposedType, setCreationTime, setModificationTime, setOwner, setPermissionMap, setRemote, unwrap, unwrapToRef, wrap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.util.BridgeInterface
getJaloObjectClass
-
Methods inherited from interface de.hybris.platform.util.ExposesPermissionFacade
getPermissionFacade
-
Methods inherited from interface de.hybris.platform.jalo.Item.ItemImpl
addPermission, checkItemPermission, clearPermission, getComposedType, getCreationTime, getHJMPTS, getModificationTime, getOwner, getPermissionMap, getPK, getPrincipalPermissions, getRestrictedPrincipals, getTypeKey, invalidateLocalCaches, isLocalCachingSupported, remove, setComposedType, setCreationTime, setModificationTime, setOwner, setPermissionMap
-
-
-
-
Constructor Detail
-
ExtensibleItemEJBImpl
protected ExtensibleItemEJBImpl(Tenant tenant, ExtensibleItemRemote remoteObject)
-
-
Method Detail
-
getAllProperties
public java.util.Map getAllProperties(SessionContext ctx)
- Specified by:
getAllPropertiesin interfaceExtensibleItem.ExtensibleItemImpl
-
getPropertyNames
public java.util.Set getPropertyNames(SessionContext ctx)
- Specified by:
getPropertyNamesin interfaceExtensibleItem.ExtensibleItemImpl
-
setProperty
public java.lang.Object setProperty(SessionContext ctx, java.lang.String name, java.lang.Object jaloValue)
- Specified by:
setPropertyin interfaceExtensibleItem.ExtensibleItemImpl
-
getProperty
public java.lang.Object getProperty(SessionContext ctx, java.lang.String name)
- Specified by:
getPropertyin interfaceExtensibleItem.ExtensibleItemImpl
-
removeProperty
public java.lang.Object removeProperty(SessionContext ctx, java.lang.String name)
- Specified by:
removePropertyin interfaceExtensibleItem.ExtensibleItemImpl
-
setAllProperties
public void setAllProperties(SessionContext ctx, JaloPropertyContainer jaloContainer) throws ConsistencyCheckException
- Specified by:
setAllPropertiesin interfaceExtensibleItem.ExtensibleItemImpl- Throws:
ConsistencyCheckException
-
commit
public void commit() throws ConsistencyCheckException- Throws:
ConsistencyCheckException
-
rollback
public void rollback() throws ConsistencyCheckException- Throws:
ConsistencyCheckException
-
-