public interface SearchRestrictionHome extends ItemHome
| Modifier and Type | Method and Description |
|---|---|
SearchRestrictionRemote |
create(PK principalPK,
PK typePK,
String query,
String code,
Boolean active) |
Collection |
findByPrincipal(PK principalPK) |
Collection |
findByRestrictedType(PK typePK) |
Collection |
findRestrictions(PK principalPK,
PK typePK) |
findAll, findByPKList, findByType, findChangedAfter, getOwnJNDIName, loadItemDataSearchRestrictionRemote create(PK principalPK, PK typePK, String query, String code, Boolean active) throws YCreateException
YCreateExceptionCollection findRestrictions(PK principalPK, PK typePK) throws YFinderException
YFinderExceptionCollection findByPrincipal(PK principalPK) throws YFinderException
YFinderExceptionCollection findByRestrictedType(PK typePK) throws YFinderException
YFinderExceptionCopyright © 2017 SAP SE. All Rights Reserved.