Uses of Class
de.hybris.platform.solrfacetsearch.search.context.FacetSearchContext.Status
-
Packages that use FacetSearchContext.Status Package Description de.hybris.platform.solrfacetsearch.search.context de.hybris.platform.solrfacetsearch.search.context.impl -
-
Uses of FacetSearchContext.Status in de.hybris.platform.solrfacetsearch.search.context
Methods in de.hybris.platform.solrfacetsearch.search.context that return FacetSearchContext.Status Modifier and Type Method Description FacetSearchContext.StatusFacetSearchContext. getStatus()Returns the current status for thisFacetSearchContextstatic FacetSearchContext.StatusFacetSearchContext.Status. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FacetSearchContext.Status[]FacetSearchContext.Status. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FacetSearchContext.Status in de.hybris.platform.solrfacetsearch.search.context.impl
Methods in de.hybris.platform.solrfacetsearch.search.context.impl that return FacetSearchContext.Status Modifier and Type Method Description FacetSearchContext.StatusDefaultFacetSearchContext. getStatus()Methods in de.hybris.platform.solrfacetsearch.search.context.impl with parameters of type FacetSearchContext.Status Modifier and Type Method Description voidDefaultFacetSearchContext. setStatus(FacetSearchContext.Status status)
-