Uses of Class
de.hybris.platform.adaptivesearch.model.AsSortModel
-
Packages that use AsSortModel Package Description de.hybris.platform.adaptivesearch.converters.populators de.hybris.platform.adaptivesearch.integration.synchronization de.hybris.platform.adaptivesearch.model Contains generated models for each type of de.hybris.platform.adaptivesearch.jalo package.de.hybris.platform.adaptivesearchbackoffice.editors.sorts -
-
Uses of AsSortModel in de.hybris.platform.adaptivesearch.converters.populators
Methods in de.hybris.platform.adaptivesearch.converters.populators that return types with arguments of type AsSortModel Modifier and Type Method Description ContextAwareConverter<AsSortModel,AsSort,AsItemConfigurationConverterContext>AsConfigurableSearchConfigurationPopulator. getAsSortConverter()Method parameters in de.hybris.platform.adaptivesearch.converters.populators with type arguments of type AsSortModel Modifier and Type Method Description voidAsConfigurableSearchConfigurationPopulator. setAsSortConverter(ContextAwareConverter<AsSortModel,AsSort,AsItemConfigurationConverterContext> asSortConverter) -
Uses of AsSortModel in de.hybris.platform.adaptivesearch.integration.synchronization
Methods in de.hybris.platform.adaptivesearch.integration.synchronization with parameters of type AsSortModel Modifier and Type Method Description protected voidCatalogVersionSynchronizationTest. assertEqualsSort(AsSortModel sort1, AsSortModel sort2)Method parameters in de.hybris.platform.adaptivesearch.integration.synchronization with type arguments of type AsSortModel Modifier and Type Method Description protected voidCatalogVersionSynchronizationTest. assertEqualsSorts(java.util.List<AsSortModel> sorts1, java.util.List<AsSortModel> sorts2) -
Uses of AsSortModel in de.hybris.platform.adaptivesearch.model
Methods in de.hybris.platform.adaptivesearch.model that return types with arguments of type AsSortModel Modifier and Type Method Description java.util.List<AsSortModel>AbstractAsConfigurableSearchConfigurationModel. getSorts()Generated method - Getter of theAbstractAsConfigurableSearchConfiguration.sortsattribute defined at extensionadaptivesearch.Method parameters in de.hybris.platform.adaptivesearch.model with type arguments of type AsSortModel Modifier and Type Method Description voidAbstractAsConfigurableSearchConfigurationModel. setSorts(java.util.List<AsSortModel> value)Generated method - Setter ofAbstractAsConfigurableSearchConfiguration.sortsattribute defined at extensionadaptivesearch. -
Uses of AsSortModel in de.hybris.platform.adaptivesearchbackoffice.editors.sorts
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.sorts with parameters of type AsSortModel Modifier and Type Method Description protected voidAsSortsDataHandler. convertFromModel(AsSortModel source, SortEditorData target)Method parameters in de.hybris.platform.adaptivesearchbackoffice.editors.sorts with type arguments of type AsSortModel 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. postLoadData(java.util.Collection<AsSortModel> initialValue, SearchResultData searchResult, java.util.Map<java.lang.String,java.lang.Object> parameters, org.zkoss.zul.ListModelList<SortEditorData> data)
-