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 Object
implements SolrIndexerJobsService
Deprecated, for removal: This API element is subject to removal in a future version.
(Be replaced)
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated, for removal: This API element is subject to removal in a future version.Enables jobs related to Backoffice Solr Search indexing processprotected BackofficeJobsDaoDeprecated, for removal: This API element is subject to removal in a future version.protected Collection<String>Deprecated, for removal: This API element is subject to removal in a future version.protected ModelServiceDeprecated, 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(Set<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.
-
Constructor Details
-
DefaultSolrIndexerJobsService
public DefaultSolrIndexerJobsService()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
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
Deprecated, for removal: This API element is subject to removal in a future version. -
setBackofficeJobsDao
Deprecated, for removal: This API element is subject to removal in a future version. -
getModelService
Deprecated, for removal: This API element is subject to removal in a future version. -
setModelService
Deprecated, for removal: This API element is subject to removal in a future version. -
getJobNames
Deprecated, for removal: This API element is subject to removal in a future version. -
setJobNames
Deprecated, for removal: This API element is subject to removal in a future version.
-