Class DefaultSolrIndexerJobsService
- java.lang.Object
-
- com.hybris.backoffice.solrsearch.services.impl.DefaultSolrIndexerJobsService
-
- All Implemented Interfaces:
SolrIndexerJobsService
@Deprecated(since="2015", forRemoval=true) public class DefaultSolrIndexerJobsService extends java.lang.Object implements SolrIndexerJobsServiceDeprecated, for removal: This API element is subject to removal in a future version.(Be replaced)
-
-
Constructor Summary
Constructors Constructor Description DefaultSolrIndexerJobsService()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidenableBackofficeSolrSearchIndexerJobs()Deprecated, for removal: This API element is subject to removal in a future version.Enables jobs related to Backoffice Solr Search indexing processprotected BackofficeJobsDaogetBackofficeJobsDao()Deprecated, for removal: This API element is subject to removal in a future version.protected java.util.Collection<java.lang.String>getJobNames()Deprecated, for removal: This API element is subject to removal in a future version.protected ModelServicegetModelService()Deprecated, for removal: This API element is subject to removal in a future version.voidsetBackofficeJobsDao(BackofficeJobsDao backofficeJobsDao)Deprecated, for removal: This API element is subject to removal in a future version.voidsetJobNames(java.util.Set<java.lang.String> jobNames)Deprecated, for removal: This API element is subject to removal in a future version.voidsetModelService(ModelService modelService)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
enableBackofficeSolrSearchIndexerJobs
public void enableBackofficeSolrSearchIndexerJobs()
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:SolrIndexerJobsServiceEnables jobs related to Backoffice Solr Search indexing process- Specified by:
enableBackofficeSolrSearchIndexerJobsin interfaceSolrIndexerJobsService
-
getBackofficeJobsDao
protected BackofficeJobsDao getBackofficeJobsDao()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setBackofficeJobsDao
public void setBackofficeJobsDao(BackofficeJobsDao backofficeJobsDao)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getModelService
protected ModelService getModelService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setModelService
public void setModelService(ModelService modelService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getJobNames
protected java.util.Collection<java.lang.String> getJobNames()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setJobNames
public void setJobNames(java.util.Set<java.lang.String> jobNames)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-