Interface EnumerationValueHome
- All Known Implementing Classes:
EnumerationValue_HJMPWrapper,EnumerationValueEJB
-
Method Summary
Modifier and TypeMethodDescriptioncreate(PK pkBase, ComposedTypeRemote enumerationType, String code, int number) findByTypeAndCode(PK enumerationTypePK, String code) Deprecated, for removal: This API element is subject to removal in a future version.since agesfindByTypeAndCodeIgnoreCase(PK enumerationTypePK, String codeLowerCase) findSortedValues(PK enumerationTypePK) Methods inherited from interface de.hybris.platform.persistence.ItemHome
findAll, findByPKList, findByType, findChangedAfter, getOwnJNDIName, loadItemData
-
Method Details
-
create
EnumerationValueRemote create(PK pkBase, ComposedTypeRemote enumerationType, String code, int number) throws YCreateException, ConsistencyCheckException, EJBInvalidParameterException -
findByTypeAndCode
@Deprecated(since="ages", forRemoval=true) EnumerationValueRemote findByTypeAndCode(PK enumerationTypePK, String code) throws YFinderException Deprecated, for removal: This API element is subject to removal in a future version.since ages- Throws:
YFinderException
-
findByTypeAndCodeIgnoreCase
EnumerationValueRemote findByTypeAndCodeIgnoreCase(PK enumerationTypePK, String codeLowerCase) throws YFinderException - Throws:
YFinderException
-
findSortedValues
- Throws:
YFinderException
-