Interface SearchRestrictionHome
- All Known Implementing Classes:
SearchRestriction_HJMPWrapper,SearchRestrictionEJB
-
Method Summary
Modifier and TypeMethodDescriptionfindByPrincipal(PK principalPK) findByRestrictedType(PK typePK) findRestrictions(PK principalPK, PK typePK) Methods inherited from interface de.hybris.platform.persistence.ItemHome
findAll, findByPKList, findByType, findChangedAfter, getOwnJNDIName, loadItemData
-
Method Details
-
create
SearchRestrictionRemote create(PK principalPK, PK typePK, String query, String code, Boolean active) throws YCreateException - Throws:
YCreateException
-
findRestrictions
- Throws:
YFinderException
-
findByPrincipal
- Throws:
YFinderException
-
findByRestrictedType
- Throws:
YFinderException
-