Class FindAssignedCustomersEditor

java.lang.Object
com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
de.hybris.platform.customercouponbackoffice.editors.FindAssignedCustomersEditor
All Implemented Interfaces:
com.hybris.cockpitng.editors.CockpitEditorRenderer<Object>, com.hybris.cockpitng.engine.ComponentWidgetAdapterAware

public class FindAssignedCustomersEditor extends com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware implements com.hybris.cockpitng.editors.CockpitEditorRenderer<Object>
Renders the editor area for displaying assigned customers of the current coupon
  • Field Summary

    Fields inherited from interface com.hybris.cockpitng.editors.CockpitEditorRenderer

    INITIAL_EDIT_STRING
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.hybris.backoffice.widgets.advancedsearch.impl.AdvancedSearchInitContext
    createSearchContext(com.hybris.backoffice.widgets.advancedsearch.impl.AdvancedSearchData searchData, com.hybris.cockpitng.engine.WidgetInstanceManager wim, com.hybris.cockpitng.editors.EditorContext<Object> editorContext)
     
    protected com.hybris.cockpitng.core.config.impl.jaxb.hybris.advancedsearch.AdvancedSearch
    loadAdvancedConfiguration(com.hybris.cockpitng.engine.WidgetInstanceManager wim, String name)
     
    void
    render(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FindAssignedCustomersEditor

      public FindAssignedCustomersEditor()
  • 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:
      render in interface com.hybris.cockpitng.editors.CockpitEditorRenderer<Object>
    • createSearchContext

      protected com.hybris.backoffice.widgets.advancedsearch.impl.AdvancedSearchInitContext createSearchContext(com.hybris.backoffice.widgets.advancedsearch.impl.AdvancedSearchData searchData, com.hybris.cockpitng.engine.WidgetInstanceManager wim, com.hybris.cockpitng.editors.EditorContext<Object> editorContext)
    • loadAdvancedConfiguration

      protected com.hybris.cockpitng.core.config.impl.jaxb.hybris.advancedsearch.AdvancedSearch loadAdvancedConfiguration(com.hybris.cockpitng.engine.WidgetInstanceManager wim, String name)