Class FlightChangeOrderReshopStrategy
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.facades.order.strategies.impl.FlightChangeOrderReshopStrategy
- All Implemented Interfaces:
OrderReshopStrategy
The Flight change order reshop strategy.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FlightChangeOrderReshopRSPipelineManagerGets flight change order reshop rs pipeline manager.protected de.hybris.platform.servicelayer.dto.converter.Converter<orderreshoprequest.IATAOrderReshopRQ,RepricingRequestData> Gets order reshop reprice request data converter.protected ShoppingTravelCartFacadeGets shopping travel cart facade.orderreshopresponse.IATAOrderReshopRSreshopOrder(orderreshoprequest.IATAOrderReshopRQ orderReshopRQ) Reshop order iata order reshop rs.voidsetFlightChangeOrderReshopRSPipelineManager(FlightChangeOrderReshopRSPipelineManager flightChangeOrderReshopRSPipelineManager) Sets flight change order reshop rs pipeline manager.voidsetOrderReshopRepriceRequestDataConverter(de.hybris.platform.servicelayer.dto.converter.Converter<orderreshoprequest.IATAOrderReshopRQ, RepricingRequestData> orderReshopRepriceRequestDataConverter) Sets order reshop reprice request data converter.voidsetShoppingTravelCartFacade(ShoppingTravelCartFacade shoppingTravelCartFacade) Sets shopping travel cart facade.
-
Constructor Details
-
FlightChangeOrderReshopStrategy
public FlightChangeOrderReshopStrategy()
-
-
Method Details
-
reshopOrder
public orderreshopresponse.IATAOrderReshopRS reshopOrder(orderreshoprequest.IATAOrderReshopRQ orderReshopRQ) throws NDCException Description copied from interface:OrderReshopStrategyReshop order iata order reshop rs.- Specified by:
reshopOrderin interfaceOrderReshopStrategy- Parameters:
orderReshopRQ- the order reshop rq- Returns:
- the iata order reshop rs
- Throws:
NDCException
-
getFlightChangeOrderReshopRSPipelineManager
Gets flight change order reshop rs pipeline manager.- Returns:
- the flight change order reshop rs pipeline manager
-
setFlightChangeOrderReshopRSPipelineManager
public void setFlightChangeOrderReshopRSPipelineManager(FlightChangeOrderReshopRSPipelineManager flightChangeOrderReshopRSPipelineManager) Sets flight change order reshop rs pipeline manager.- Parameters:
flightChangeOrderReshopRSPipelineManager- the flight change order reshop rs pipeline manager
-
getOrderReshopRepriceRequestDataConverter
protected de.hybris.platform.servicelayer.dto.converter.Converter<orderreshoprequest.IATAOrderReshopRQ,RepricingRequestData> getOrderReshopRepriceRequestDataConverter()Gets order reshop reprice request data converter.- Returns:
- the order reshop reprice request data converter
-
setOrderReshopRepriceRequestDataConverter
public void setOrderReshopRepriceRequestDataConverter(de.hybris.platform.servicelayer.dto.converter.Converter<orderreshoprequest.IATAOrderReshopRQ, RepricingRequestData> orderReshopRepriceRequestDataConverter) Sets order reshop reprice request data converter.- Parameters:
orderReshopRepriceRequestDataConverter- the order reshop reprice request data converter
-
getShoppingTravelCartFacade
Gets shopping travel cart facade.- Returns:
- the shopping travel cart facade
-
setShoppingTravelCartFacade
Sets shopping travel cart facade.- Parameters:
shoppingTravelCartFacade- the shopping travel cart facade
-