Class TicketStateEditor
java.lang.Object
com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
de.hybris.platform.customersupportbackoffice.editor.TicketStateEditor
- All Implemented Interfaces:
com.hybris.cockpitng.editors.CockpitEditorRenderer<Object>,com.hybris.cockpitng.engine.ComponentWidgetAdapterAware
public class TicketStateEditor
extends com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
implements com.hybris.cockpitng.editors.CockpitEditorRenderer<Object>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.hybris.cockpitng.labels.LabelServiceprotected ModelServiceprotected com.hybris.cockpitng.util.notifications.NotificationServicestatic final Stringstatic final Stringstatic final Stringprotected TicketBusinessServiceprotected UserServiceFields inherited from interface com.hybris.cockpitng.editors.CockpitEditorRenderer
INITIAL_EDIT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateWizardContext(String typeName, CsTicketModel ticket, com.hybris.cockpitng.engine.WidgetInstanceManager wim) voidrender(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<Object> context, com.hybris.cockpitng.editors.EditorListener<Object> listener) Methods inherited from class com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
addSocketInputEventListener, getComponentID, handleSocketInputEvent, initialize, initializeDefaultEventListeners, registerStubInstance, sendOutput, setComponentID, unregisterStubInstance
-
Field Details
-
ticketBusinessService
-
userService
-
modelService
-
labelService
protected com.hybris.cockpitng.labels.LabelService labelService -
notificationService
protected com.hybris.cockpitng.util.notifications.NotificationService notificationService -
OUTPUT_SOCKET
- See Also:
-
TICKET_CLOSE_WIZARD
- See Also:
-
TICKET_REOPEN_WIZARD
- See Also:
-
-
Constructor Details
-
TicketStateEditor
public TicketStateEditor()
-
-
Method Details
-
render
public void render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<Object> context, com.hybris.cockpitng.editors.EditorListener<Object> listener) - Specified by:
renderin interfacecom.hybris.cockpitng.editors.CockpitEditorRenderer<Object>
-
createWizardContext
protected Map<String,Object> createWizardContext(String typeName, CsTicketModel ticket, com.hybris.cockpitng.engine.WidgetInstanceManager wim)
-