Class StaticPackagePreviewHandler

java.lang.Object
de.hybris.platform.staticpackagebackoffice.handler.StaticPackagePreviewHandler
All Implemented Interfaces:
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler

public class StaticPackagePreviewHandler extends Object implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
Preview Handler for the Create Static Package Wizard
  • Field Details

  • Constructor Details

    • StaticPackagePreviewHandler

      public StaticPackagePreviewHandler()
  • Method Details

    • perform

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

      protected de.hybris.platform.servicelayer.model.ModelService getModelService()
      Returns:
      modelService
    • setModelService

      public void setModelService(de.hybris.platform.servicelayer.model.ModelService modelService)
      Parameters:
      modelService - the modelService to set
    • getNotificationService

      protected com.hybris.cockpitng.util.notifications.NotificationService getNotificationService()
      Returns:
      notificationService
    • setNotificationService

      public void setNotificationService(com.hybris.cockpitng.util.notifications.NotificationService notificationService)
      Parameters:
      notificationService - the notificationService to set
    • getStaticPackageService

      protected StaticPackageService getStaticPackageService()
      Returns:
      staticPackageService
    • setStaticPackageService

      public void setStaticPackageService(StaticPackageService staticPackageService)
      Parameters:
      staticPackageService - the staticPackageService to set