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