Package de.hybris.platform.jalo.type
Interface ComposedType.ComposedTypeImpl
- All Superinterfaces:
BridgeInterface,ExposesPermissionFacade,ExposesRemote,ExtensibleItem.ExtensibleItemImpl,Item.ItemImpl,LocalizableItem.LocalizableItemImpl,Serializable,Type.TypeImpl,TypeManagerManaged.TypeManagerManagedImpl
- All Known Implementing Classes:
ComposedTypeEJBImpl
- Enclosing class:
- ComposedType
Persistence layer interface. Do not use directly.
-
Method Summary
Modifier and TypeMethodDescriptioncreateAttributeDescriptor(PK pk, String qualifier, Type type, int modifiers) intgetTable()booleanbooleanvoidvoidvoidsetSingleton(boolean isSingleton) Methods 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
-
getTable
String getTable() -
getSuperType
ComposedType getSuperType() -
getSubTypes
Set getSubTypes() -
setDeclaredAttributeDescriptors
- Throws:
JaloInvalidParameterException
-
getAttributeDescriptorsIncludingPrivate
Set getAttributeDescriptorsIncludingPrivate() -
createAttributeDescriptor
AttributeDescriptor createAttributeDescriptor(PK pk, String qualifier, Type type, int modifiers) throws JaloDuplicateQualifierException, JaloInvalidParameterException -
isSingleton
boolean isSingleton() -
setSingleton
void setSingleton(boolean isSingleton) -
isAbstract
boolean isAbstract() -
getJaloClass
Class getJaloClass() -
setJaloClass
-
getJNDIName
String getJNDIName() -
getDumpPropertyTable
String getDumpPropertyTable() -
getItemTypeCode
int getItemTypeCode() -
getInheritancePathString
String getInheritancePathString() -
getAllSubTypes
Set getAllSubTypes()
-