Package de.hybris.platform.jalo
Interface GenericItem.GenericItemImpl
- All Superinterfaces:
BridgeInterface,ExposesPermissionFacade,ExtensibleItem.ExtensibleItemImpl,Item.ItemImpl,LocalizableItem.LocalizableItemImpl,Serializable
- All Known Implementing Classes:
GenericItemEJBImpl
- Enclosing class:
- GenericItem
interface to persistence layer
internal use only!
internal use only!
-
Method Summary
Modifier and TypeMethodDescriptiondefault <T extends Item>
Collection<T>getRelatedItems(RelationsInfo relationsInfo) <T extends Item>
Collection<T>getRelatedItems(String relationQualifier) <T extends Item>
booleansetRelatedItems(String relationQualifier, Collection<T> values) Methods 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.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
-
Method Details
-
getRelatedItems
-
getRelatedItems
-
setRelatedItems
-