Uses of Class
de.hybris.platform.commerceservices.enums.SearchQueryContext
-
Packages that use SearchQueryContext Package Description de.hybris.platform.commercefacades.search.data de.hybris.platform.commerceservices.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.commerceservices.search.solrfacetsearch.data -
-
Uses of SearchQueryContext in de.hybris.platform.commercefacades.search.data
Methods in de.hybris.platform.commercefacades.search.data that return SearchQueryContext Modifier and Type Method Description SearchQueryContextSearchQueryData. getSearchQueryContext()Methods in de.hybris.platform.commercefacades.search.data with parameters of type SearchQueryContext Modifier and Type Method Description voidSearchQueryData. setSearchQueryContext(SearchQueryContext searchQueryContext) -
Uses of SearchQueryContext in de.hybris.platform.commerceservices.enums
Methods in de.hybris.platform.commerceservices.enums that return SearchQueryContext Modifier and Type Method Description static SearchQueryContextSearchQueryContext. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SearchQueryContext[]SearchQueryContext. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SearchQueryContext in de.hybris.platform.commerceservices.search.solrfacetsearch.data
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.data that return SearchQueryContext Modifier and Type Method Description SearchQueryContextSolrSearchQueryData. getSearchQueryContext()Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.data with parameters of type SearchQueryContext Modifier and Type Method Description voidSolrSearchQueryData. setSearchQueryContext(SearchQueryContext searchQueryContext)
-