Class DefaultSolrIndexerJobsService

  • All Implemented Interfaces:
    SolrIndexerJobsService

    @Deprecated(since="2015",
                forRemoval=true)
    public class DefaultSolrIndexerJobsService
    extends java.lang.Object
    implements SolrIndexerJobsService
    Deprecated, 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
      void enableBackofficeSolrSearchIndexerJobs()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Enables jobs related to Backoffice Solr Search indexing process
      protected BackofficeJobsDao getBackofficeJobsDao()
      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 ModelService getModelService()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setBackofficeJobsDao​(BackofficeJobsDao backofficeJobsDao)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setJobNames​(java.util.Set<java.lang.String> jobNames)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setModelService​(ModelService modelService)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultSolrIndexerJobsService

        public DefaultSolrIndexerJobsService()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • 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.