Uses of Class
de.hybris.platform.search.restriction.session.SessionSearchRestriction
Packages that use SessionSearchRestriction
Package
Description
-
Uses of SessionSearchRestriction in de.hybris.platform.search.restriction
Methods in de.hybris.platform.search.restriction that return types with arguments of type SessionSearchRestrictionModifier and TypeMethodDescriptionSearchRestrictionService.getSessionSearchRestrictions()Gets the session search restrictions from current session context.SearchRestrictionService.getSessionSearchRestrictions(ComposedTypeModel type) Gets the session search restrictions from current session context for particularComposedTypeModelobject.Methods in de.hybris.platform.search.restriction with parameters of type SessionSearchRestrictionModifier and TypeMethodDescriptionvoidSearchRestrictionService.addSessionSearchRestrictions(SessionSearchRestriction... restrictions) Adds session search restrictions to current session context.Method parameters in de.hybris.platform.search.restriction with type arguments of type SessionSearchRestrictionModifier and TypeMethodDescriptionvoidSearchRestrictionService.addSessionSearchRestrictions(Collection<SessionSearchRestriction> restrictions) Adds session search restrictions to current session context.voidSearchRestrictionService.removeSessionSearchRestrictions(Collection<SessionSearchRestriction> restrictions) Remove session search restrictions from current session context. -
Uses of SessionSearchRestriction in de.hybris.platform.search.restriction.impl
Methods in de.hybris.platform.search.restriction.impl that return types with arguments of type SessionSearchRestrictionModifier and TypeMethodDescriptionDefaultSearchRestrictionService.getSessionSearchRestrictions()Gets the session search restrictions from current session context.DefaultSearchRestrictionService.getSessionSearchRestrictions(ComposedTypeModel type) Gets the session search restrictions from current session context for particularComposedTypeModelobject.Methods in de.hybris.platform.search.restriction.impl with parameters of type SessionSearchRestrictionModifier and TypeMethodDescriptionvoidDefaultSearchRestrictionService.addSessionSearchRestrictions(SessionSearchRestriction... restrictions) Adds session search restrictions to current session context.Method parameters in de.hybris.platform.search.restriction.impl with type arguments of type SessionSearchRestrictionModifier and TypeMethodDescriptionvoidDefaultSearchRestrictionService.addSessionSearchRestrictions(Collection<SessionSearchRestriction> restrictions) Adds session search restrictions to current session context.voidDefaultSearchRestrictionService.removeSessionSearchRestrictions(Collection<SessionSearchRestriction> restrictions) Remove session search restrictions from current session context. -
Uses of SessionSearchRestriction in de.hybris.platform.search.restriction.session.converter
Methods in de.hybris.platform.search.restriction.session.converter that return SessionSearchRestrictionModifier and TypeMethodDescriptionSessionSearchRestrictionConverter.convert(ContextQueryFilter filter) Converts fromContextQueryFilterobject toSessionSearchRestrictionobject.Methods in de.hybris.platform.search.restriction.session.converter that return types with arguments of type SessionSearchRestrictionModifier and TypeMethodDescriptionSessionSearchRestrictionConverter.convertFromFilters(Collection<ContextQueryFilter> filters) Converts from collection ofContextQueryFilterto collection ofSessionSearchRestriction.Methods in de.hybris.platform.search.restriction.session.converter with parameters of type SessionSearchRestrictionModifier and TypeMethodDescriptionSessionSearchRestrictionConverter.convert(SessionSearchRestriction restriction) Converts fromSessionSearchRestrictionobject toContextQueryFilterobject.Method parameters in de.hybris.platform.search.restriction.session.converter with type arguments of type SessionSearchRestrictionModifier and TypeMethodDescriptionSessionSearchRestrictionConverter.convertFromRestrictions(Collection<SessionSearchRestriction> restrictions) Converts from collection ofSessionSearchRestrictionto collection ofContextQueryFilterobject. -
Uses of SessionSearchRestriction in de.hybris.platform.search.restriction.session.converter.impl
Methods in de.hybris.platform.search.restriction.session.converter.impl that return SessionSearchRestrictionModifier and TypeMethodDescriptionDefaultSessionSearchRestrictionConverter.convert(ContextQueryFilter filter) Converts fromContextQueryFilterobject toSessionSearchRestrictionobject.Methods in de.hybris.platform.search.restriction.session.converter.impl that return types with arguments of type SessionSearchRestrictionModifier and TypeMethodDescriptionDefaultSessionSearchRestrictionConverter.convertFromFilters(Collection<ContextQueryFilter> filters) Converts from collection ofContextQueryFilterto collection ofSessionSearchRestriction.Methods in de.hybris.platform.search.restriction.session.converter.impl with parameters of type SessionSearchRestrictionModifier and TypeMethodDescriptionDefaultSessionSearchRestrictionConverter.convert(SessionSearchRestriction restriction) Converts fromSessionSearchRestrictionobject toContextQueryFilterobject.Method parameters in de.hybris.platform.search.restriction.session.converter.impl with type arguments of type SessionSearchRestrictionModifier and TypeMethodDescriptionDefaultSessionSearchRestrictionConverter.convertFromRestrictions(Collection<SessionSearchRestriction> restrictions) Converts from collection ofSessionSearchRestrictionto collection ofContextQueryFilterobject. -
Uses of SessionSearchRestriction in de.hybris.platform.servicelayer.search
Methods in de.hybris.platform.servicelayer.search that return types with arguments of type SessionSearchRestrictionModifier and TypeMethodDescriptionAbstractQuery.getSessionSearchRestrictions()Gets the session search restrictions will be used for executing query.Methods in de.hybris.platform.servicelayer.search with parameters of type SessionSearchRestrictionModifier and TypeMethodDescriptionvoidAbstractQuery.setSessionSearchRestrictions(SessionSearchRestriction... sessionSearchRestrictions) Adds the session search restrictions which will be used for executing query.Method parameters in de.hybris.platform.servicelayer.search with type arguments of type SessionSearchRestrictionModifier and TypeMethodDescriptionvoidAbstractQuery.setSessionSearchRestrictions(Collection<SessionSearchRestriction> sessionSearchRestrictions) Adds the session search restrictions which will be used for executing query.