Uses of Class
de.hybris.platform.searchservices.admin.data.SnIndexConfiguration
-
-
Uses of SnIndexConfiguration in de.hybris.platform.adaptivesearch.searchservices.strategies.impl
Methods in de.hybris.platform.adaptivesearch.searchservices.strategies.impl with parameters of type SnIndexConfiguration Modifier and Type Method Description protected AsIndexConfigurationDataSnAsSearchProvider. convertIndexConfiguration(SnIndexConfiguration source) -
Uses of SnIndexConfiguration in de.hybris.platform.commerceservices.search.searchservices.data
Methods in de.hybris.platform.commerceservices.search.searchservices.data that return SnIndexConfiguration Modifier and Type Method Description SnIndexConfigurationSnSearchResultConverterData. getIndexConfiguration()Methods in de.hybris.platform.commerceservices.search.searchservices.data with parameters of type SnIndexConfiguration Modifier and Type Method Description voidSnSearchResultConverterData. setIndexConfiguration(SnIndexConfiguration indexConfiguration) -
Uses of SnIndexConfiguration in de.hybris.platform.searchprovidercssearchservices.spi.service.impl
Methods in de.hybris.platform.searchprovidercssearchservices.spi.service.impl with parameters of type SnIndexConfiguration Modifier and Type Method Description protected QualifierTypeDTOCSSearchSnSearchProvider. convertCurrencyQualifierType(SnIndexConfiguration configuration)protected IndexConfigurationDTOCSSearchSnSearchProvider. convertIndexConfiguration(SnIndexConfiguration source) -
Uses of SnIndexConfiguration in de.hybris.platform.searchservices.admin.converter.populator
Methods in de.hybris.platform.searchservices.admin.converter.populator with parameters of type SnIndexConfiguration Modifier and Type Method Description voidSnIndexConfigurationPopulator. populate(SnIndexConfigurationModel source, SnIndexConfiguration target) -
Uses of SnIndexConfiguration in de.hybris.platform.searchservices.admin.service
Methods in de.hybris.platform.searchservices.admin.service that return types with arguments of type SnIndexConfiguration Modifier and Type Method Description java.util.List<SnIndexConfiguration>SnIndexConfigurationService. getAllIndexConfigurations()Returns all the index configurations.java.util.Optional<SnIndexConfiguration>SnIndexConfigurationService. getIndexConfigurationForId(java.lang.String id)Returns the index configuration for the given id. -
Uses of SnIndexConfiguration in de.hybris.platform.searchservices.admin.service.impl
Methods in de.hybris.platform.searchservices.admin.service.impl that return types with arguments of type SnIndexConfiguration Modifier and Type Method Description java.util.List<SnIndexConfiguration>DefaultSnIndexConfigurationService. getAllIndexConfigurations()java.util.Optional<SnIndexConfiguration>DefaultSnIndexConfigurationService. getIndexConfigurationForId(java.lang.String id)Converter<SnIndexConfigurationModel,SnIndexConfiguration>DefaultSnIndexConfigurationService. getSnIndexConfigurationConverter()Method parameters in de.hybris.platform.searchservices.admin.service.impl with type arguments of type SnIndexConfiguration Modifier and Type Method Description voidDefaultSnIndexConfigurationService. setSnIndexConfigurationConverter(Converter<SnIndexConfigurationModel,SnIndexConfiguration> snIndexConfigurationConverter) -
Uses of SnIndexConfiguration in de.hybris.platform.searchservices.core.service
Methods in de.hybris.platform.searchservices.core.service that return SnIndexConfiguration Modifier and Type Method Description SnIndexConfigurationSnContext. getIndexConfiguration()Returns the index configuration.SnIndexConfigurationSnResponse. getIndexConfiguration() -
Uses of SnIndexConfiguration in de.hybris.platform.searchservices.core.service.impl
Methods in de.hybris.platform.searchservices.core.service.impl that return SnIndexConfiguration Modifier and Type Method Description SnIndexConfigurationAbstractSnResponse. getIndexConfiguration()SnIndexConfigurationDefaultSnContext. getIndexConfiguration()Methods in de.hybris.platform.searchservices.core.service.impl with parameters of type SnIndexConfiguration Modifier and Type Method Description voidDefaultSnContext. setIndexConfiguration(SnIndexConfiguration indexConfiguration)Constructors in de.hybris.platform.searchservices.core.service.impl with parameters of type SnIndexConfiguration Constructor Description AbstractSnResponse(SnIndexConfiguration indexConfiguration, SnIndexType indexType) -
Uses of SnIndexConfiguration in de.hybris.platform.searchservices.indexer.service.impl
Constructors in de.hybris.platform.searchservices.indexer.service.impl with parameters of type SnIndexConfiguration Constructor Description DefaultSnIndexerBatchResponse(SnIndexConfiguration indexConfiguration, SnIndexType indexType)DefaultSnIndexerResponse(SnIndexConfiguration indexConfiguration, SnIndexType indexType) -
Uses of SnIndexConfiguration in de.hybris.platform.searchservices.search.service.impl
Constructors in de.hybris.platform.searchservices.search.service.impl with parameters of type SnIndexConfiguration Constructor Description DefaultSnSearchResponse(SnIndexConfiguration indexConfiguration, SnIndexType indexType) -
Uses of SnIndexConfiguration in de.hybris.platform.searchservices.suggest.service.impl
Constructors in de.hybris.platform.searchservices.suggest.service.impl with parameters of type SnIndexConfiguration Constructor Description DefaultSnSuggestResponse(SnIndexConfiguration indexConfiguration, SnIndexType indexType)
-