Class DefaultChangeDatesOrderTotalToPayStrategy

java.lang.Object
de.hybris.platform.travelservices.strategies.payment.changedates.impl.DefaultChangeDatesOrderTotalToPayStrategy
All Implemented Interfaces:
ChangeDatesOrderTotalToPayStrategy

public class DefaultChangeDatesOrderTotalToPayStrategy extends Object implements ChangeDatesOrderTotalToPayStrategy
The type Default change dates order total to pay strategy. Implementation of ChangeDatesOrderTotalToPayStrategy
  • Constructor Details

    • DefaultChangeDatesOrderTotalToPayStrategy

      public DefaultChangeDatesOrderTotalToPayStrategy()
  • Method Details

    • calculate

      public BigDecimal calculate()
      Specified by:
      calculate in interface ChangeDatesOrderTotalToPayStrategy
    • getBookingService

      protected BookingService getBookingService()
      Returns:
      the bookingService
    • setBookingService

      public void setBookingService(BookingService bookingService)
      Parameters:
      bookingService - the bookingService to set
    • getCartService

      protected de.hybris.platform.order.CartService getCartService()
      Returns:
      the cartService
    • setCartService

      public void setCartService(de.hybris.platform.order.CartService cartService)
      Parameters:
      cartService - the cartService to set
    • getRatePlanService

      protected RatePlanService getRatePlanService()
      Returns:
      the ratePlanService
    • setRatePlanService

      public void setRatePlanService(RatePlanService ratePlanService)
      Parameters:
      ratePlanService - the ratePlanService to set
    • getTimeService

      protected de.hybris.platform.servicelayer.time.TimeService getTimeService()
      Returns:
      the timeService
    • setTimeService

      public void setTimeService(de.hybris.platform.servicelayer.time.TimeService timeService)
      Parameters:
      timeService - the timeService to set
    • getTravelCartService

      protected TravelCartService getTravelCartService()
      ]
      Returns:
      the travelCartService
    • setTravelCartService

      public void setTravelCartService(TravelCartService travelCartService)
      Parameters:
      travelCartService - the travelCartService to set