Class ProcessStateSelectorEditor
- java.lang.Object
-
- com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer<java.lang.String>
-
- de.hybris.platform.platformbackoffice.widgets.processengine.ProcessStateSelectorEditor
-
- All Implemented Interfaces:
com.hybris.cockpitng.editors.CockpitEditorRenderer<java.lang.String>
- Direct Known Subclasses:
ProcessStateSelector
public class ProcessStateSelectorEditor extends com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer<java.lang.String>Custom editor to allow selecting one SyncJob for the source catalog version.
-
-
Constructor Summary
Constructors Constructor Description ProcessStateSelectorEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.hybris.backoffice.widgets.notificationarea.NotificationServicegetNotificationService()protected java.util.List<java.lang.String>getProcessAvailableStates(BusinessProcessModel process)protected ProcessDefinitionFactorygetProcessDefinitionFactory()voidrender(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<java.lang.String> context, com.hybris.cockpitng.editors.EditorListener<java.lang.String> listener)
-
-
-
Method Detail
-
render
public void render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<java.lang.String> context, com.hybris.cockpitng.editors.EditorListener<java.lang.String> listener)
-
getProcessAvailableStates
protected java.util.List<java.lang.String> getProcessAvailableStates(BusinessProcessModel process)
-
getProcessDefinitionFactory
protected ProcessDefinitionFactory getProcessDefinitionFactory()
-
getNotificationService
protected com.hybris.backoffice.widgets.notificationarea.NotificationService getNotificationService()
-
-