Uses of Class
de.hybris.platform.adaptivesearchbackoffice.data.ExcludedSortEditorData
-
Packages that use ExcludedSortEditorData Package Description de.hybris.platform.adaptivesearchbackoffice.editors.excludedsorts -
-
Uses of ExcludedSortEditorData in de.hybris.platform.adaptivesearchbackoffice.editors.excludedsorts
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.excludedsorts that return ExcludedSortEditorData Modifier and Type Method Description protected ExcludedSortEditorDataAsExcludedSortsDataHandler. createEditorData()Methods in de.hybris.platform.adaptivesearchbackoffice.editors.excludedsorts with parameters of type ExcludedSortEditorData Modifier and Type Method Description protected 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 ExcludedSortEditorData Modifier and Type Method Description protected voidAsExcludedSortsDataHandler. loadDataFromInitialValue(java.util.Map<java.lang.Object,ExcludedSortEditorData> mapping, java.util.Collection<AsExcludedSortModel> initialValue, java.util.Map<java.lang.String,java.lang.Object> parameters)protected voidAsExcludedSortsDataHandler. loadDataFromSearchResult(java.util.Map<java.lang.Object,ExcludedSortEditorData> mapping, SearchResultData searchResult, java.util.Map<java.lang.String,java.lang.Object> parameters)protected voidAsExcludedSortsDataHandler. postLoadData(java.util.Collection<AsExcludedSortModel> initialValue, SearchResultData searchResult, java.util.Map<java.lang.String,java.lang.Object> parameters, org.zkoss.zul.ListModelList<ExcludedSortEditorData> data)
-