Class AttributeDescriptorEJBImpl
- 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.DescriptorEJBImpl
-
- de.hybris.platform.persistence.type.AttributeDescriptorEJBImpl
-
- All Implemented Interfaces:
LocalizableItem.LocalizableItemImpl,ExtensibleItem.ExtensibleItemImpl,Item.ItemImpl,AttributeDescriptor.AttributeDescriptorImpl,Descriptor.DescriptorImpl,TypeManagerManaged.TypeManagerManagedImpl,BridgeInterface,ExposesPermissionFacade,ExposesRemote,java.io.Serializable
public class AttributeDescriptorEJBImpl extends DescriptorEJBImpl implements AttributeDescriptor.AttributeDescriptorImpl
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttributeDescriptorEJBImpl(Tenant tenant, AttributeDescriptorRemote remoteObject)
-
Method Summary
-
Methods inherited from class de.hybris.platform.persistence.type.DescriptorEJBImpl
getAttributeType, getContext, getDescriptorRemote, getQualifier, isLocalized
-
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, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.util.BridgeInterface
getJaloObjectClass
-
Methods inherited from interface de.hybris.platform.jalo.type.Descriptor.DescriptorImpl
getAttributeType, getQualifier
-
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
-
-
-
-
Constructor Detail
-
AttributeDescriptorEJBImpl
public AttributeDescriptorEJBImpl(Tenant tenant, AttributeDescriptorRemote remoteObject)
-
-
Method Detail
-
getPersistenceClass
public java.lang.Class getPersistenceClass()
- Specified by:
getPersistenceClassin interfaceAttributeDescriptor.AttributeDescriptorImpl
-
getDatabaseColumn
public java.lang.String getDatabaseColumn()
- Specified by:
getDatabaseColumnin interfaceAttributeDescriptor.AttributeDescriptorImpl
-
setDatabaseColumn
public void setDatabaseColumn(java.lang.String col)
- Specified by:
setDatabaseColumnin interfaceAttributeDescriptor.AttributeDescriptorImpl
-
getSelectionOf
public AttributeDescriptor getSelectionOf()
- Specified by:
getSelectionOfin interfaceAttributeDescriptor.AttributeDescriptorImpl
-
setSelectionOf
public void setSelectionOf(AttributeDescriptor descriptor)
- Specified by:
setSelectionOfin interfaceAttributeDescriptor.AttributeDescriptorImpl
-
getProposedDatabaseColumn
public java.lang.String getProposedDatabaseColumn()
- Specified by:
getProposedDatabaseColumnin interfaceAttributeDescriptor.AttributeDescriptorImpl
-
getSuperAttributeDescriptor
public AttributeDescriptor getSuperAttributeDescriptor()
- Specified by:
getSuperAttributeDescriptorin interfaceAttributeDescriptor.AttributeDescriptorImpl
-
setAttributeType
public void setAttributeType(Type type) throws JaloInvalidParameterException
- Specified by:
setAttributeTypein interfaceAttributeDescriptor.AttributeDescriptorImpl- Throws:
JaloInvalidParameterException
-
redeclareAttributeType
public void redeclareAttributeType(Type type, int modifiers) throws JaloInvalidParameterException
- Specified by:
redeclareAttributeTypein interfaceAttributeDescriptor.AttributeDescriptorImpl- Throws:
JaloInvalidParameterException
-
getDeclaringEnclosingType
public ComposedType getDeclaringEnclosingType()
- Specified by:
getDeclaringEnclosingTypein interfaceAttributeDescriptor.AttributeDescriptorImpl
-
getEnclosingType
public ComposedType getEnclosingType()
- Specified by:
getEnclosingTypein interfaceAttributeDescriptor.AttributeDescriptorImpl
-
setEnclosingType
public void setEnclosingType(ComposedType type) throws JaloInvalidParameterException
- Throws:
JaloInvalidParameterException
-
getModifiers
public int getModifiers()
- Specified by:
getModifiersin interfaceAttributeDescriptor.AttributeDescriptorImpl
-
setModifiers
public void setModifiers(int modifiers)
- Specified by:
setModifiersin interfaceAttributeDescriptor.AttributeDescriptorImpl
-
getPersistenceType
public AtomicType getPersistenceType()
- Specified by:
getPersistenceTypein interfaceAttributeDescriptor.AttributeDescriptorImpl
-
setPartOf
public void setPartOf(boolean part) throws JaloInvalidParameterException- Specified by:
setPartOfin interfaceAttributeDescriptor.AttributeDescriptorImpl- Throws:
JaloInvalidParameterException
-
setInitial
public void setInitial(boolean init) throws JaloInvalidParameterException- Specified by:
setInitialin interfaceAttributeDescriptor.AttributeDescriptorImpl- Throws:
JaloInvalidParameterException
-
setProperty
public void setProperty(boolean isProperty)
- Specified by:
setPropertyin interfaceAttributeDescriptor.AttributeDescriptorImpl
-
setLocalized
public void setLocalized(boolean localized)
- Specified by:
setLocalizedin interfaceAttributeDescriptor.AttributeDescriptorImpl
-
setReadable
public void setReadable(boolean readable) throws JaloInvalidParameterException- Specified by:
setReadablein interfaceAttributeDescriptor.AttributeDescriptorImpl- Throws:
JaloInvalidParameterException
-
setWritable
public void setWritable(boolean writable) throws JaloInvalidParameterException- Specified by:
setWritablein interfaceAttributeDescriptor.AttributeDescriptorImpl- Throws:
JaloInvalidParameterException
-
setRemovable
public void setRemovable(boolean removable) throws JaloInvalidParameterException- Specified by:
setRemovablein interfaceAttributeDescriptor.AttributeDescriptorImpl- Throws:
JaloInvalidParameterException
-
setOptional
public void setOptional(boolean optional) throws JaloInvalidParameterException- Specified by:
setOptionalin interfaceAttributeDescriptor.AttributeDescriptorImpl- Throws:
JaloInvalidParameterException
-
setSearchable
public void setSearchable(boolean searchable) throws JaloInvalidParameterException- Specified by:
setSearchablein interfaceAttributeDescriptor.AttributeDescriptorImpl- Throws:
JaloInvalidParameterException
-
setPrivate
public void setPrivate(boolean priv) throws JaloInvalidParameterException- Specified by:
setPrivatein interfaceAttributeDescriptor.AttributeDescriptorImpl- Throws:
JaloInvalidParameterException
-
setDontOptimize
public void setDontOptimize(boolean opt) throws JaloInvalidParameterException- Specified by:
setDontOptimizein interfaceAttributeDescriptor.AttributeDescriptorImpl- Throws:
JaloInvalidParameterException
-
getAllSubAttributeDescriptors
public java.util.Set getAllSubAttributeDescriptors()
- Specified by:
getAllSubAttributeDescriptorsin interfaceAttributeDescriptor.AttributeDescriptorImpl
-
getAttributeDescriptorRemote
protected AttributeDescriptorRemote getAttributeDescriptorRemote()
-
getPersistenceQualifier
public java.lang.String getPersistenceQualifier()
- Specified by:
getPersistenceQualifierin interfaceAttributeDescriptor.AttributeDescriptorImpl
-
-