Package de.hybris.platform.jalo.type
Interface TypeManagerManaged.TypeManagerManagedImpl
-
- All Superinterfaces:
BridgeInterface
,ExposesPermissionFacade
,ExposesRemote
,ExtensibleItem.ExtensibleItemImpl
,Item.ItemImpl
,LocalizableItem.LocalizableItemImpl
,java.io.Serializable
- All Known Subinterfaces:
AtomicType.AtomicTypeImpl
,AttributeDescriptor.AttributeDescriptorImpl
,CollectionType.CollectionTypeImpl
,ComposedType.ComposedTypeImpl
,Descriptor.DescriptorImpl
,MapType.MapTypeImpl
,SearchRestriction.SearchRestrictionImpl
,Type.TypeImpl
- All Known Implementing Classes:
AtomicTypeEJBImpl
,AttributeDescriptorEJBImpl
,CollectionTypeEJBImpl
,ComposedTypeEJBImpl
,DescriptorEJBImpl
,MapTypeEJBImpl
,SearchRestrictionEJBImpl
,TypeEJBImpl
,TypeManagerManagedEJBImpl
- Enclosing class:
- TypeManagerManaged
public static interface TypeManagerManaged.TypeManagerManagedImpl extends LocalizableItem.LocalizableItemImpl, ExposesRemote
Internal persistence layer implementation interface.
-
-
Method Summary
-
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.util.ExposesRemote
getRemote
-
Methods inherited from interface de.hybris.platform.jalo.ExtensibleItem.ExtensibleItemImpl
getAllProperties, getProperty, getPropertyNames, removeProperty, setAllProperties, setProperty
-
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
-
Methods inherited from interface de.hybris.platform.jalo.c2l.LocalizableItem.LocalizableItemImpl
getAllLocalizedProperties, getAllLocalizedProperties, getLocalizedProperty, getLocalizedPropertyNames, removeLocalizedProperty, setAllLocalizableProperties, setLocalizedProperty
-
-