Class AtomicTypeEJBImpl
- 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.type.TypeManagerManagedEJBImpl
-
- de.hybris.platform.persistence.type.TypeEJBImpl
-
- de.hybris.platform.persistence.type.AtomicTypeEJBImpl
-
- All Implemented Interfaces:
LocalizableItem.LocalizableItemImpl
,ExtensibleItem.ExtensibleItemImpl
,Item.ItemImpl
,AtomicType.AtomicTypeImpl
,Type.TypeImpl
,TypeManagerManaged.TypeManagerManagedImpl
,BridgeInterface
,ExposesPermissionFacade
,ExposesRemote
,java.io.Serializable
public class AtomicTypeEJBImpl extends TypeEJBImpl implements AtomicType.AtomicTypeImpl
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AtomicTypeEJBImpl(Tenant tenant, AtomicTypeRemote remoteObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AtomicTypeRemote
getAtomicTypeRemote()
java.lang.Class
getJavaClass()
java.util.Set
getSubTypes()
AtomicType
getSuperType()
boolean
isAbstract()
java.lang.String
toString()
-
Methods inherited from class de.hybris.platform.persistence.type.TypeEJBImpl
getCode, getTypeRemote
-
Methods inherited from class de.hybris.platform.persistence.type.TypeManagerManagedEJBImpl
getRemote, getTypeManagerEJB, removeInternal
-
Methods inherited from class de.hybris.platform.persistence.c2l.LocalizableItemEJBImpl
checkLanguage, getAllLocalizedProperties, getAllLocalizedProperties, getLangPK, getLocalizedProperty, getLocalizedPropertyNames, removeLocalizedProperty, setAllLocalizableProperties, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.persistence.ExtensibleItemEJBImpl
commit, getAllProperties, getProperty, getPropertyNames, removeProperty, rollback, setAllProperties, setProperty
-
Methods 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, isHandlingOwnerAsReferenceSupported, remove, setComposedType, setCreationTime, setModificationTime, setOwner, setPermissionMap, setRemote, unwrap, unwrapToRef, wrap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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
-
Methods inherited from interface de.hybris.platform.jalo.type.Type.TypeImpl
getCode
-
-
-
-
Constructor Detail
-
AtomicTypeEJBImpl
public AtomicTypeEJBImpl(Tenant tenant, AtomicTypeRemote remoteObject)
-
-
Method Detail
-
getJavaClass
public java.lang.Class getJavaClass()
- Specified by:
getJavaClass
in interfaceAtomicType.AtomicTypeImpl
-
getSuperType
public AtomicType getSuperType()
- Specified by:
getSuperType
in interfaceAtomicType.AtomicTypeImpl
-
getSubTypes
public java.util.Set getSubTypes()
- Specified by:
getSubTypes
in interfaceAtomicType.AtomicTypeImpl
-
isAbstract
public boolean isAbstract()
- Specified by:
isAbstract
in interfaceAtomicType.AtomicTypeImpl
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getAtomicTypeRemote
protected AtomicTypeRemote getAtomicTypeRemote()
-
-