Class AbstractRetrieveOrderEntryStrategy

java.lang.Object
de.hybris.platform.ndc182shoppingfacades.facades.order.strategies.impl.AbstractRetrieveOrderEntryStrategy
Direct Known Subclasses:
DefaultNDCAlaCarteOfferRetrieveOrderEntryStrategy, DefaultNDCCarrierOfferRetrieveOrderEntryStrategy

public class AbstractRetrieveOrderEntryStrategy extends Object
The abstract class for retrieve order entry strategies.
  • 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 entry
      flights - the transport offerings
      Returns:
      true if the transport offerings is the same.
    • getNdcOrderService

      protected NDCOrderService getNdcOrderService()
      Gets ndc order service.
      Returns:
      the ndc order service
    • setNdcOrderService

      public void setNdcOrderService(NDCOrderService ndcOrderService)
      Sets ndc order service.
      Parameters:
      ndcOrderService - the ndc order service