Interface AttributeDescriptorHome
-
- All Known Implementing Classes:
AttributeDescriptor_HJMPWrapper
,AttributeDescriptorEJB
public interface AttributeDescriptorHome extends ItemHome
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeDescriptorRemote
create(PK pkBase, AttributeDescriptorRemote superFD, java.util.List inheritancePath, TypeRemote type, int modifiers)
AttributeDescriptorRemote
create(PK pkBase, ComposedTypeRemote enclosingType, java.lang.String qualifier, java.lang.String persistentQualifier, TypeRemote type, AtomicTypeRemote persistentType, int modifiers, ComposedTypeRemote metaType)
java.util.Collection
findByEnclosingType(PK ectPK)
AttributeDescriptorRemote
findByEnclosingTypeAndQualifier(PK enclTypePK, java.lang.String qualifier)
Always pass qualifier as lower case string !!!java.util.Collection
findByEnclosingTypeAndSelectionDescriptor(PK enclTypePK, PK descriptorPK)
java.util.Collection
findBySuperAttributeDescriptor(PK superFDPK)
java.util.Collection
findDeclaredByEnclosingType(PK ectPK)
AttributeDescriptorRemote
findDeclaredByEnclosingTypeAndQualifier(PK enclTypePK, java.lang.String qualifier)
Always pass qualifier as lower case string !!!java.util.Collection
findInheritedByQualifierAndInheritancePath(java.lang.String qualifier, java.lang.String path)
Always pass qualifier as lower case string !!!java.util.Collection
findInhertitedByEnclosingType(PK ectPK)
java.util.Collection
findPropertyByEnclosingType(PK ectPK)
java.util.Collection
findPublicByEnclosingType(PK ectPK)
AttributeDescriptorRemote
findPublicByEnclosingTypeAndQualifier(PK enclTypePK, java.lang.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 Detail
-
create
AttributeDescriptorRemote create(PK pkBase, AttributeDescriptorRemote superFD, java.util.List inheritancePath, TypeRemote type, int modifiers) throws EJBDuplicateQualifierException, EJBInvalidParameterException, YCreateException
-
create
AttributeDescriptorRemote create(PK pkBase, ComposedTypeRemote enclosingType, java.lang.String qualifier, java.lang.String persistentQualifier, TypeRemote type, AtomicTypeRemote persistentType, int modifiers, ComposedTypeRemote metaType) throws EJBDuplicateQualifierException, EJBInvalidParameterException, YCreateException
-
findByEnclosingTypeAndQualifier
AttributeDescriptorRemote findByEnclosingTypeAndQualifier(PK enclTypePK, java.lang.String qualifier) throws YObjectNotFoundException, YFinderException
Always pass qualifier as lower case string !!!
-
findByEnclosingTypeAndSelectionDescriptor
java.util.Collection findByEnclosingTypeAndSelectionDescriptor(PK enclTypePK, PK descriptorPK) throws YObjectNotFoundException, YFinderException
-
findPublicByEnclosingTypeAndQualifier
AttributeDescriptorRemote findPublicByEnclosingTypeAndQualifier(PK enclTypePK, java.lang.String qualifier) throws YObjectNotFoundException, YFinderException
Always pass qualifier as lower case string !!!
-
findDeclaredByEnclosingTypeAndQualifier
AttributeDescriptorRemote findDeclaredByEnclosingTypeAndQualifier(PK enclTypePK, java.lang.String qualifier) throws YObjectNotFoundException, YFinderException
Always pass qualifier as lower case string !!!
-
findByEnclosingType
java.util.Collection findByEnclosingType(PK ectPK) throws YFinderException
- Throws:
YFinderException
-
findInhertitedByEnclosingType
java.util.Collection findInhertitedByEnclosingType(PK ectPK) throws YFinderException
- Throws:
YFinderException
-
findPublicByEnclosingType
java.util.Collection findPublicByEnclosingType(PK ectPK) throws YFinderException
- Throws:
YFinderException
-
findDeclaredByEnclosingType
java.util.Collection findDeclaredByEnclosingType(PK ectPK) throws YFinderException
- Throws:
YFinderException
-
findPropertyByEnclosingType
java.util.Collection findPropertyByEnclosingType(PK ectPK) throws YFinderException
- Throws:
YFinderException
-
findInheritedByQualifierAndInheritancePath
java.util.Collection findInheritedByQualifierAndInheritancePath(java.lang.String qualifier, java.lang.String path) throws YFinderException
Always pass qualifier as lower case string !!!- Throws:
YFinderException
-
findBySuperAttributeDescriptor
java.util.Collection findBySuperAttributeDescriptor(PK superFDPK) throws YFinderException
- Throws:
YFinderException
-
-