Class ComposedTypeEJBImpl
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.ComposedTypeEJBImpl
- All Implemented Interfaces:
LocalizableItem.LocalizableItemImpl,ExtensibleItem.ExtensibleItemImpl,Item.ItemImpl,ComposedType.ComposedTypeImpl,Type.TypeImpl,TypeManagerManaged.TypeManagerManagedImpl,BridgeInterface,ExposesPermissionFacade,ExposesRemote,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateAttributeDescriptor(PK pkBase, String qualifier, Type type, int modifiers) getAttributeDescriptor(String qualifier) protected ComposedTypeRemotegetDeclaredAttributeDescriptor(String qualifier) getEveryAttributeDescriptor(String qualifier) intreturns the class of the jalo object that implements this bridge interface.getTable()booleanbooleanredeclareAttributeDescriptor(String qualifier, Type type, int modifiers) voidvoidsetJaloClass(Class jaloClass) voidsetSingleton(boolean isSingleton) Methods inherited from class de.hybris.platform.persistence.type.TypeEJBImpl
getCode, getTypeRemoteMethods inherited from class de.hybris.platform.persistence.type.TypeManagerManagedEJBImpl
getRemote, getTypeManagerEJB, removeInternalMethods inherited from class de.hybris.platform.persistence.c2l.LocalizableItemEJBImpl
checkLanguage, getAllLocalizedProperties, getAllLocalizedProperties, getLangPK, getLocalizedProperty, getLocalizedPropertyNames, removeLocalizedProperty, setAllLocalizableProperties, setLocalizedPropertyMethods inherited from class de.hybris.platform.persistence.ExtensibleItemEJBImpl
commit, getAllProperties, getProperty, getPropertyNames, removeProperty, rollback, setAllProperties, setPropertyMethods inherited from class de.hybris.platform.persistence.ItemEJBImpl
addPermission, checkItemPermission, clearPermission, getCache, getComposedType, getCreationTime, getHJMPTS, getModificationTime, getOwner, getPermissionFacade, getPermissionMap, getPK, getPrincipalPermissions, getRestrictedPrincipals, getSession, getTypeKey, invalidateLocalCaches, isHandlingOwnerAsReferenceSupported, remove, setComposedType, setCreationTime, setModificationTime, setOwner, setPermissionMap, setRemote, unwrap, unwrapToRef, wrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
ComposedTypeEJBImpl
-
-
Method Details
-
getJaloObjectClass
Description copied from interface:BridgeInterfacereturns the class of the jalo object that implements this bridge interface.- Specified by:
getJaloObjectClassin interfaceBridgeInterface- Overrides:
getJaloObjectClassin classItemEJBImpl- Returns:
- the Class object
-
getJaloClass
- Specified by:
getJaloClassin interfaceComposedType.ComposedTypeImpl
-
setJaloClass
- Specified by:
setJaloClassin interfaceComposedType.ComposedTypeImpl
-
getTable
- Specified by:
getTablein interfaceComposedType.ComposedTypeImpl
-
getDumpPropertyTable
- Specified by:
getDumpPropertyTablein interfaceComposedType.ComposedTypeImpl
-
getSuperType
- Specified by:
getSuperTypein interfaceComposedType.ComposedTypeImpl
-
getSubTypes
- Specified by:
getSubTypesin interfaceComposedType.ComposedTypeImpl
-
getAllSubTypes
- Specified by:
getAllSubTypesin interfaceComposedType.ComposedTypeImpl
-
getDeclaredAttributeDescriptors
-
getInheritedAttributeDescriptors
-
setDeclaredAttributeDescriptors
- Specified by:
setDeclaredAttributeDescriptorsin interfaceComposedType.ComposedTypeImpl- Throws:
JaloInvalidParameterException
-
getAttributeDescriptors
-
getAttributeDescriptorsIncludingPrivate
- Specified by:
getAttributeDescriptorsIncludingPrivatein interfaceComposedType.ComposedTypeImpl
-
getDeclaredAttributeDescriptor
public AttributeDescriptor getDeclaredAttributeDescriptor(String qualifier) throws JaloItemNotFoundException - Throws:
JaloItemNotFoundException
-
getAttributeDescriptor
public AttributeDescriptor getAttributeDescriptor(String qualifier) throws JaloItemNotFoundException - Throws:
JaloItemNotFoundException
-
getEveryAttributeDescriptor
public AttributeDescriptor getEveryAttributeDescriptor(String qualifier) throws JaloItemNotFoundException - Throws:
JaloItemNotFoundException
-
createAttributeDescriptor
public AttributeDescriptor createAttributeDescriptor(PK pkBase, String qualifier, Type type, int modifiers) throws JaloDuplicateQualifierException, JaloInvalidParameterException - Specified by:
createAttributeDescriptorin interfaceComposedType.ComposedTypeImpl- Throws:
JaloDuplicateQualifierExceptionJaloInvalidParameterException
-
redeclareAttributeDescriptor
public AttributeDescriptor redeclareAttributeDescriptor(String qualifier, Type type, int modifiers) throws JaloInvalidParameterException, JaloItemNotFoundException -
isSingleton
public boolean isSingleton()- Specified by:
isSingletonin interfaceComposedType.ComposedTypeImpl
-
setSingleton
public void setSingleton(boolean isSingleton) - Specified by:
setSingletonin interfaceComposedType.ComposedTypeImpl
-
isAbstract
public boolean isAbstract()- Specified by:
isAbstractin interfaceComposedType.ComposedTypeImpl
-
getComposedTypeRemote
-
getJNDIName
- Specified by:
getJNDINamein interfaceComposedType.ComposedTypeImpl
-
getItemTypeCode
public int getItemTypeCode()- Specified by:
getItemTypeCodein interfaceComposedType.ComposedTypeImpl
-
getInheritancePathString
- Specified by:
getInheritancePathStringin interfaceComposedType.ComposedTypeImpl
-