Interface CollectionTypeHome
-
- All Known Implementing Classes:
CollectionType_HJMPWrapper
,CollectionTypeEJB
public interface CollectionTypeHome extends TypeHome
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollectionTypeRemote
create(PK pkBase, java.lang.String code, TypeRemote elementType, int typeOfCollection)
java.util.Collection
findByElementType(PK typePK)
CollectionTypeRemote
findByPrimaryKey(PK pk)
-
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
CollectionTypeRemote create(PK pkBase, java.lang.String code, TypeRemote elementType, int typeOfCollection) throws EJBDuplicateCodeException, EJBInvalidParameterException, YCreateException
-
findByPrimaryKey
CollectionTypeRemote findByPrimaryKey(PK pk) throws YFinderException
- Throws:
YFinderException
-
findByElementType
java.util.Collection findByElementType(PK typePK) throws YFinderException
- Throws:
YFinderException
-
-