Class AbstractRetrieveOrderEntryStrategy
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.facades.order.strategies.impl.AbstractRetrieveOrderEntryStrategy
- Direct Known Subclasses:
DefaultNDCAlaCarteOfferRetrieveOrderEntryStrategy,DefaultNDCCarrierOfferRetrieveOrderEntryStrategy
The abstract class for retrieve order entry strategies.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected NDCOrderServiceGets ndc order service.protected booleanisSameTransportOfferings(AbstractOrderEntryModel orderEntryModel, List<String> flights) Checks if the list of transport offerings is the same with the one in the order entryvoidsetNdcOrderService(NDCOrderService ndcOrderService) Sets ndc order service.
-
Constructor Details
-
AbstractRetrieveOrderEntryStrategy
public AbstractRetrieveOrderEntryStrategy()
-
-
Method Details
-
isSameTransportOfferings
protected boolean isSameTransportOfferings(AbstractOrderEntryModel orderEntryModel, List<String> flights) Checks if the list of transport offerings is the same with the one in the order entry- Parameters:
orderEntryModel- the order entryflights- the transport offerings- Returns:
- true if the transport offerings is the same.
-
getNdcOrderService
Gets ndc order service.- Returns:
- the ndc order service
-
setNdcOrderService
Sets ndc order service.- Parameters:
ndcOrderService- the ndc order service
-