public interface EnumerationValueHome extends ItemHome
| Modifier and Type | Method and Description |
|---|---|
EnumerationValueRemote |
create(PK pkBase,
ComposedTypeRemote enumerationType,
String code,
int number) |
EnumerationValueRemote |
findByTypeAndCode(PK enumerationTypePK,
String code)
Deprecated.
|
EnumerationValueRemote |
findByTypeAndCodeIgnoreCase(PK enumerationTypePK,
String codeLowerCase) |
Collection |
findSortedValues(PK enumerationTypePK) |
findAll, findByPKList, findByType, findChangedAfter, getOwnJNDIName, loadItemDataEnumerationValueRemote create(PK pkBase, ComposedTypeRemote enumerationType, String code, int number) throws YCreateException, ConsistencyCheckException, EJBInvalidParameterException
@Deprecated EnumerationValueRemote findByTypeAndCode(PK enumerationTypePK, String code) throws YFinderException
YFinderExceptionEnumerationValueRemote findByTypeAndCodeIgnoreCase(PK enumerationTypePK, String codeLowerCase) throws YFinderException
YFinderExceptionCollection findSortedValues(PK enumerationTypePK) throws YFinderException
YFinderExceptionCopyright © 2017 SAP SE. All Rights Reserved.