Interface AtomicTypeHome
- All Superinterfaces:
HierarchieTypeHome,HomeProxy,ItemHome,TypeHome
- All Known Implementing Classes:
AtomicType_HJMPWrapper,AtomicTypeEJB
-
Method Summary
Modifier and TypeMethodDescriptioncreate(PK pkBase, AtomicTypeRemote superType, Class javaClass) create(PK pkBase, AtomicTypeRemote superType, String code) findByJavaClass(String javaClassName) findByPrimaryKey(PK pk) Methods inherited from interface de.hybris.platform.persistence.type.HierarchieTypeHome
findByInheritancePath, findBySuperTypeMethods inherited from interface de.hybris.platform.persistence.ItemHome
findAll, findByPKList, findByType, findChangedAfter, getOwnJNDIName, loadItemDataMethods inherited from interface de.hybris.platform.persistence.type.TypeHome
findByCodeExact
-
Method Details
-
create
AtomicTypeRemote create(PK pkBase, Class javaClass) throws EJBDuplicateCodeException, EJBInvalidParameterException, YCreateException -
create
AtomicTypeRemote create(PK pkBase, AtomicTypeRemote superType, Class javaClass) throws EJBDuplicateCodeException, EJBInvalidParameterException, YCreateException -
create
AtomicTypeRemote create(PK pkBase, AtomicTypeRemote superType, String code) throws EJBDuplicateCodeException, EJBInvalidParameterException, YCreateException -
findByPrimaryKey
- Throws:
YFinderException
-
findByJavaClass
- Throws:
YFinderException
-