Uses of Class
de.hybris.platform.adaptivesearchbackoffice.data.PromotedSortEditorData
Packages that use PromotedSortEditorData
-
Uses of PromotedSortEditorData in de.hybris.platform.adaptivesearchbackoffice.editors.promotedsorts
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.promotedsorts that return PromotedSortEditorDataModifier and TypeMethodDescriptionprotected PromotedSortEditorDataAsPromotedSortsDataHandler.createEditorData()Methods in de.hybris.platform.adaptivesearchbackoffice.editors.promotedsorts with parameters of type PromotedSortEditorDataModifier and TypeMethodDescriptionprotected 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 PromotedSortEditorDataModifier and TypeMethodDescriptionprotected voidAsPromotedSortsDataHandler.loadDataFromInitialValue(Map<Object, PromotedSortEditorData> mapping, Collection<AsPromotedSortModel> initialValue, Map<String, Object> parameters) protected voidAsPromotedSortsDataHandler.loadDataFromSearchResult(Map<Object, PromotedSortEditorData> mapping, SearchResultData searchResult, Map<String, Object> parameters) protected voidAsPromotedSortsDataHandler.postLoadData(Collection<AsPromotedSortModel> initialValue, SearchResultData searchResult, Map<String, Object> parameters, org.zkoss.zul.ListModelList<PromotedSortEditorData> data)