Package de.hybris.platform.persistence
Class GenericItemEJBImpl
java.lang.Object
de.hybris.platform.core.BridgeImplementation
de.hybris.platform.persistence.ItemEJBImpl
de.hybris.platform.persistence.ExtensibleItemEJBImpl
de.hybris.platform.persistence.c2l.LocalizableItemEJBImpl
de.hybris.platform.persistence.GenericItemEJBImpl
- All Implemented Interfaces:
LocalizableItem.LocalizableItemImpl,ExtensibleItem.ExtensibleItemImpl,GenericItem.GenericItemImpl,Item.ItemImpl,BridgeInterface,ExposesPermissionFacade,Serializable
public class GenericItemEJBImpl
extends LocalizableItemEJBImpl
implements GenericItem.GenericItemImpl
internal use only!
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGenericItemEJBImpl(Tenant tenant, GenericItemRemote remoteObject) -
Method Summary
Modifier and TypeMethodDescriptionstatic GenericItemcreateGenericItem(Tenant tenant, PK pk, ComposedType genericItemType, JaloPropertyContainer props) <T extends Item>
Collection<T>getRelatedItems(String relationQualifier) protected GenericItemRemoteprotected booleanprotected void<T extends Item>
booleansetRelatedItems(String relationQualifier, Collection<T> values) Methods inherited from class de.hybris.platform.persistence.c2l.LocalizableItemEJBImpl
checkLanguage, getAllLocalizedProperties, getAllLocalizedProperties, getLangPK, getLocalizedProperty, getLocalizedPropertyNames, removeLocalizedProperty, setAllLocalizableProperties, setLocalizedPropertyMethods inherited from class de.hybris.platform.persistence.ExtensibleItemEJBImpl
commit, getAllProperties, getProperty, getPropertyNames, removeProperty, rollback, setAllProperties, setPropertyMethods inherited from class de.hybris.platform.persistence.ItemEJBImpl
addPermission, checkItemPermission, clearPermission, getCache, getComposedType, getCreationTime, getHJMPTS, getJaloObjectClass, getModificationTime, getOwner, getPermissionFacade, getPermissionMap, getPK, getPrincipalPermissions, getRestrictedPrincipals, getSession, getTypeKey, invalidateLocalCaches, remove, setComposedType, setCreationTime, setModificationTime, setOwner, setPermissionMap, setRemote, unwrap, unwrapToRef, wrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.util.BridgeInterface
getJaloObjectClassMethods inherited from interface de.hybris.platform.util.ExposesPermissionFacade
getPermissionFacadeMethods inherited from interface de.hybris.platform.jalo.ExtensibleItem.ExtensibleItemImpl
getAllProperties, getProperty, getPropertyNames, removeProperty, setAllProperties, setPropertyMethods inherited from interface de.hybris.platform.jalo.GenericItem.GenericItemImpl
getRelatedItemsMethods inherited from interface de.hybris.platform.jalo.Item.ItemImpl
addPermission, checkItemPermission, clearPermission, getComposedType, getCreationTime, getHJMPTS, getModificationTime, getOwner, getPermissionMap, getPK, getPrincipalPermissions, getRestrictedPrincipals, getTypeKey, invalidateLocalCaches, isLocalCachingSupported, isTransactionSupported, remove, setComposedType, setCreationTime, setModificationTime, setOwner, setPermissionMapMethods inherited from interface de.hybris.platform.jalo.c2l.LocalizableItem.LocalizableItemImpl
getAllLocalizedProperties, getAllLocalizedProperties, getLocalizedProperty, getLocalizedPropertyNames, removeLocalizedProperty, setAllLocalizableProperties, setLocalizedProperty
-
Constructor Details
-
GenericItemEJBImpl
-
-
Method Details
-
createGenericItem
public static GenericItem createGenericItem(Tenant tenant, PK pk, ComposedType genericItemType, JaloPropertyContainer props) -
removeInternal
- Specified by:
removeInternalin classItemEJBImpl- Throws:
ConsistencyCheckException
-
getRemote
- Overrides:
getRemotein classItemEJBImpl
-
getRelatedItems
- Specified by:
getRelatedItemsin interfaceGenericItem.GenericItemImpl
-
setRelatedItems
- Specified by:
setRelatedItemsin interfaceGenericItem.GenericItemImpl
-
isHandlingOwnerAsReferenceSupported
protected boolean isHandlingOwnerAsReferenceSupported()- Overrides:
isHandlingOwnerAsReferenceSupportedin classItemEJBImpl
-