Class DefaultProsOrderRepriceFacade

java.lang.Object
de.hybris.platform.shoppingfacades.order.impl.DefaultShoppingOrderRepriceFacade
de.hybris.platform.prosfacades.repricer.impl.DefaultProsOrderRepriceFacade
All Implemented Interfaces:
ShoppingOrderRepriceFacade

public class DefaultProsOrderRepriceFacade extends DefaultShoppingOrderRepriceFacade
The Default pros order reprice facade.
  • Constructor Details

    • DefaultProsOrderRepriceFacade

      public DefaultProsOrderRepriceFacade()
  • Method Details

    • orderReprice

      public EvaluateCancelSolutionResponseData orderReprice(RepricingRequestData repricingRequestData) throws SolutionCancelException
      Order reprice evaluate cancel solution response data.
      Specified by:
      orderReprice in interface ShoppingOrderRepriceFacade
      Specified by:
      orderReprice in class DefaultShoppingOrderRepriceFacade
      Parameters:
      repricingRequestData - the repricing request data
      Returns:
      the evaluate cancel solution response data
      Throws:
      SolutionCancelException - the solution cancel exception
    • getBookingService

      protected BookingService getBookingService()
      Gets booking service.
      Returns:
      the booking service
    • setBookingService

      public void setBookingService(BookingService bookingService)
      Sets booking service.
      Parameters:
      bookingService - the booking service
    • getTravelOrderCodeIdentificationStrategy

      protected TravelOrderCodeIdentificationStrategy getTravelOrderCodeIdentificationStrategy()
      Gets travel order code identification strategy.
      Returns:
      the travel order code identification strategy
    • setTravelOrderCodeIdentificationStrategy

      public void setTravelOrderCodeIdentificationStrategy(TravelOrderCodeIdentificationStrategy travelOrderCodeIdentificationStrategy)
      Sets travel order code identification strategy.
      Parameters:
      travelOrderCodeIdentificationStrategy - the travel order code identification strategy
    • getShoppingTravelCartFacade

      protected ShoppingTravelCartFacade getShoppingTravelCartFacade()
      Gets shopping travel cart facade.
      Returns:
      the shopping travel cart facade
    • setShoppingTravelCartFacade

      public void setShoppingTravelCartFacade(ShoppingTravelCartFacade shoppingTravelCartFacade)
      Sets shopping travel cart facade.
      Parameters:
      shoppingTravelCartFacade - the shopping travel cart facade