Uses of Class
de.hybris.platform.solrfacetsearch.model.indexer.cron.SolrIndexerCronJobModel
-
Packages that use SolrIndexerCronJobModel Package Description com.hybris.backoffice.solrsearch.model Contains generated models for each type of com.hybris.backoffice.solrsearch.jalo package.de.hybris.platform.solrfacetsearch.indexer.cron de.hybris.platform.solrfacetsearch.model.config Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo.config package.de.hybris.platform.solrfacetsearch.model.indexer.cron Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo.indexer.cron package.de.hybris.platform.solrfacetsearchbackoffice.wizards de.hybris.platform.solrfacetsearchbackoffice.wizards.hotupdate de.hybris.platform.solrfacetsearchbackoffice.wizards.indexer -
-
Uses of SolrIndexerCronJobModel in com.hybris.backoffice.solrsearch.model
Subclasses of SolrIndexerCronJobModel in com.hybris.backoffice.solrsearch.model Modifier and Type Class Description classBackofficeSolrIndexerCronJobModelGenerated model class for type BackofficeSolrIndexerCronJob first defined at extension backofficesolrsearch. -
Uses of SolrIndexerCronJobModel in de.hybris.platform.solrfacetsearch.indexer.cron
Methods in de.hybris.platform.solrfacetsearch.indexer.cron with parameters of type SolrIndexerCronJobModel Modifier and Type Method Description protected voidSolrIndexerJob. indexItems(SolrIndexerCronJobModel solrIndexerCronJob, FacetSearchConfig facetSearchConfig) -
Uses of SolrIndexerCronJobModel in de.hybris.platform.solrfacetsearch.model.config
Methods in de.hybris.platform.solrfacetsearch.model.config that return types with arguments of type SolrIndexerCronJobModel Modifier and Type Method Description java.util.List<SolrIndexerCronJobModel>SolrFacetSearchConfigModel. getSolrIndexerCronJob()Generated method - Getter of theSolrFacetSearchConfig.solrIndexerCronJobattribute defined at extensionsolrfacetsearch.Method parameters in de.hybris.platform.solrfacetsearch.model.config with type arguments of type SolrIndexerCronJobModel Modifier and Type Method Description voidSolrFacetSearchConfigModel. setSolrIndexerCronJob(java.util.List<SolrIndexerCronJobModel> value)Generated method - Setter ofSolrFacetSearchConfig.solrIndexerCronJobattribute defined at extensionsolrfacetsearch. -
Uses of SolrIndexerCronJobModel in de.hybris.platform.solrfacetsearch.model.indexer.cron
Subclasses of SolrIndexerCronJobModel in de.hybris.platform.solrfacetsearch.model.indexer.cron Modifier and Type Class Description classSolrExtIndexerCronJobModelGenerated model class for type SolrExtIndexerCronJob first defined at extension solrfacetsearch.classSolrIndexerHotUpdateCronJobModelGenerated model class for type SolrIndexerHotUpdateCronJob first defined at extension solrfacetsearch. -
Uses of SolrIndexerCronJobModel in de.hybris.platform.solrfacetsearchbackoffice.wizards
Methods in de.hybris.platform.solrfacetsearchbackoffice.wizards with parameters of type SolrIndexerCronJobModel Modifier and Type Method Description protected voidBaseSolrIndexerWizardStep. startCronJob(com.hybris.cockpitng.widgets.configurableflow.ConfigurableFlowController controller, SolrIndexerCronJobModel cronJobModel) -
Uses of SolrIndexerCronJobModel in de.hybris.platform.solrfacetsearchbackoffice.wizards.hotupdate
Methods in de.hybris.platform.solrfacetsearchbackoffice.wizards.hotupdate with parameters of type SolrIndexerCronJobModel Modifier and Type Method Description protected voidSolrHotUpdateIndexerStepTwo. adjustSolrIndexerCronJobModel(SolrIndexerCronJobModel cronJob) -
Uses of SolrIndexerCronJobModel in de.hybris.platform.solrfacetsearchbackoffice.wizards.indexer
Methods in de.hybris.platform.solrfacetsearchbackoffice.wizards.indexer with parameters of type SolrIndexerCronJobModel Modifier and Type Method Description protected voidSolrIndexerOperationStepOne. adjustSolrIndexerCronJobModel(SolrIndexerCronJobModel cronJob)
-