Uses of Class
de.hybris.platform.adaptivesearchbackoffice.data.SearchContextData
-
-
Uses of SearchContextData in de.hybris.platform.adaptivesearchbackoffice.actions.results
Methods in de.hybris.platform.adaptivesearchbackoffice.actions.results that return SearchContextData Modifier and Type Method Description protected SearchContextDataAbstractResultAction. getSearchContext(com.hybris.cockpitng.actions.ActionContext<DocumentModel> ctx) -
Uses of SearchContextData in de.hybris.platform.adaptivesearchbackoffice.common
Methods in de.hybris.platform.adaptivesearchbackoffice.common with parameters of type SearchContextData Modifier and Type Method Description voidAsFacetUtils. localizeFacets(NavigationContextData navigationContext, SearchContextData searchContext, java.util.List<? extends AbstractFacetConfigurationEditorData> facets)Updates the facet labels according to the language of the search context. -
Uses of SearchContextData in de.hybris.platform.adaptivesearchbackoffice.common.impl
Methods in de.hybris.platform.adaptivesearchbackoffice.common.impl with parameters of type SearchContextData Modifier and Type Method Description voidDefaultAsFacetUtils. localizeFacets(NavigationContextData navigationContext, SearchContextData searchContext, java.util.List<? extends AbstractFacetConfigurationEditorData> facets) -
Uses of SearchContextData in de.hybris.platform.adaptivesearchbackoffice.data
Methods in de.hybris.platform.adaptivesearchbackoffice.data that return SearchContextData Modifier and Type Method Description SearchContextDataSearchResultData. getSearchContext()Methods in de.hybris.platform.adaptivesearchbackoffice.data with parameters of type SearchContextData Modifier and Type Method Description voidSearchResultData. setSearchContext(SearchContextData searchContext) -
Uses of SearchContextData in de.hybris.platform.adaptivesearchbackoffice.editors.excludedsorts
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.excludedsorts with parameters of type SearchContextData Modifier and Type Method Description protected voidAsExcludedSortsDataHandler. localizeSorts(SearchContextData searchContext, java.util.List<? extends AbstractSortConfigurationEditorData> sorts) -
Uses of SearchContextData in de.hybris.platform.adaptivesearchbackoffice.editors.promotedsorts
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.promotedsorts with parameters of type SearchContextData Modifier and Type Method Description protected voidAsPromotedSortsDataHandler. localizeSorts(SearchContextData searchContext, java.util.List<? extends AbstractSortConfigurationEditorData> sorts) -
Uses of SearchContextData in de.hybris.platform.adaptivesearchbackoffice.editors.sorts
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.sorts with parameters of type SearchContextData Modifier and Type Method Description protected voidAsSortsDataHandler. localizeSorts(SearchContextData searchContext, java.util.List<? extends AbstractSortConfigurationEditorData> sorts) -
Uses of SearchContextData in de.hybris.platform.adaptivesearchbackoffice.facades
Methods in de.hybris.platform.adaptivesearchbackoffice.facades with parameters of type SearchContextData Modifier and Type Method Description AsSearchProfileContextAsSearchProfileContextFacade. createSearchProfileContext(NavigationContextData navigationContext, SearchContextData searchContext)Creates a search profile context from the navigation context and search context.AbstractAsConfigurableSearchConfigurationModelAsSearchConfigurationFacade. getOrCreateSearchConfiguration(NavigationContextData navigationContext, SearchContextData searchContext)Gets or creates configurable search configuration context. -
Uses of SearchContextData in de.hybris.platform.adaptivesearchbackoffice.facades.impl
Methods in de.hybris.platform.adaptivesearchbackoffice.facades.impl with parameters of type SearchContextData Modifier and Type Method Description AsSearchProfileContextDefaultAsSearchProfileContextFacade. createSearchProfileContext(NavigationContextData navigationContext, SearchContextData searchContext)AbstractAsConfigurableSearchConfigurationModelDefaultAsSearchConfigurationFacade. getOrCreateSearchConfiguration(NavigationContextData navigationContext, SearchContextData searchContext)protected CurrencyModelDefaultAsSearchProfileContextFacade. resolveCurrency(SearchContextData searchContext)protected LanguageModelDefaultAsSearchProfileContextFacade. resolveLanguage(SearchContextData searchContext) -
Uses of SearchContextData in de.hybris.platform.adaptivesearchbackoffice.widgets.maincontroller
Methods in de.hybris.platform.adaptivesearchbackoffice.widgets.maincontroller that return SearchContextData Modifier and Type Method Description protected SearchContextDataMainController. getSearchContext()Methods in de.hybris.platform.adaptivesearchbackoffice.widgets.maincontroller with parameters of type SearchContextData Modifier and Type Method Description voidMainController. refreshSearchContext(SearchContextData searchContext)protected voidMainController. setSearchContext(SearchContextData searchContext) -
Uses of SearchContextData in de.hybris.platform.adaptivesearchbackoffice.widgets.searchcontext
Methods in de.hybris.platform.adaptivesearchbackoffice.widgets.searchcontext that return SearchContextData Modifier and Type Method Description SearchContextDataSearchContextController. getSearchContext()Methods in de.hybris.platform.adaptivesearchbackoffice.widgets.searchcontext with parameters of type SearchContextData Modifier and Type Method Description protected voidSearchContextController. sendSearchContext(SearchContextData searchContext)voidSearchContextController. setSearchContext(SearchContextData searchContext)protected voidSearchContextController. updateCurrencies(SearchContextData searchContext)protected voidSearchContextController. updateLanguages(SearchContextData searchContext)protected voidSearchContextController. updateSelectors(SearchContextData searchContext) -
Uses of SearchContextData in de.hybris.platform.adaptivesearchbackoffice.widgets.searchresultbrowser
Methods in de.hybris.platform.adaptivesearchbackoffice.widgets.searchresultbrowser that return SearchContextData Modifier and Type Method Description SearchContextDataSearchResultBrowserViewModel. getSearchContext()Methods in de.hybris.platform.adaptivesearchbackoffice.widgets.searchresultbrowser with parameters of type SearchContextData Modifier and Type Method Description protected java.text.NumberFormatSearchResultBrowserViewModel. createCurrencyFormat(SearchContextData searchContext)protected CurrencyModelSearchResultBrowserViewModel. getCurrency(SearchContextData searchContext)protected java.util.LocaleSearchResultBrowserViewModel. getLocale(SearchContextData searchContext)
-