Uses of Class
de.hybris.platform.jalo.type.SearchRestriction
Packages that use SearchRestriction
Package
Description
-
Uses of SearchRestriction in de.hybris.platform.jalo.security
Fields in de.hybris.platform.jalo.security with type parameters of type SearchRestrictionModifier and TypeFieldDescriptionprotected static final OneToManyHandler<SearchRestriction>GeneratedPrincipal.SEARCHRESTRICTIONSHANDLEROneToManyHandlerfor handling 1:n SEARCHRESTRICTIONS's relation attributes from 'many' side.Methods in de.hybris.platform.jalo.security that return types with arguments of type SearchRestrictionModifier and TypeMethodDescriptionPrincipal.getAllSearchRestrictions()Gets all search restrictions of this principal.Principal.getAllSearchRestrictions(SessionContext ctx) Gets all search restrictions of this principal.GeneratedPrincipal.getSearchRestrictions()Generated method - Getter of thePrincipal.searchRestrictionsattribute.GeneratedPrincipal.getSearchRestrictions(SessionContext ctx) Generated method - Getter of thePrincipal.searchRestrictionsattribute. -
Uses of SearchRestriction in de.hybris.platform.jalo.type
Methods in de.hybris.platform.jalo.type that return SearchRestrictionModifier and TypeMethodDescriptionprotected SearchRestrictionSearchRestrictionTest.create(String code, Principal principal, ComposedType type, String query) protected SearchRestrictionSearchRestriction.createEntity(Principal principal, ComposedType restrictedType, String query, String code, Boolean active) TypeManager.createRestriction(String code, Principal principal, ComposedType restrictedType, String query) Deprecated.since ages - use ModelService.create to create instancesTypeManager.getSearchRestriction(ComposedType ct, String code) Deprecated.since ages - use SearchRestrictionService or FlexibleSearch insteadMethods in de.hybris.platform.jalo.type that return types with arguments of type SearchRestrictionModifier and TypeMethodDescriptionTypeManager.getSearchRestrictions(Principal principal, ComposedType type, boolean includeGroups, boolean includeSuperTypes, boolean includeSubtypes) Deprecated.since ages - replaced byFlexibleSearch.getQueryFilters(Principal, ComposedType, boolean, boolean, boolean) -
Uses of SearchRestriction in de.hybris.platform.servicelayer.internal.jalo
Methods in de.hybris.platform.servicelayer.internal.jalo that return SearchRestrictionModifier and TypeMethodDescriptionGeneratedServicelayerManager.createSearchRestriction(SessionContext ctx, Map attributeValues) GeneratedServicelayerManager.createSearchRestriction(Map attributeValues)