Interface AttributeDescriptorHome
- All Known Implementing Classes:
AttributeDescriptor_HJMPWrapper,AttributeDescriptorEJB
-
Method Summary
Modifier and TypeMethodDescriptioncreate(PK pkBase, AttributeDescriptorRemote superFD, List inheritancePath, TypeRemote type, int modifiers) create(PK pkBase, ComposedTypeRemote enclosingType, String qualifier, String persistentQualifier, TypeRemote type, AtomicTypeRemote persistentType, int modifiers, ComposedTypeRemote metaType) findByEnclosingType(PK ectPK) findByEnclosingTypeAndQualifier(PK enclTypePK, String qualifier) Always pass qualifier as lower case string !!!findByEnclosingTypeAndSelectionDescriptor(PK enclTypePK, PK descriptorPK) findBySuperAttributeDescriptor(PK superFDPK) findDeclaredByEnclosingType(PK ectPK) findDeclaredByEnclosingTypeAndQualifier(PK enclTypePK, String qualifier) Always pass qualifier as lower case string !!!findInheritedByQualifierAndInheritancePath(String qualifier, String path) Always pass qualifier as lower case string !!!findInhertitedByEnclosingType(PK ectPK) findPropertyByEnclosingType(PK ectPK) findPublicByEnclosingType(PK ectPK) findPublicByEnclosingTypeAndQualifier(PK enclTypePK, String qualifier) Always pass qualifier as lower case string !!!Methods inherited from interface de.hybris.platform.persistence.ItemHome
findAll, findByPKList, findByType, findChangedAfter, getOwnJNDIName, loadItemData
-
Method Details
-
create
AttributeDescriptorRemote create(PK pkBase, AttributeDescriptorRemote superFD, List inheritancePath, TypeRemote type, int modifiers) throws EJBDuplicateQualifierException, EJBInvalidParameterException, YCreateException -
create
AttributeDescriptorRemote create(PK pkBase, ComposedTypeRemote enclosingType, String qualifier, String persistentQualifier, TypeRemote type, AtomicTypeRemote persistentType, int modifiers, ComposedTypeRemote metaType) throws EJBDuplicateQualifierException, EJBInvalidParameterException, YCreateException -
findByEnclosingTypeAndQualifier
AttributeDescriptorRemote findByEnclosingTypeAndQualifier(PK enclTypePK, String qualifier) throws YObjectNotFoundException, YFinderException Always pass qualifier as lower case string !!! -
findByEnclosingTypeAndSelectionDescriptor
Collection findByEnclosingTypeAndSelectionDescriptor(PK enclTypePK, PK descriptorPK) throws YObjectNotFoundException, YFinderException -
findPublicByEnclosingTypeAndQualifier
AttributeDescriptorRemote findPublicByEnclosingTypeAndQualifier(PK enclTypePK, String qualifier) throws YObjectNotFoundException, YFinderException Always pass qualifier as lower case string !!! -
findDeclaredByEnclosingTypeAndQualifier
AttributeDescriptorRemote findDeclaredByEnclosingTypeAndQualifier(PK enclTypePK, String qualifier) throws YObjectNotFoundException, YFinderException Always pass qualifier as lower case string !!! -
findByEnclosingType
- Throws:
YFinderException
-
findInhertitedByEnclosingType
- Throws:
YFinderException
-
findPublicByEnclosingType
- Throws:
YFinderException
-
findDeclaredByEnclosingType
- Throws:
YFinderException
-
findPropertyByEnclosingType
- Throws:
YFinderException
-
findInheritedByQualifierAndInheritancePath
Collection findInheritedByQualifierAndInheritancePath(String qualifier, String path) throws YFinderException Always pass qualifier as lower case string !!!- Throws:
YFinderException
-
findBySuperAttributeDescriptor
- Throws:
YFinderException
-