Uses of Class
de.hybris.platform.adaptivesearchbackoffice.data.ExcludedFacetEditorData
Packages that use ExcludedFacetEditorData
-
Uses of ExcludedFacetEditorData in de.hybris.platform.adaptivesearchbackoffice.editors.excludedfacets
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.excludedfacets that return ExcludedFacetEditorDataModifier and TypeMethodDescriptionprotected ExcludedFacetEditorDataAsExcludedFacetsDataHandler.createEditorData()Methods in de.hybris.platform.adaptivesearchbackoffice.editors.excludedfacets with parameters of type ExcludedFacetEditorDataModifier and TypeMethodDescriptionprotected voidAsExcludedFacetsDataHandler.convertFromModel(AsExcludedFacetModel source, ExcludedFacetEditorData target) protected voidAsExcludedFacetsDataHandler.convertFromSearchProfileResult(AsConfigurationHolder<AsExcludedFacet, AbstractAsFacetConfiguration> source, ExcludedFacetEditorData target, AbstractAsSearchProfileModel searchProfile) Method parameters in de.hybris.platform.adaptivesearchbackoffice.editors.excludedfacets with type arguments of type ExcludedFacetEditorDataModifier and TypeMethodDescriptionprotected voidAsExcludedFacetsDataHandler.loadDataFromInitialValue(Map<Object, ExcludedFacetEditorData> mapping, Collection<AsExcludedFacetModel> initialValue, Map<String, Object> parameters) protected voidAsExcludedFacetsDataHandler.loadDataFromSearchResult(Map<Object, ExcludedFacetEditorData> mapping, SearchResultData searchResult, Map<String, Object> parameters) protected voidAsExcludedFacetsDataHandler.postLoadData(Collection<AsExcludedFacetModel> initialValue, SearchResultData searchResult, Map<String, Object> parameters, org.zkoss.zul.ListModelList<ExcludedFacetEditorData> data)