Uses of Class
de.hybris.platform.searchservices.model.SnIndexTypeModel
Packages that use SnIndexTypeModel
Package
Description
Contains generated models for each type of com.hybris.backoffice.searchservices.jalo package.
Contains generated models for each type of de.hybris.platform.basecommerce.jalo.site package.
Contains generated models for each type of de.hybris.platform.searchservices.jalo package.
Contains generated models for each type of de.hybris.platform.store package.
-
Uses of SnIndexTypeModel in com.hybris.backoffice.searchservices.events
Methods in com.hybris.backoffice.searchservices.events with parameters of type SnIndexTypeModelModifier and TypeMethodDescriptionprotected voidDirectSearchservicesIndexSynchronizationStrategy.performIndexDelete(SnIndexTypeModel indexType, List<PK> pks) Remove specified items from searchservices indexprotected voidDirectSearchservicesIndexSynchronizationStrategy.performIndexUpdate(SnIndexTypeModel indexType, List<PK> pks) Update specified items from searchservices index -
Uses of SnIndexTypeModel in com.hybris.backoffice.searchservices.indexer.listeners
Method parameters in com.hybris.backoffice.searchservices.indexer.listeners with type arguments of type SnIndexTypeModelModifier and TypeMethodDescriptionvoidBackofficeSnIndexerListener.setBackofficeFacetSearchConfigService(BackofficeFacetSearchConfigService<Object, Object, SnIndexTypeModel, Object> backofficeFacetSearchConfigService) -
Uses of SnIndexTypeModel in com.hybris.backoffice.searchservices.model
Methods in com.hybris.backoffice.searchservices.model that return SnIndexTypeModelModifier and TypeMethodDescriptionBackofficeIndexedTypeToSearchservicesIndexConfigModel.getSnIndexType()Generated method - Getter of theBackofficeIndexedTypeToSearchservicesIndexConfig.snIndexTypeattribute defined at extensionbackofficesearchservices.Methods in com.hybris.backoffice.searchservices.model with parameters of type SnIndexTypeModelModifier and TypeMethodDescriptionvoidBackofficeIndexedTypeToSearchservicesIndexConfigModel.setSnIndexType(SnIndexTypeModel value) Generated method - Setter ofBackofficeIndexedTypeToSearchservicesIndexConfig.snIndexTypeattribute defined at extensionbackofficesearchservices.Constructors in com.hybris.backoffice.searchservices.model with parameters of type SnIndexTypeModelModifierConstructorDescriptionBackofficeIndexedTypeToSearchservicesIndexConfigModel(ComposedTypeModel _indexedType, ItemModel _owner, SnIndexConfigurationModel _snIndexConfiguration, SnIndexTypeModel _snIndexType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBackofficeIndexedTypeToSearchservicesIndexConfigModel(ComposedTypeModel _indexedType, SnIndexConfigurationModel _snIndexConfiguration, SnIndexTypeModel _snIndexType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of SnIndexTypeModel in com.hybris.backoffice.searchservices.services.impl
Methods in com.hybris.backoffice.searchservices.services.impl that return SnIndexTypeModelModifier and TypeMethodDescriptionBackofficeSearchservicesFacetSearchConfigService.getIndexedTypeModel(String typeCode) -
Uses of SnIndexTypeModel in de.hybris.platform.basecommerce.model.site
Methods in de.hybris.platform.basecommerce.model.site that return SnIndexTypeModelModifier and TypeMethodDescriptionBaseSiteModel.getProductIndexType()Generated method - Getter of theBaseSite.productIndexTypeattribute defined at extensioncommerceservices.Methods in de.hybris.platform.basecommerce.model.site with parameters of type SnIndexTypeModelModifier and TypeMethodDescriptionvoidBaseSiteModel.setProductIndexType(SnIndexTypeModel value) Generated method - Setter ofBaseSite.productIndexTypeattribute defined at extensioncommerceservices. -
Uses of SnIndexTypeModel in de.hybris.platform.commerceservices.search.searchservices.strategies
Methods in de.hybris.platform.commerceservices.search.searchservices.strategies with parameters of type SnIndexTypeModelModifier and TypeMethodDescriptionSnStoreSelectionStrategy.getDefaultStore(SnIndexTypeModel indexType) Returns the default stores for the given index type.SnStoreSelectionStrategy.getStores(SnIndexTypeModel indexType) Returns the stores for the given index type. -
Uses of SnIndexTypeModel in de.hybris.platform.commerceservices.search.searchservices.strategies.impl
Methods in de.hybris.platform.commerceservices.search.searchservices.strategies.impl with parameters of type SnIndexTypeModelModifier and TypeMethodDescriptionDefaultSnStoreSelectionStrategy.getDefaultStore(SnIndexTypeModel indexType) DefaultSnStoreSelectionStrategy.getStores(SnIndexTypeModel indexType) -
Uses of SnIndexTypeModel in de.hybris.platform.searchbackoffice.actions
Method parameters in de.hybris.platform.searchbackoffice.actions with type arguments of type SnIndexTypeModelModifier and TypeMethodDescriptioncom.hybris.cockpitng.actions.ActionResult<Object>RunIndexerAction.perform(com.hybris.cockpitng.actions.ActionContext<SnIndexTypeModel> ctx) -
Uses of SnIndexTypeModel in de.hybris.platform.searchservices.admin.converter.populator
Methods in de.hybris.platform.searchservices.admin.converter.populator with parameters of type SnIndexTypeModelModifier and TypeMethodDescriptionSnIndexTypePopulator.buildFields(SnIndexTypeModel source, SnIndexType target) SnIndexTypePopulator.buildLocalizedName(SnIndexTypeModel source) voidSnIndexTypePopulator.populate(SnIndexTypeModel source, SnIndexType target) -
Uses of SnIndexTypeModel in de.hybris.platform.searchservices.admin.dao
Methods in de.hybris.platform.searchservices.admin.dao that return types with arguments of type SnIndexTypeModelModifier and TypeMethodDescriptionSnIndexTypeDao.findIndexTypeById(String id) Finds the index type for the given id.SnIndexTypeDao.findIndexTypesByIndexConfiguration(SnIndexConfigurationModel indexConfiguration) Finds the index types for the given index configuration.Methods in de.hybris.platform.searchservices.admin.dao with parameters of type SnIndexTypeModelModifier and TypeMethodDescriptionSnFieldDao.findFieldByIndexTypeAndId(SnIndexTypeModel indexType, String id) Finds the field for the given index type and id.SnFieldDao.findFieldsByIndexType(SnIndexTypeModel indexType) Finds the fields for the given index type. -
Uses of SnIndexTypeModel in de.hybris.platform.searchservices.admin.dao.impl
Methods in de.hybris.platform.searchservices.admin.dao.impl that return types with arguments of type SnIndexTypeModelModifier and TypeMethodDescriptionDefaultSnIndexTypeDao.findIndexTypeById(String id) DefaultSnIndexTypeDao.findIndexTypesByIndexConfiguration(SnIndexConfigurationModel indexConfiguration) Methods in de.hybris.platform.searchservices.admin.dao.impl with parameters of type SnIndexTypeModelModifier and TypeMethodDescriptionDefaultSnFieldDao.findFieldByIndexTypeAndId(SnIndexTypeModel indexType, String id) DefaultSnFieldDao.findFieldsByIndexType(SnIndexTypeModel indexType) -
Uses of SnIndexTypeModel in de.hybris.platform.searchservices.admin.model.interceptor
Methods in de.hybris.platform.searchservices.admin.model.interceptor with parameters of type SnIndexTypeModelModifier and TypeMethodDescriptionvoidSnIndexTypeInterceptor.onValidate(SnIndexTypeModel indexType, InterceptorContext context) -
Uses of SnIndexTypeModel in de.hybris.platform.searchservices.admin.service.impl
Methods in de.hybris.platform.searchservices.admin.service.impl that return types with arguments of type SnIndexTypeModelMethod parameters in de.hybris.platform.searchservices.admin.service.impl with type arguments of type SnIndexTypeModelModifier and TypeMethodDescriptionvoidDefaultSnIndexTypeService.setSnIndexTypeConverter(Converter<SnIndexTypeModel, SnIndexType> snIndexTypeConverter) -
Uses of SnIndexTypeModel in de.hybris.platform.searchservices.indexer.dao
Methods in de.hybris.platform.searchservices.indexer.dao with parameters of type SnIndexTypeModelModifier and TypeMethodDescriptionSnIndexerCronJobDao.getMaxFullLastSuccessfulStartTime(SnIndexTypeModel indexType) Retrieves the maximum last starttime of any successful full indexer job for the given type. -
Uses of SnIndexTypeModel in de.hybris.platform.searchservices.indexer.dao.impl
Methods in de.hybris.platform.searchservices.indexer.dao.impl with parameters of type SnIndexTypeModelModifier and TypeMethodDescriptionDefaultSnIndexerCronJobDao.getMaxFullLastSuccessfulStartTime(SnIndexTypeModel indexType) -
Uses of SnIndexTypeModel in de.hybris.platform.searchservices.model
Methods in de.hybris.platform.searchservices.model that return SnIndexTypeModelModifier and TypeMethodDescriptionAbstractSnIndexerCronJobModel.getIndexType()Generated method - Getter of theAbstractSnIndexerCronJob.indexTypeattribute defined at extensionsearchservices.SnFieldModel.getIndexType()Generated method - Getter of theSnField.indexTypeattribute defined at extensionsearchservices.Methods in de.hybris.platform.searchservices.model that return types with arguments of type SnIndexTypeModelModifier and TypeMethodDescriptionSnIndexConfigurationModel.getIndexTypes()Generated method - Getter of theSnIndexConfiguration.indexTypesattribute defined at extensionsearchservices.Methods in de.hybris.platform.searchservices.model with parameters of type SnIndexTypeModelModifier and TypeMethodDescriptionvoidAbstractSnIndexerCronJobModel.setIndexType(SnIndexTypeModel value) Generated method - Initial setter ofAbstractSnIndexerCronJob.indexTypeattribute defined at extensionsearchservices.voidSnFieldModel.setIndexType(SnIndexTypeModel value) Generated method - Initial setter ofSnField.indexTypeattribute defined at extensionsearchservices.Method parameters in de.hybris.platform.searchservices.model with type arguments of type SnIndexTypeModelModifier and TypeMethodDescriptionvoidSnIndexConfigurationModel.setIndexTypes(List<SnIndexTypeModel> value) Generated method - Setter ofSnIndexConfiguration.indexTypesattribute defined at extensionsearchservices.Constructors in de.hybris.platform.searchservices.model with parameters of type SnIndexTypeModelModifierConstructorDescriptionAbstractSnIndexerCronJobModel(SnIndexTypeModel _indexType, JobModel _job) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractSnIndexerCronJobModel(SnIndexTypeModel _indexType, JobModel _job, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersFullSnIndexerCronJobModel(SnIndexTypeModel _indexType, JobModel _job) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersFullSnIndexerCronJobModel(SnIndexTypeModel _indexType, JobModel _job, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersIncrementalSnIndexerCronJobModel(SnIndexTypeModel _indexType, JobModel _job) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersIncrementalSnIndexerCronJobModel(SnIndexTypeModel _indexType, JobModel _job, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSnFieldModel(SnFieldType _fieldType, String _id, SnIndexTypeModel _indexType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSnFieldModel(SnFieldType _fieldType, String _id, SnIndexTypeModel _indexType, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of SnIndexTypeModel in de.hybris.platform.store
Methods in de.hybris.platform.store that return SnIndexTypeModelModifier and TypeMethodDescriptionBaseStoreModel.getProductIndexType()Generated method - Getter of theBaseStore.productIndexTypeattribute defined at extensioncommerceservices.Methods in de.hybris.platform.store with parameters of type SnIndexTypeModelModifier and TypeMethodDescriptionvoidBaseStoreModel.setProductIndexType(SnIndexTypeModel value) Generated method - Setter ofBaseStore.productIndexTypeattribute defined at extensioncommerceservices.