Uses of Class
de.hybris.platform.adaptivesearchbackoffice.data.SearchContextData
Packages that use SearchContextData
Package
Description
-
Uses of SearchContextData in de.hybris.platform.adaptivesearchbackoffice.actions.results
Methods in de.hybris.platform.adaptivesearchbackoffice.actions.results that return SearchContextDataModifier and TypeMethodDescriptionprotected 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 SearchContextDataModifier and TypeMethodDescriptionvoidAsFacetUtils.localizeFacets(NavigationContextData navigationContext, SearchContextData searchContext, 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 SearchContextDataModifier and TypeMethodDescriptionvoidDefaultAsFacetUtils.localizeFacets(NavigationContextData navigationContext, SearchContextData searchContext, List<? extends AbstractFacetConfigurationEditorData> facets) -
Uses of SearchContextData in de.hybris.platform.adaptivesearchbackoffice.data
Methods in de.hybris.platform.adaptivesearchbackoffice.data that return SearchContextDataMethods in de.hybris.platform.adaptivesearchbackoffice.data with parameters of type SearchContextDataModifier and TypeMethodDescriptionvoidSearchResultData.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 SearchContextDataModifier and TypeMethodDescriptionprotected voidAsExcludedSortsDataHandler.localizeSorts(SearchContextData searchContext, 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 SearchContextDataModifier and TypeMethodDescriptionprotected voidAsPromotedSortsDataHandler.localizeSorts(SearchContextData searchContext, 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 SearchContextDataModifier and TypeMethodDescriptionprotected voidAsSortsDataHandler.localizeSorts(SearchContextData searchContext, List<? extends AbstractSortConfigurationEditorData> sorts) -
Uses of SearchContextData in de.hybris.platform.adaptivesearchbackoffice.facades
Methods in de.hybris.platform.adaptivesearchbackoffice.facades with parameters of type SearchContextDataModifier and TypeMethodDescriptionAsSearchProfileContextFacade.createSearchProfileContext(NavigationContextData navigationContext, SearchContextData searchContext) Creates a search profile context from the navigation context and search context.AsSearchConfigurationFacade.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 SearchContextDataModifier and TypeMethodDescriptionDefaultAsSearchProfileContextFacade.createSearchProfileContext(NavigationContextData navigationContext, SearchContextData searchContext) DefaultAsSearchConfigurationFacade.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 SearchContextDataMethods in de.hybris.platform.adaptivesearchbackoffice.widgets.maincontroller with parameters of type SearchContextDataModifier and TypeMethodDescriptionvoidMainController.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 SearchContextDataMethods in de.hybris.platform.adaptivesearchbackoffice.widgets.searchcontext with parameters of type SearchContextDataModifier and TypeMethodDescriptionprotected 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 SearchContextDataMethods in de.hybris.platform.adaptivesearchbackoffice.widgets.searchresultbrowser with parameters of type SearchContextDataModifier and TypeMethodDescriptionprotected NumberFormatSearchResultBrowserViewModel.createCurrencyFormat(SearchContextData searchContext) protected CurrencyModelSearchResultBrowserViewModel.getCurrency(SearchContextData searchContext) protected LocaleSearchResultBrowserViewModel.getLocale(SearchContextData searchContext)