Interface MapTypeHome
-
- All Known Implementing Classes:
MapType_HJMPWrapper
,MapTypeEJB
public interface MapTypeHome extends TypeHome
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MapTypeRemote
create(PK pkBase, java.lang.String code, TypeRemote argumentType, TypeRemote returnType)
java.util.Collection
findByArgumentType(PK argumentTypePK)
MapTypeRemote
findByPrimaryKey(PK pk)
java.util.Collection
findByReturnType(PK returnTypePK)
java.util.Collection
findByTypes(PK argumentTypePK, PK returnTypePK)
-
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
MapTypeRemote create(PK pkBase, java.lang.String code, TypeRemote argumentType, TypeRemote returnType) throws EJBDuplicateCodeException, EJBInvalidParameterException, YCreateException
-
findByPrimaryKey
MapTypeRemote findByPrimaryKey(PK pk) throws YFinderException
- Throws:
YFinderException
-
findByArgumentType
java.util.Collection findByArgumentType(PK argumentTypePK) throws YFinderException
- Throws:
YFinderException
-
findByReturnType
java.util.Collection findByReturnType(PK returnTypePK) throws YFinderException
- Throws:
YFinderException
-
findByTypes
java.util.Collection findByTypes(PK argumentTypePK, PK returnTypePK) throws YFinderException
- Throws:
YFinderException
-
-