Class DefaultManageScheduleConfirmationHandler

java.lang.Object
de.hybris.platform.transportbackoffice.widgets.scheduleconfiguration.DefaultManageScheduleConfirmationHandler
All Implemented Interfaces:
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler

public class DefaultManageScheduleConfirmationHandler extends Object implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
Default confirmation popup handler for "create-schedule" and "modify-schedule" wizard.
  • Constructor Details

    • DefaultManageScheduleConfirmationHandler

      public DefaultManageScheduleConfirmationHandler()
  • Method Details

    • perform

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

      protected List<ScheduleConfigurationDayModel> getSelectedScheduleConfigDays(com.hybris.cockpitng.core.model.WidgetModel widgetModel)
      Method returns list of ScheduleConfigurationDayModel which are selected.
      Parameters:
      widgetModel - as the widget model
    • getCronjobService

      protected de.hybris.platform.servicelayer.cronjob.CronJobService getCronjobService()
      Returns:
      the cronjobService
    • setCronjobService

      public void setCronjobService(de.hybris.platform.servicelayer.cronjob.CronJobService cronjobService)
      Parameters:
      cronjobService - the cronjobService to set
    • getModelService

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

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

      protected com.hybris.backoffice.widgets.notificationarea.NotificationService getNotificationService()
      Returns:
      the notificationService
    • setNotificationService

      public void setNotificationService(com.hybris.backoffice.widgets.notificationarea.NotificationService notificationService)
      Parameters:
      notificationService - the notificationService to set