Class BaseSolrIndexerWizardStep
- java.lang.Object
-
- com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer<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.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,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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classBaseSolrIndexerWizardStep.WizardCronJobAsyncOperation
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringLABEL_CRONJOB_ERRORprotected static java.lang.StringLABEL_CRONJOB_OPERATIONprotected static java.lang.StringLABEL_CRONJOB_RUNNINGprotected static java.lang.StringLABEL_CRONJOB_STARTprotected static java.lang.StringLABEL_CRONJOB_SUCCESSprotected static java.lang.StringPARAM_FINISHEDprotected static java.lang.StringTYPE_CODE
-
Constructor Summary
Constructors Constructor Description BaseSolrIndexerWizardStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)CronJobServicegetCronJobService()com.hybris.cockpitng.labels.LabelServicegetLabelService()ModelServicegetModelService()protected voidonWizardFinish(com.hybris.cockpitng.widgets.configurableflow.ConfigurableFlowController controller, java.lang.String message, java.lang.String logs)voidsetCronJobService(CronJobService cronJobService)voidsetLabelService(com.hybris.cockpitng.labels.LabelService labelService)voidsetModelService(ModelService modelService)protected voidstartCronJob(com.hybris.cockpitng.widgets.configurableflow.ConfigurableFlowController controller, SolrIndexerCronJobModel cronJobModel)-
Methods inherited from class de.hybris.platform.solrfacetsearchbackoffice.wizards.AbstractCustomWizardStep
getAttribute, getCurrentObject, getCurrentObjectPrefix, getWidgetController, normalizeAttribute, setAttribute, setCurrentObjectPrefix, setWidgetController
-
Methods inherited from class com.hybris.cockpitng.widgets.configurableflow.renderer.DefaultCustomViewRenderer
render
-
Methods inherited from class com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer
addRendererListener, fireComponentRendered, fireComponentRendered, fireComponentRendered, removeRendererListener
-
-
-
-
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
-
PARAM_FINISHED
protected static final java.lang.String PARAM_FINISHED
- See Also:
- Constant Field Values
-
TYPE_CODE
protected static final java.lang.String TYPE_CODE
- See Also:
- Constant Field Values
-
-
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)
-
getCronJobService
public CronJobService getCronJobService()
-
setModelService
public void setModelService(ModelService modelService)
-
getModelService
public ModelService getModelService()
-
-