Interface MapTypeHome
- All Known Implementing Classes:
MapType_HJMPWrapper,MapTypeEJB
-
Method Summary
Modifier and TypeMethodDescriptioncreate(PK pkBase, String code, TypeRemote argumentType, TypeRemote returnType) findByArgumentType(PK argumentTypePK) findByPrimaryKey(PK pk) findByReturnType(PK returnTypePK) findByTypes(PK argumentTypePK, PK returnTypePK) 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
MapTypeRemote create(PK pkBase, String code, TypeRemote argumentType, TypeRemote returnType) throws EJBDuplicateCodeException, EJBInvalidParameterException, YCreateException -
findByPrimaryKey
- Throws:
YFinderException
-
findByArgumentType
- Throws:
YFinderException
-
findByReturnType
- Throws:
YFinderException
-
findByTypes
- Throws:
YFinderException
-