Interface HierarchieTypeHome
-
- All Known Subinterfaces:
AtomicTypeHome,ComposedTypeHome
- All Known Implementing Classes:
AtomicType_HJMPWrapper,AtomicTypeEJB,ComposedType_HJMPWrapper,ComposedTypeEJB,HierarchieTypeEJB
public interface HierarchieTypeHome extends TypeHome
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.CollectionfindByInheritancePath(java.lang.String path)java.util.CollectionfindBySuperType(PK superTypePK)-
Methods inherited from interface de.hybris.platform.persistence.ItemHome
findAll, findByPKList, findByType, findChangedAfter, getOwnJNDIName, loadItemData
-
Methods inherited from interface de.hybris.platform.persistence.type.TypeHome
findByCodeExact
-
-
-
-
Method Detail
-
findBySuperType
java.util.Collection findBySuperType(PK superTypePK) throws YFinderException
- Throws:
YFinderException
-
findByInheritancePath
java.util.Collection findByInheritancePath(java.lang.String path) throws YFinderException- Throws:
YFinderException
-
-