Uses of Class
de.hybris.platform.adaptivesearch.model.AsSimpleSearchConfigurationModel
-
Packages that use AsSimpleSearchConfigurationModel Package Description 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.adaptivesearch.model.interceptors de.hybris.platform.adaptivesearch.strategies.impl -
-
Uses of AsSimpleSearchConfigurationModel in de.hybris.platform.adaptivesearch.integration.synchronization
Methods in de.hybris.platform.adaptivesearch.integration.synchronization with parameters of type AsSimpleSearchConfigurationModel Modifier and Type Method Description protected voidCatalogVersionSynchronizationTest. assertEqualsSimpleSearchConfiguration(AsSimpleSearchConfigurationModel searchConfiguration1, AsSimpleSearchConfigurationModel searchConfiguration2)Method parameters in de.hybris.platform.adaptivesearch.integration.synchronization with type arguments of type AsSimpleSearchConfigurationModel Modifier and Type Method Description protected voidCatalogVersionSynchronizationTest. assertEqualsSimpleSearchConfigurations(java.util.List<AsSimpleSearchConfigurationModel> searchConfigurations1, java.util.List<AsSimpleSearchConfigurationModel> searchConfigurations2) -
Uses of AsSimpleSearchConfigurationModel in de.hybris.platform.adaptivesearch.model
Methods in de.hybris.platform.adaptivesearch.model that return types with arguments of type AsSimpleSearchConfigurationModel Modifier and Type Method Description java.util.List<AsSimpleSearchConfigurationModel>AsSimpleSearchProfileModel. getSearchConfigurations()Generated method - Getter of theAsSimpleSearchProfile.searchConfigurationsattribute defined at extensionadaptivesearch.Method parameters in de.hybris.platform.adaptivesearch.model with type arguments of type AsSimpleSearchConfigurationModel Modifier and Type Method Description voidAsSimpleSearchProfileModel. setSearchConfigurations(java.util.List<AsSimpleSearchConfigurationModel> value)Generated method - Setter ofAsSimpleSearchProfile.searchConfigurationsattribute defined at extensionadaptivesearch. -
Uses of AsSimpleSearchConfigurationModel in de.hybris.platform.adaptivesearch.model.interceptors
Methods in de.hybris.platform.adaptivesearch.model.interceptors with parameters of type AsSimpleSearchConfigurationModel Modifier and Type Method Description protected java.lang.StringAsSimpleSearchConfigurationInterceptor. generateUniqueIdx(AsSimpleSearchConfigurationModel searchConfiguration, InterceptorContext context)voidAsSimpleSearchConfigurationInterceptor. onPrepare(AsSimpleSearchConfigurationModel searchConfiguration, InterceptorContext context) -
Uses of AsSimpleSearchConfigurationModel in de.hybris.platform.adaptivesearch.strategies.impl
Methods in de.hybris.platform.adaptivesearch.strategies.impl that return AsSimpleSearchConfigurationModel Modifier and Type Method Description protected AsSimpleSearchConfigurationModelAsSimpleSearchConfigurationStrategy. createSearchConfiguration(AsSimpleSearchProfileModel searchProfile)AsSimpleSearchConfigurationModelAsSimpleSearchConfigurationStrategy. getOrCreateForContext(AsSearchProfileContext context, AsSimpleSearchProfileModel searchProfile)Methods in de.hybris.platform.adaptivesearch.strategies.impl that return types with arguments of type AsSimpleSearchConfigurationModel Modifier and Type Method Description java.util.Optional<AsSimpleSearchConfigurationModel>AsSimpleSearchConfigurationStrategy. getForContext(AsSearchProfileContext context, AsSimpleSearchProfileModel searchProfile)
-