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,java.io.Serializable
public class ComposedTypeEJBImpl extends TypeEJBImpl implements ComposedType.ComposedTypeImpl
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComposedTypeEJBImpl(Tenant tenant, ComposedTypeRemote remoteObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeDescriptorcreateAttributeDescriptor(PK pkBase, java.lang.String qualifier, Type type, int modifiers)java.util.SetgetAllSubTypes()AttributeDescriptorgetAttributeDescriptor(java.lang.String qualifier)java.util.SetgetAttributeDescriptors()java.util.SetgetAttributeDescriptorsIncludingPrivate()protected ComposedTypeRemotegetComposedTypeRemote()AttributeDescriptorgetDeclaredAttributeDescriptor(java.lang.String qualifier)java.util.SetgetDeclaredAttributeDescriptors()java.lang.StringgetDumpPropertyTable()AttributeDescriptorgetEveryAttributeDescriptor(java.lang.String qualifier)java.lang.StringgetInheritancePathString()java.util.SetgetInheritedAttributeDescriptors()intgetItemTypeCode()java.lang.ClassgetJaloClass()java.lang.ClassgetJaloObjectClass()returns the class of the jalo object that implements this bridge interface.java.lang.StringgetJNDIName()java.util.SetgetSubTypes()ComposedTypegetSuperType()java.lang.StringgetTable()booleanisAbstract()booleanisSingleton()AttributeDescriptorredeclareAttributeDescriptor(java.lang.String qualifier, Type type, int modifiers)voidsetDeclaredAttributeDescriptors(java.util.Set fds)voidsetJaloClass(java.lang.Class jaloClass)voidsetSingleton(boolean isSingleton)-
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, 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, toString, wait, wait, wait
-
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
-
ComposedTypeEJBImpl
public ComposedTypeEJBImpl(Tenant tenant, ComposedTypeRemote remoteObject)
-
-
Method Detail
-
getJaloObjectClass
public java.lang.Class 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
public java.lang.Class getJaloClass()
- Specified by:
getJaloClassin interfaceComposedType.ComposedTypeImpl
-
setJaloClass
public void setJaloClass(java.lang.Class jaloClass)
- Specified by:
setJaloClassin interfaceComposedType.ComposedTypeImpl
-
getTable
public java.lang.String getTable()
- Specified by:
getTablein interfaceComposedType.ComposedTypeImpl
-
getDumpPropertyTable
public java.lang.String getDumpPropertyTable()
- Specified by:
getDumpPropertyTablein interfaceComposedType.ComposedTypeImpl
-
getSuperType
public ComposedType getSuperType()
- Specified by:
getSuperTypein interfaceComposedType.ComposedTypeImpl
-
getSubTypes
public java.util.Set getSubTypes()
- Specified by:
getSubTypesin interfaceComposedType.ComposedTypeImpl
-
getAllSubTypes
public java.util.Set getAllSubTypes()
- Specified by:
getAllSubTypesin interfaceComposedType.ComposedTypeImpl
-
getDeclaredAttributeDescriptors
public java.util.Set getDeclaredAttributeDescriptors()
-
getInheritedAttributeDescriptors
public java.util.Set getInheritedAttributeDescriptors()
-
setDeclaredAttributeDescriptors
public void setDeclaredAttributeDescriptors(java.util.Set fds) throws JaloInvalidParameterException- Specified by:
setDeclaredAttributeDescriptorsin interfaceComposedType.ComposedTypeImpl- Throws:
JaloInvalidParameterException
-
getAttributeDescriptors
public java.util.Set getAttributeDescriptors()
-
getAttributeDescriptorsIncludingPrivate
public java.util.Set getAttributeDescriptorsIncludingPrivate()
- Specified by:
getAttributeDescriptorsIncludingPrivatein interfaceComposedType.ComposedTypeImpl
-
getDeclaredAttributeDescriptor
public AttributeDescriptor getDeclaredAttributeDescriptor(java.lang.String qualifier) throws JaloItemNotFoundException
- Throws:
JaloItemNotFoundException
-
getAttributeDescriptor
public AttributeDescriptor getAttributeDescriptor(java.lang.String qualifier) throws JaloItemNotFoundException
- Throws:
JaloItemNotFoundException
-
getEveryAttributeDescriptor
public AttributeDescriptor getEveryAttributeDescriptor(java.lang.String qualifier) throws JaloItemNotFoundException
- Throws:
JaloItemNotFoundException
-
createAttributeDescriptor
public AttributeDescriptor createAttributeDescriptor(PK pkBase, java.lang.String qualifier, Type type, int modifiers) throws JaloDuplicateQualifierException, JaloInvalidParameterException
- Specified by:
createAttributeDescriptorin interfaceComposedType.ComposedTypeImpl- Throws:
JaloDuplicateQualifierExceptionJaloInvalidParameterException
-
redeclareAttributeDescriptor
public AttributeDescriptor redeclareAttributeDescriptor(java.lang.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
protected ComposedTypeRemote getComposedTypeRemote()
-
getJNDIName
public java.lang.String getJNDIName()
- Specified by:
getJNDINamein interfaceComposedType.ComposedTypeImpl
-
getItemTypeCode
public int getItemTypeCode()
- Specified by:
getItemTypeCodein interfaceComposedType.ComposedTypeImpl
-
getInheritancePathString
public java.lang.String getInheritancePathString()
- Specified by:
getInheritancePathStringin interfaceComposedType.ComposedTypeImpl
-
-