Class DefaultSearchIndexerJobsService
- java.lang.Object
-
- com.hybris.backoffice.search.services.impl.DefaultSearchIndexerJobsService
-
- All Implemented Interfaces:
SearchIndexerJobsService
public class DefaultSearchIndexerJobsService extends java.lang.Object implements SearchIndexerJobsService
Default service for search indexer jobs
-
-
Constructor Summary
Constructors Constructor Description DefaultSearchIndexerJobsService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidenableBackofficeSearchIndexerJobs()Enables jobs related to Backoffice Search indexing processvoidsetBackofficeJobsDao(BackofficeJobsDao backofficeJobsDao)voidsetJobNames(java.util.Set<java.lang.String> jobNames)voidsetModelService(ModelService modelService)
-
-
-
Method Detail
-
enableBackofficeSearchIndexerJobs
public void enableBackofficeSearchIndexerJobs()
Description copied from interface:SearchIndexerJobsServiceEnables jobs related to Backoffice Search indexing process- Specified by:
enableBackofficeSearchIndexerJobsin interfaceSearchIndexerJobsService
-
setJobNames
public void setJobNames(java.util.Set<java.lang.String> jobNames)
-
setBackofficeJobsDao
public void setBackofficeJobsDao(BackofficeJobsDao backofficeJobsDao)
-
setModelService
public void setModelService(ModelService modelService)
-
-