Class BackofficeSolrIndexerDeleteJob
java.lang.Object
de.hybris.platform.servicelayer.cronjob.AbstractJobPerformable
de.hybris.platform.solrfacetsearch.indexer.cron.AbstractIndexerJob
de.hybris.platform.solrfacetsearch.indexer.cron.SolrIndexerJob
com.hybris.backoffice.solrsearch.indexer.cron.AbstractBackofficeSolrIndexerJob
com.hybris.backoffice.solrsearch.indexer.cron.BackofficeSolrIndexerDeleteJob
- All Implemented Interfaces:
JobPerformable,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanFactoryAware
@Deprecated(since="1808",
forRemoval=true)
public class BackofficeSolrIndexerDeleteJob
extends AbstractBackofficeSolrIndexerJob
implements org.springframework.beans.factory.BeanFactoryAware
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.springframework.beans.factory.BeanFactoryDeprecated, for removal: This API element is subject to removal in a future version.protected IndexerBatchContextFactoryDeprecated, for removal: This API element is subject to removal in a future version.protected IndexOperationIdGeneratorDeprecated, for removal: This API element is subject to removal in a future version.protected SolrIndexServiceDeprecated, for removal: This API element is subject to removal in a future version.protected SolrSearchProviderFactoryDeprecated, for removal: This API element is subject to removal in a future version.Fields inherited from class com.hybris.backoffice.solrsearch.indexer.cron.AbstractBackofficeSolrIndexerJob
backofficeFacetSearchConfigService, solrModifiedItemDAOFields inherited from class de.hybris.platform.solrfacetsearch.indexer.cron.AbstractIndexerJob
facetSearchConfigService, indexer, indexerServiceFields inherited from class de.hybris.platform.servicelayer.cronjob.AbstractJobPerformable
flexibleSearchService, modelService, sessionService -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<SolrModifiedItemModel>Deprecated, for removal: This API element is subject to removal in a future version.voidsetBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) Deprecated, for removal: This API element is subject to removal in a future version.voidsetIndexerBatchContextFactory(IndexerBatchContextFactory indexerBatchContextFactory) Deprecated, for removal: This API element is subject to removal in a future version.voidsetIndexOperationIdGenerator(IndexOperationIdGenerator indexOperationIdGenerator) Deprecated, for removal: This API element is subject to removal in a future version.voidsetSolrIndexService(SolrIndexService solrIndexService) Deprecated, for removal: This API element is subject to removal in a future version.voidsetSolrSearchProviderFactory(SolrSearchProviderFactory solrSearchProviderFactory) Deprecated, for removal: This API element is subject to removal in a future version.protected voidsynchronizeIndexForType(FacetSearchConfig facetSearchConfig, IndexedType type, Collection<PK> pks) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class com.hybris.backoffice.solrsearch.indexer.cron.AbstractBackofficeSolrIndexerJob
getBackofficeFacetSearchConfigService, getSolrModifiedItemDAO, performIndexingJob, setBackofficeFacetSearchConfigService, setSolrModifiedItemDAO, synchronizeIndexAndRemoveModifiedItems, synchronizeIndexForConfigMethods inherited from class de.hybris.platform.solrfacetsearch.indexer.cron.SolrIndexerJob
indexItemsMethods inherited from class de.hybris.platform.solrfacetsearch.indexer.cron.AbstractIndexerJob
getFacetSearchConfig, perform, setFacetSearchConfigService, setIndexer, setIndexerServiceMethods inherited from class de.hybris.platform.servicelayer.cronjob.AbstractJobPerformable
clearAbortRequestedIfNeeded, isAbortable, isPerformable, setFlexibleSearchService, setModelService, setSessionService
-
Field Details
-
beanFactory
protected org.springframework.beans.factory.BeanFactory beanFactoryDeprecated, for removal: This API element is subject to removal in a future version. -
indexerBatchContextFactory
Deprecated, for removal: This API element is subject to removal in a future version. -
indexOperationIdGenerator
Deprecated, for removal: This API element is subject to removal in a future version. -
solrSearchProviderFactory
Deprecated, for removal: This API element is subject to removal in a future version. -
solrIndexService
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
BackofficeSolrIndexerDeleteJob
public BackofficeSolrIndexerDeleteJob()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
synchronizeIndexForType
protected void synchronizeIndexForType(FacetSearchConfig facetSearchConfig, IndexedType type, Collection<PK> pks) throws IndexerException, SolrServiceException Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
synchronizeIndexForTypein classAbstractBackofficeSolrIndexerJob- Throws:
IndexerExceptionSolrServiceException
-
findModifiedItems
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
findModifiedItemsin classAbstractBackofficeSolrIndexerJob
-
setBeanFactory
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setBeanFactoryin interfaceorg.springframework.beans.factory.BeanFactoryAware- Throws:
org.springframework.beans.BeansException
-
setIndexerBatchContextFactory
Deprecated, for removal: This API element is subject to removal in a future version. -
setSolrSearchProviderFactory
Deprecated, for removal: This API element is subject to removal in a future version. -
setIndexOperationIdGenerator
Deprecated, for removal: This API element is subject to removal in a future version. -
setSolrIndexService
Deprecated, for removal: This API element is subject to removal in a future version.
-
SolrIndexerJob