Uses of Class
de.hybris.platform.search.restriction.session.SessionSearchRestriction
-
-
Uses of SessionSearchRestriction in de.hybris.platform.search.restriction
Methods in de.hybris.platform.search.restriction that return types with arguments of type SessionSearchRestriction Modifier and Type Method Description java.util.Collection<SessionSearchRestriction>SearchRestrictionService. getSessionSearchRestrictions()Gets the session search restrictions from current session context.java.util.Collection<SessionSearchRestriction>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 SessionSearchRestriction Modifier and Type Method Description voidSearchRestrictionService. addSessionSearchRestrictions(SessionSearchRestriction... restrictions)Adds session search restrictions to current session context.Method parameters in de.hybris.platform.search.restriction with type arguments of type SessionSearchRestriction Modifier and Type Method Description voidSearchRestrictionService. addSessionSearchRestrictions(java.util.Collection<SessionSearchRestriction> restrictions)Adds session search restrictions to current session context.voidSearchRestrictionService. removeSessionSearchRestrictions(java.util.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 SessionSearchRestriction Modifier and Type Method Description java.util.Collection<SessionSearchRestriction>DefaultSearchRestrictionService. getSessionSearchRestrictions()Gets the session search restrictions from current session context.java.util.Collection<SessionSearchRestriction>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 SessionSearchRestriction Modifier and Type Method Description voidDefaultSearchRestrictionService. 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 SessionSearchRestriction Modifier and Type Method Description voidDefaultSearchRestrictionService. addSessionSearchRestrictions(java.util.Collection<SessionSearchRestriction> restrictions)Adds session search restrictions to current session context.voidDefaultSearchRestrictionService. removeSessionSearchRestrictions(java.util.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 SessionSearchRestriction Modifier and Type Method Description SessionSearchRestrictionSessionSearchRestrictionConverter. convert(ContextQueryFilter filter)Converts fromContextQueryFilterobject toSessionSearchRestrictionobject.Methods in de.hybris.platform.search.restriction.session.converter that return types with arguments of type SessionSearchRestriction Modifier and Type Method Description java.util.Collection<SessionSearchRestriction>SessionSearchRestrictionConverter. convertFromFilters(java.util.Collection<ContextQueryFilter> filters)Converts from collection ofContextQueryFilterto collection ofSessionSearchRestriction.Methods in de.hybris.platform.search.restriction.session.converter with parameters of type SessionSearchRestriction Modifier and Type Method Description ContextQueryFilterSessionSearchRestrictionConverter. convert(SessionSearchRestriction restriction)Converts fromSessionSearchRestrictionobject toContextQueryFilterobject.Method parameters in de.hybris.platform.search.restriction.session.converter with type arguments of type SessionSearchRestriction Modifier and Type Method Description java.util.Collection<ContextQueryFilter>SessionSearchRestrictionConverter. convertFromRestrictions(java.util.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 SessionSearchRestriction Modifier and Type Method Description SessionSearchRestrictionDefaultSessionSearchRestrictionConverter. convert(ContextQueryFilter filter)Converts fromContextQueryFilterobject toSessionSearchRestrictionobject.Methods in de.hybris.platform.search.restriction.session.converter.impl that return types with arguments of type SessionSearchRestriction Modifier and Type Method Description java.util.Collection<SessionSearchRestriction>DefaultSessionSearchRestrictionConverter. convertFromFilters(java.util.Collection<ContextQueryFilter> filters)Converts from collection ofContextQueryFilterto collection ofSessionSearchRestriction.Methods in de.hybris.platform.search.restriction.session.converter.impl with parameters of type SessionSearchRestriction Modifier and Type Method Description ContextQueryFilterDefaultSessionSearchRestrictionConverter. convert(SessionSearchRestriction restriction)Converts fromSessionSearchRestrictionobject toContextQueryFilterobject.Method parameters in de.hybris.platform.search.restriction.session.converter.impl with type arguments of type SessionSearchRestriction Modifier and Type Method Description java.util.Collection<ContextQueryFilter>DefaultSessionSearchRestrictionConverter. convertFromRestrictions(java.util.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 SessionSearchRestriction Modifier and Type Method Description java.util.Collection<SessionSearchRestriction>AbstractQuery. getSessionSearchRestrictions()Gets the session search restrictions will be used for executing query.Methods in de.hybris.platform.servicelayer.search with parameters of type SessionSearchRestriction Modifier and Type Method Description voidAbstractQuery. 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 SessionSearchRestriction Modifier and Type Method Description voidAbstractQuery. setSessionSearchRestrictions(java.util.Collection<SessionSearchRestriction> sessionSearchRestrictions)Adds the session search restrictions which will be used for executing query.
-