Class SolrHotUpdateIndexerStepTwo
- 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
-
- de.hybris.platform.solrfacetsearchbackoffice.wizards.hotupdate.SolrHotUpdateIndexerStepTwo
-
- 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>>
public class SolrHotUpdateIndexerStepTwo extends BaseSolrIndexerWizardStep
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.solrfacetsearchbackoffice.wizards.BaseSolrIndexerWizardStep
BaseSolrIndexerWizardStep.WizardCronJobAsyncOperation
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.solrfacetsearchbackoffice.wizards.BaseSolrIndexerWizardStep
LABEL_CRONJOB_ERROR, LABEL_CRONJOB_OPERATION, LABEL_CRONJOB_RUNNING, LABEL_CRONJOB_START, LABEL_CRONJOB_SUCCESS, PARAM_FINISHED, TYPE_CODE
-
-
Constructor Summary
Constructors Constructor Description SolrHotUpdateIndexerStepTwo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidadjustSolrIndexerCronJobModel(SolrIndexerCronJobModel cronJob)protected voidinitCustomView(org.zkoss.zk.ui.Component component)voidrender(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.config.jaxb.wizard.ViewType customView, java.util.Map<java.lang.String,java.lang.String> parameters, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)-
Methods inherited from class de.hybris.platform.solrfacetsearchbackoffice.wizards.BaseSolrIndexerWizardStep
getCallbaclEventListener, getCronJobService, getLabelService, getModelService, onWizardFinish, setCronJobService, setLabelService, setModelService, startCronJob
-
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.common.AbstractWidgetComponentRenderer
addRendererListener, fireComponentRendered, fireComponentRendered, fireComponentRendered, removeRendererListener
-
-
-
-
Method Detail
-
render
public void render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.config.jaxb.wizard.ViewType customView, java.util.Map<java.lang.String,java.lang.String> parameters, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)- Specified by:
renderin interfacecom.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>>- Specified by:
renderin classcom.hybris.cockpitng.widgets.configurableflow.renderer.DefaultCustomViewRenderer
-
initCustomView
protected void initCustomView(org.zkoss.zk.ui.Component component)
-
adjustSolrIndexerCronJobModel
protected void adjustSolrIndexerCronJobModel(SolrIndexerCronJobModel cronJob)
-
-