Class ManageTransportOfferingForScheduleConfigurationJob

java.lang.Object
de.hybris.platform.servicelayer.cronjob.AbstractJobPerformable<ManageTransportOfferingForScheduleConfigurationCronJobModel>
de.hybris.platform.travelbackofficeservices.cronjob.ManageTransportOfferingForScheduleConfigurationJob
All Implemented Interfaces:
de.hybris.platform.servicelayer.cronjob.JobPerformable<ManageTransportOfferingForScheduleConfigurationCronJobModel>

public class ManageTransportOfferingForScheduleConfigurationJob extends de.hybris.platform.servicelayer.cronjob.AbstractJobPerformable<ManageTransportOfferingForScheduleConfigurationCronJobModel>
This job is responsible for creating/modifying instances of TransportOfferingModel based on ScheduleConfigurationDayModel created in backoffice.
  • Constructor Details

    • ManageTransportOfferingForScheduleConfigurationJob

      public ManageTransportOfferingForScheduleConfigurationJob()
  • Method Details

    • perform

      public de.hybris.platform.servicelayer.cronjob.PerformResult perform(ManageTransportOfferingForScheduleConfigurationCronJobModel scheduleConfigurationCronJob)
      Specified by:
      perform in interface de.hybris.platform.servicelayer.cronjob.JobPerformable<ManageTransportOfferingForScheduleConfigurationCronJobModel>
      Specified by:
      perform in class de.hybris.platform.servicelayer.cronjob.AbstractJobPerformable<ManageTransportOfferingForScheduleConfigurationCronJobModel>
    • getModelService

      protected de.hybris.platform.servicelayer.model.ModelService getModelService()
      Gets model service.
      Returns:
      the model service
    • getBackofficeTransportOfferingService

      protected BackofficeTransportOfferingService getBackofficeTransportOfferingService()
      Gets backoffice transport offering service.
      Returns:
      the backoffice transport offering service
    • setBackofficeTransportOfferingService

      public void setBackofficeTransportOfferingService(BackofficeTransportOfferingService backofficeTransportOfferingService)
      Sets backoffice transport offering service.
      Parameters:
      backofficeTransportOfferingService - the backoffice transport offering service
    • getTravelBackofficeNotificationUtils

      protected TravelBackofficeNotificationUtils getTravelBackofficeNotificationUtils()
      Returns:
      the travelBackofficeNotificationUtils
    • setTravelBackofficeNotificationUtils

      public void setTravelBackofficeNotificationUtils(TravelBackofficeNotificationUtils travelBackofficeNotificationUtils)
      Parameters:
      travelBackofficeNotificationUtils - the travelBackofficeNotificationUtils to set