| Package | Description |
|---|---|
| de.hybris.platform.jalo.security | |
| de.hybris.platform.jalo.type | |
| de.hybris.platform.servicelayer.internal.jalo |
| Modifier and Type | Field and Description |
|---|---|
protected static OneToManyHandler<SearchRestriction> |
GeneratedPrincipal.SEARCHRESTRICTIONSHANDLER
OneToManyHandler for handling 1:n SEARCHRESTRICTIONS's relation attributes from 'many' side. |
| Modifier and Type | Method and Description |
|---|---|
Collection<SearchRestriction> |
Principal.getAllSearchRestrictions()
Gets all search restrictions of this principal.
|
Collection<SearchRestriction> |
Principal.getAllSearchRestrictions(SessionContext ctx)
Gets all search restrictions of this principal.
|
Collection<SearchRestriction> |
GeneratedPrincipal.getSearchRestrictions()
Generated method - Getter of the
Principal.searchRestrictions attribute. |
Collection<SearchRestriction> |
GeneratedPrincipal.getSearchRestrictions(SessionContext ctx)
Generated method - Getter of the
Principal.searchRestrictions attribute. |
| Modifier and Type | Method and Description |
|---|---|
protected SearchRestriction |
SearchRestrictionTest.create(String code,
Principal principal,
ComposedType type,
String query) |
protected SearchRestriction |
SearchRestriction.createEntity(Principal principal,
ComposedType restrictedType,
String query,
String code,
Boolean active) |
SearchRestriction |
TypeManager.createRestriction(String code,
Principal principal,
ComposedType restrictedType,
String query)
Deprecated.
use ModelService.create to create instances
|
SearchRestriction |
TypeManager.getSearchRestriction(ComposedType ct,
String code)
Deprecated.
use SearchRestrictionService or FlexibleSearch instead
|
| Modifier and Type | Method and Description |
|---|---|
Collection<SearchRestriction> |
TypeManager.getSearchRestrictions(Principal principal,
ComposedType type,
boolean includeGroups,
boolean includeSuperTypes,
boolean includeSubtypes)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SearchRestriction |
GeneratedServicelayerManager.createSearchRestriction(Map attributeValues) |
SearchRestriction |
GeneratedServicelayerManager.createSearchRestriction(SessionContext ctx,
Map attributeValues) |
Copyright © 2017 SAP SE. All Rights Reserved.