Interface CollectionTypeHome
- All Known Implementing Classes:
CollectionType_HJMPWrapper,CollectionTypeEJB
-
Method Summary
Modifier and TypeMethodDescriptioncreate(PK pkBase, String code, TypeRemote elementType, int typeOfCollection) findByElementType(PK typePK) findByPrimaryKey(PK pk) Methods 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
CollectionTypeRemote create(PK pkBase, String code, TypeRemote elementType, int typeOfCollection) throws EJBDuplicateCodeException, EJBInvalidParameterException, YCreateException -
findByPrimaryKey
- Throws:
YFinderException
-
findByElementType
- Throws:
YFinderException
-