Class BaseSolrIndexerWizardStep

java.lang.Object
com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer<org.zkoss.zk.ui.Component,com.hybris.cockpitng.config.jaxb.wizard.ViewType,Map<String,String>>
com.hybris.cockpitng.widgets.configurableflow.renderer.DefaultCustomViewRenderer
de.hybris.platform.solrfacetsearchbackoffice.wizards.AbstractCustomWizardStep
de.hybris.platform.solrfacetsearchbackoffice.wizards.BaseSolrIndexerWizardStep
All Implemented Interfaces:
com.hybris.cockpitng.widgets.common.NotifyingWidgetComponentRenderer<org.zkoss.zk.ui.Component,com.hybris.cockpitng.config.jaxb.wizard.ViewType,Map<String,String>>, com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zk.ui.Component,com.hybris.cockpitng.config.jaxb.wizard.ViewType,Map<String,String>>
Direct Known Subclasses:
SolrHotUpdateIndexerStepOne, SolrHotUpdateIndexerStepTwo, SolrIndexerOperationStepOne

public abstract class BaseSolrIndexerWizardStep extends AbstractCustomWizardStep
  • Field Details

  • Constructor Details

    • BaseSolrIndexerWizardStep

      public BaseSolrIndexerWizardStep()
  • Method Details

    • startCronJob

      protected void startCronJob(com.hybris.cockpitng.widgets.configurableflow.ConfigurableFlowController controller, SolrIndexerCronJobModel cronJobModel)
    • getCallbaclEventListener

      protected org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> getCallbaclEventListener(org.zkoss.zk.ui.Component component, com.hybris.cockpitng.widgets.configurableflow.ConfigurableFlowController controller)
    • onWizardFinish

      protected void onWizardFinish(com.hybris.cockpitng.widgets.configurableflow.ConfigurableFlowController controller, String message, String logs)
    • setLabelService

      public void setLabelService(com.hybris.cockpitng.labels.LabelService labelService)
    • getLabelService

      public com.hybris.cockpitng.labels.LabelService getLabelService()
    • setCronJobService

      public void setCronJobService(CronJobService cronJobService)
    • getCronJobService

      public CronJobService getCronJobService()
    • setModelService

      public void setModelService(ModelService modelService)
    • getModelService

      public ModelService getModelService()