Interface ComposedTypeHome
-
- All Superinterfaces:
HierarchieTypeHome,HomeProxy,ItemHome,TypeHome
- All Known Implementing Classes:
ComposedType_HJMPWrapper,ComposedTypeEJB
public interface ComposedTypeHome extends HierarchieTypeHome
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComposedTypeRemotecreate(PK pkBase, ComposedTypeRemote superType, java.lang.String code, java.lang.String jaloClass, ItemDeployment deployment, ComposedTypeRemote metaType)java.util.CollectionfindByJaloClassName(java.lang.String name)ComposedTypeRemotefindByPrimaryKey(PK pk)java.util.CollectionfindByTypeCode(int tc)-
Methods inherited from interface de.hybris.platform.persistence.type.HierarchieTypeHome
findByInheritancePath, findBySuperType
-
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
-
create
ComposedTypeRemote create(PK pkBase, ComposedTypeRemote superType, java.lang.String code, java.lang.String jaloClass, ItemDeployment deployment, ComposedTypeRemote metaType) throws EJBDuplicateCodeException, EJBInvalidParameterException, YCreateException
-
findByPrimaryKey
ComposedTypeRemote findByPrimaryKey(PK pk) throws YFinderException
- Throws:
YFinderException
-
findByJaloClassName
java.util.Collection findByJaloClassName(java.lang.String name) throws YFinderException- Throws:
YFinderException
-
findByTypeCode
java.util.Collection findByTypeCode(int tc) throws YFinderException- Throws:
YFinderException
-
-