Class CreateVendorWizardHandler

java.lang.Object
de.hybris.platform.marketplacebackoffice.widgets.CreateVendorWizardHandler
All Implemented Interfaces:
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler

public class CreateVendorWizardHandler extends Object implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
Custom handler to handle saving a vendor.
  • Constructor Details

    • CreateVendorWizardHandler

      public CreateVendorWizardHandler()
  • Method Details

    • perform

      public void perform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, Map<String,String> args)
      Specified by:
      perform in interface com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
    • getBackofficeConstraintGroup

      protected ConstraintGroupModel getBackofficeConstraintGroup()
    • publishEvent

      protected void publishEvent(String eventName, Object object, com.hybris.cockpitng.dataaccess.context.Context ctx)
    • populateEventContext

      protected void populateEventContext(com.hybris.cockpitng.dataaccess.context.Context source, com.hybris.cockpitng.core.events.impl.DefaultCockpitEvent destination)
    • isCockpitEventNotificationDisabledInCtx

      protected boolean isCockpitEventNotificationDisabledInCtx(com.hybris.cockpitng.dataaccess.context.Context ctx)
    • getCockpitEventQueue

      protected com.hybris.cockpitng.core.events.CockpitEventQueue getCockpitEventQueue()
    • setCockpitEventQueue

      public void setCockpitEventQueue(com.hybris.cockpitng.core.events.CockpitEventQueue cockpitEventQueue)
    • getVendorService

      protected VendorService getVendorService()
    • setVendorService

      public void setVendorService(VendorService vendorService)
    • getModelService

      protected ModelService getModelService()
    • setModelService

      public void setModelService(ModelService modelService)
    • getValidationService

      protected ValidationService getValidationService()
    • setValidationService

      public void setValidationService(ValidationService validationService)
    • getFlexibleSearchService

      protected FlexibleSearchService getFlexibleSearchService()
    • setFlexibleSearchService

      public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)