Interface EnumerationValueHome
-
- All Known Implementing Classes:
EnumerationValue_HJMPWrapper
,EnumerationValueEJB
public interface EnumerationValueHome extends ItemHome
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description EnumerationValueRemote
create(PK pkBase, ComposedTypeRemote enumerationType, java.lang.String code, int number)
EnumerationValueRemote
findByTypeAndCode(PK enumerationTypePK, java.lang.String code)
Deprecated.since agesEnumerationValueRemote
findByTypeAndCodeIgnoreCase(PK enumerationTypePK, java.lang.String codeLowerCase)
java.util.Collection
findSortedValues(PK enumerationTypePK)
-
Methods inherited from interface de.hybris.platform.persistence.ItemHome
findAll, findByPKList, findByType, findChangedAfter, getOwnJNDIName, loadItemData
-
-
-
-
Method Detail
-
create
EnumerationValueRemote create(PK pkBase, ComposedTypeRemote enumerationType, java.lang.String code, int number) throws YCreateException, ConsistencyCheckException, EJBInvalidParameterException
-
findByTypeAndCode
@Deprecated EnumerationValueRemote findByTypeAndCode(PK enumerationTypePK, java.lang.String code) throws YFinderException
Deprecated.since ages- Throws:
YFinderException
-
findByTypeAndCodeIgnoreCase
EnumerationValueRemote findByTypeAndCodeIgnoreCase(PK enumerationTypePK, java.lang.String codeLowerCase) throws YFinderException
- Throws:
YFinderException
-
findSortedValues
java.util.Collection findSortedValues(PK enumerationTypePK) throws YFinderException
- Throws:
YFinderException
-
-