Package de.hybris.platform.jalo.type
Interface AtomicType.AtomicTypeImpl
- All Superinterfaces:
BridgeInterface,ExposesPermissionFacade,ExposesRemote,ExtensibleItem.ExtensibleItemImpl,Item.ItemImpl,LocalizableItem.LocalizableItemImpl,Serializable,Type.TypeImpl,TypeManagerManaged.TypeManagerManagedImpl
- All Known Implementing Classes:
AtomicTypeEJBImpl
- Enclosing class:
- AtomicType
The persistence layer implementation interface.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from interface de.hybris.platform.util.BridgeInterface
getJaloObjectClassMethods inherited from interface de.hybris.platform.util.ExposesPermissionFacade
getPermissionFacadeMethods inherited from interface de.hybris.platform.util.ExposesRemote
getRemoteMethods 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, setLocalizedPropertyMethods inherited from interface de.hybris.platform.jalo.type.Type.TypeImpl
getCode
-
Method Details
-
getJavaClass
Class getJavaClass() -
getSuperType
AtomicType getSuperType() -
getSubTypes
Set getSubTypes() -
isAbstract
boolean isAbstract()
-