Class BaseSolrIndexerWizardStep

  • All Implemented Interfaces:
    com.hybris.cockpitng.widgets.common.NotifyingWidgetComponentRenderer<org.zkoss.zk.ui.Component,​com.hybris.cockpitng.config.jaxb.wizard.ViewType,​java.util.Map<java.lang.String,​java.lang.String>>, com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zk.ui.Component,​com.hybris.cockpitng.config.jaxb.wizard.ViewType,​java.util.Map<java.lang.String,​java.lang.String>>
    Direct Known Subclasses:
    SolrHotUpdateIndexerStepOne, SolrHotUpdateIndexerStepTwo, SolrIndexerOperationStepOne

    public abstract class BaseSolrIndexerWizardStep
    extends AbstractCustomWizardStep
    • Field Detail

      • LABEL_CRONJOB_RUNNING

        protected static final java.lang.String LABEL_CRONJOB_RUNNING
        See Also:
        Constant Field Values
      • LABEL_CRONJOB_SUCCESS

        protected static final java.lang.String LABEL_CRONJOB_SUCCESS
        See Also:
        Constant Field Values
      • LABEL_CRONJOB_ERROR

        protected static final java.lang.String LABEL_CRONJOB_ERROR
        See Also:
        Constant Field Values
      • LABEL_CRONJOB_START

        protected static final java.lang.String LABEL_CRONJOB_START
        See Also:
        Constant Field Values
      • LABEL_CRONJOB_OPERATION

        protected static final java.lang.String LABEL_CRONJOB_OPERATION
        See Also:
        Constant Field Values
    • Constructor Detail

      • BaseSolrIndexerWizardStep

        public BaseSolrIndexerWizardStep()
    • Method Detail

      • 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,
                                      java.lang.String message,
                                      java.lang.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)
      • setModelService

        public void setModelService​(ModelService modelService)