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<java.lang.Object>,com.hybris.cockpitng.engine.ComponentWidgetAdapterAware
public class TicketStateEditor extends com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware implements com.hybris.cockpitng.editors.CockpitEditorRenderer<java.lang.Object>
-
-
Field Summary
Fields Modifier and Type Field Description protected com.hybris.cockpitng.labels.LabelServicelabelServiceprotected ModelServicemodelServiceprotected com.hybris.cockpitng.util.notifications.NotificationServicenotificationServicestatic java.lang.StringOUTPUT_SOCKETstatic java.lang.StringTICKET_CLOSE_WIZARDstatic java.lang.StringTICKET_REOPEN_WIZARDprotected TicketBusinessServiceticketBusinessServiceprotected UserServiceuserService
-
Constructor Summary
Constructors Constructor Description TicketStateEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.Object>createWizardContext(java.lang.String typeName, CsTicketModel ticket, com.hybris.cockpitng.engine.WidgetInstanceManager wim)voidrender(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<java.lang.Object> context, com.hybris.cockpitng.editors.EditorListener<java.lang.Object> listener)
-
-
-
Field Detail
-
ticketBusinessService
protected TicketBusinessService ticketBusinessService
-
userService
protected UserService userService
-
modelService
protected ModelService modelService
-
labelService
protected com.hybris.cockpitng.labels.LabelService labelService
-
notificationService
protected com.hybris.cockpitng.util.notifications.NotificationService notificationService
-
OUTPUT_SOCKET
public static final java.lang.String OUTPUT_SOCKET
- See Also:
- Constant Field Values
-
TICKET_CLOSE_WIZARD
public static final java.lang.String TICKET_CLOSE_WIZARD
- See Also:
- Constant Field Values
-
TICKET_REOPEN_WIZARD
public static final java.lang.String TICKET_REOPEN_WIZARD
- See Also:
- Constant Field Values
-
-
Method Detail
-
render
public void render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<java.lang.Object> context, com.hybris.cockpitng.editors.EditorListener<java.lang.Object> listener)- Specified by:
renderin interfacecom.hybris.cockpitng.editors.CockpitEditorRenderer<java.lang.Object>
-
createWizardContext
protected java.util.Map<java.lang.String,java.lang.Object> createWizardContext(java.lang.String typeName, CsTicketModel ticket, com.hybris.cockpitng.engine.WidgetInstanceManager wim)
-
-