Uses of Class
de.hybris.platform.adaptivesearchbackoffice.data.ExcludedSortEditorData
Packages that use ExcludedSortEditorData
-
Uses of ExcludedSortEditorData in de.hybris.platform.adaptivesearchbackoffice.editors.excludedsorts
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.excludedsorts that return ExcludedSortEditorDataModifier and TypeMethodDescriptionprotected ExcludedSortEditorDataAsExcludedSortsDataHandler.createEditorData()Methods in de.hybris.platform.adaptivesearchbackoffice.editors.excludedsorts with parameters of type ExcludedSortEditorDataModifier and TypeMethodDescriptionprotected voidAsExcludedSortsDataHandler.convertFromModel(AsExcludedSortModel source, ExcludedSortEditorData target) protected voidAsExcludedSortsDataHandler.convertFromSearchProfileResult(AsConfigurationHolder<AsExcludedSort, AbstractAsSortConfiguration> source, ExcludedSortEditorData target, AbstractAsSearchProfileModel searchProfile) Method parameters in de.hybris.platform.adaptivesearchbackoffice.editors.excludedsorts with type arguments of type ExcludedSortEditorDataModifier and TypeMethodDescriptionprotected voidAsExcludedSortsDataHandler.loadDataFromInitialValue(Map<Object, ExcludedSortEditorData> mapping, Collection<AsExcludedSortModel> initialValue, Map<String, Object> parameters) protected voidAsExcludedSortsDataHandler.loadDataFromSearchResult(Map<Object, ExcludedSortEditorData> mapping, SearchResultData searchResult, Map<String, Object> parameters) protected voidAsExcludedSortsDataHandler.postLoadData(Collection<AsExcludedSortModel> initialValue, SearchResultData searchResult, Map<String, Object> parameters, org.zkoss.zul.ListModelList<ExcludedSortEditorData> data)