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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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) com.hybris.cockpitng.labels.LabelServiceprotected voidonWizardFinish(com.hybris.cockpitng.widgets.configurableflow.ConfigurableFlowController controller, String message, 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, setWidgetControllerMethods inherited from class com.hybris.cockpitng.widgets.configurableflow.renderer.DefaultCustomViewRenderer
renderMethods inherited from class com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer
addRendererListener, fireComponentRendered, fireComponentRendered, fireComponentRendered, removeRendererListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.widgets.common.WidgetComponentRenderer
render
-
Field Details
-
LABEL_CRONJOB_RUNNING
- See Also:
-
LABEL_CRONJOB_SUCCESS
- See Also:
-
LABEL_CRONJOB_ERROR
- See Also:
-
LABEL_CRONJOB_START
- See Also:
-
LABEL_CRONJOB_OPERATION
- See Also:
-
PARAM_FINISHED
- See Also:
-
TYPE_CODE
- See Also:
-
-
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
-
setLabelService
public void setLabelService(com.hybris.cockpitng.labels.LabelService labelService) -
getLabelService
public com.hybris.cockpitng.labels.LabelService getLabelService() -
setCronJobService
-
getCronJobService
-
setModelService
-
getModelService
-