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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BookingServiceprotected de.hybris.platform.order.CartServiceprotected RatePlanServiceprotected de.hybris.platform.servicelayer.time.TimeServiceprotected TravelCartService]voidsetBookingService(BookingService bookingService) voidsetCartService(de.hybris.platform.order.CartService cartService) voidsetRatePlanService(RatePlanService ratePlanService) voidsetTimeService(de.hybris.platform.servicelayer.time.TimeService timeService) voidsetTravelCartService(TravelCartService travelCartService)
-
Constructor Details
-
DefaultChangeDatesOrderTotalToPayStrategy
public DefaultChangeDatesOrderTotalToPayStrategy()
-
-
Method Details
-
calculate
- Specified by:
calculatein interfaceChangeDatesOrderTotalToPayStrategy
-
getBookingService
- Returns:
- the bookingService
-
setBookingService
- 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
- Returns:
- the ratePlanService
-
setRatePlanService
- 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
]- Returns:
- the travelCartService
-
setTravelCartService
- Parameters:
travelCartService- the travelCartService to set
-