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