Uses of Class
de.hybris.platform.adaptivesearchbackoffice.data.SortEditorData
-
Packages that use SortEditorData Package Description de.hybris.platform.adaptivesearchbackoffice.editors.sorts -
-
Uses of SortEditorData in de.hybris.platform.adaptivesearchbackoffice.editors.sorts
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.sorts that return SortEditorData Modifier and Type Method Description protected SortEditorDataAsSortsDataHandler. createEditorData()Methods in de.hybris.platform.adaptivesearchbackoffice.editors.sorts with parameters of type SortEditorData Modifier and Type Method Description protected voidAsSortsDataHandler. convertFromModel(AsSortModel source, SortEditorData target)protected voidAsSortsDataHandler. convertFromSearchProfileResult(AsConfigurationHolder<AsSort,AbstractAsSortConfiguration> source, SortEditorData target, AbstractAsSearchProfileModel searchProfile)protected voidAsSortsDataHandler. convertFromSearchResult(AsSortData source, SortEditorData target)Method parameters in de.hybris.platform.adaptivesearchbackoffice.editors.sorts with type arguments of type SortEditorData Modifier and Type Method Description protected voidAsSortsDataHandler. loadDataFromInitialValue(java.util.Map<java.lang.Object,SortEditorData> mapping, java.util.Collection<AsSortModel> initialValue, java.util.Map<java.lang.String,java.lang.Object> parameters)protected voidAsSortsDataHandler. loadDataFromSearchResult(java.util.Map<java.lang.Object,SortEditorData> mapping, SearchResultData searchResult, java.util.Map<java.lang.String,java.lang.Object> parameters)protected voidAsSortsDataHandler. postLoadData(java.util.Collection<AsSortModel> initialValue, SearchResultData searchResult, java.util.Map<java.lang.String,java.lang.Object> parameters, org.zkoss.zul.ListModelList<SortEditorData> data)
-