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 AttributeDescriptorRemotecreate(PK pkBase, AttributeDescriptorRemote superFD, java.util.List inheritancePath, TypeRemote type, int modifiers)AttributeDescriptorRemotecreate(PK pkBase, ComposedTypeRemote enclosingType, java.lang.String qualifier, java.lang.String persistentQualifier, TypeRemote type, AtomicTypeRemote persistentType, int modifiers, ComposedTypeRemote metaType)java.util.CollectionfindByEnclosingType(PK ectPK)AttributeDescriptorRemotefindByEnclosingTypeAndQualifier(PK enclTypePK, java.lang.String qualifier)Always pass qualifier as lower case string !!!java.util.CollectionfindByEnclosingTypeAndSelectionDescriptor(PK enclTypePK, PK descriptorPK)java.util.CollectionfindBySuperAttributeDescriptor(PK superFDPK)java.util.CollectionfindDeclaredByEnclosingType(PK ectPK)AttributeDescriptorRemotefindDeclaredByEnclosingTypeAndQualifier(PK enclTypePK, java.lang.String qualifier)Always pass qualifier as lower case string !!!java.util.CollectionfindInheritedByQualifierAndInheritancePath(java.lang.String qualifier, java.lang.String path)Always pass qualifier as lower case string !!!java.util.CollectionfindInhertitedByEnclosingType(PK ectPK)java.util.CollectionfindPropertyByEnclosingType(PK ectPK)java.util.CollectionfindPublicByEnclosingType(PK ectPK)AttributeDescriptorRemotefindPublicByEnclosingTypeAndQualifier(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 YFinderExceptionAlways pass qualifier as lower case string !!!- Throws:
YFinderException
-
findBySuperAttributeDescriptor
java.util.Collection findBySuperAttributeDescriptor(PK superFDPK) throws YFinderException
- Throws:
YFinderException
-
-