public interface MapTypeHome extends TypeHome
| Modifier and Type | Method and Description |
|---|---|
MapTypeRemote |
create(PK pkBase,
String code,
TypeRemote argumentType,
TypeRemote returnType) |
Collection |
findByArgumentType(PK argumentTypePK) |
MapTypeRemote |
findByPrimaryKey(PK pk) |
Collection |
findByReturnType(PK returnTypePK) |
Collection |
findByTypes(PK argumentTypePK,
PK returnTypePK) |
findByCodeExactfindAll, findByPKList, findByType, findChangedAfter, getOwnJNDIName, loadItemDataMapTypeRemote create(PK pkBase, String code, TypeRemote argumentType, TypeRemote returnType) throws EJBDuplicateCodeException, EJBInvalidParameterException, YCreateException
MapTypeRemote findByPrimaryKey(PK pk) throws YFinderException
YFinderExceptionCollection findByArgumentType(PK argumentTypePK) throws YFinderException
YFinderExceptionCollection findByReturnType(PK returnTypePK) throws YFinderException
YFinderExceptionCollection findByTypes(PK argumentTypePK, PK returnTypePK) throws YFinderException
YFinderExceptionCopyright © 2017 SAP SE. All Rights Reserved.