Interface AtomicTypeHome
-
- All Superinterfaces:
HierarchieTypeHome,HomeProxy,ItemHome,TypeHome
- All Known Implementing Classes:
AtomicType_HJMPWrapper,AtomicTypeEJB
public interface AtomicTypeHome extends HierarchieTypeHome
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AtomicTypeRemotecreate(PK pkBase, AtomicTypeRemote superType, java.lang.Class javaClass)AtomicTypeRemotecreate(PK pkBase, AtomicTypeRemote superType, java.lang.String code)AtomicTypeRemotecreate(PK pkBase, java.lang.Class javaClass)java.util.CollectionfindByJavaClass(java.lang.String javaClassName)AtomicTypeRemotefindByPrimaryKey(PK pk)-
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
AtomicTypeRemote create(PK pkBase, java.lang.Class javaClass) throws EJBDuplicateCodeException, EJBInvalidParameterException, YCreateException
-
create
AtomicTypeRemote create(PK pkBase, AtomicTypeRemote superType, java.lang.Class javaClass) throws EJBDuplicateCodeException, EJBInvalidParameterException, YCreateException
-
create
AtomicTypeRemote create(PK pkBase, AtomicTypeRemote superType, java.lang.String code) throws EJBDuplicateCodeException, EJBInvalidParameterException, YCreateException
-
findByPrimaryKey
AtomicTypeRemote findByPrimaryKey(PK pk) throws YFinderException
- Throws:
YFinderException
-
findByJavaClass
java.util.Collection findByJavaClass(java.lang.String javaClassName) throws YFinderException- Throws:
YFinderException
-
-