Package de.hybris.platform.jalo.type
Interface Descriptor.DescriptorImpl
-
- All Superinterfaces:
BridgeInterface
,ExposesPermissionFacade
,ExposesRemote
,ExtensibleItem.ExtensibleItemImpl
,Item.ItemImpl
,LocalizableItem.LocalizableItemImpl
,java.io.Serializable
,TypeManagerManaged.TypeManagerManagedImpl
- All Known Subinterfaces:
AttributeDescriptor.AttributeDescriptorImpl
- All Known Implementing Classes:
AttributeDescriptorEJBImpl
,DescriptorEJBImpl
- Enclosing class:
- Descriptor
public static interface Descriptor.DescriptorImpl extends TypeManagerManaged.TypeManagerManagedImpl
Internal - interface to persistence layer implementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Type
getAttributeType()
java.lang.String
getQualifier()
-
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
-
-
-
-
Method Detail
-
getQualifier
java.lang.String getQualifier()
-
getAttributeType
Type getAttributeType()
-
-