Interface SearchRestrictionHome
-
- All Known Implementing Classes:
SearchRestriction_HJMPWrapper
,SearchRestrictionEJB
public interface SearchRestrictionHome extends ItemHome
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchRestrictionRemote
create(PK principalPK, PK typePK, java.lang.String query, java.lang.String code, java.lang.Boolean active)
java.util.Collection
findByPrincipal(PK principalPK)
java.util.Collection
findByRestrictedType(PK typePK)
java.util.Collection
findRestrictions(PK principalPK, PK typePK)
-
Methods inherited from interface de.hybris.platform.persistence.ItemHome
findAll, findByPKList, findByType, findChangedAfter, getOwnJNDIName, loadItemData
-
-
-
-
Method Detail
-
create
SearchRestrictionRemote create(PK principalPK, PK typePK, java.lang.String query, java.lang.String code, java.lang.Boolean active) throws YCreateException
- Throws:
YCreateException
-
findRestrictions
java.util.Collection findRestrictions(PK principalPK, PK typePK) throws YFinderException
- Throws:
YFinderException
-
findByPrincipal
java.util.Collection findByPrincipal(PK principalPK) throws YFinderException
- Throws:
YFinderException
-
findByRestrictedType
java.util.Collection findByRestrictedType(PK typePK) throws YFinderException
- Throws:
YFinderException
-
-