Class AbstractOfferDataPaymentTransactionStrategy

java.lang.Object
de.hybris.platform.ndc182facades.facades.order.strategies.impl.AbstractOfferDataPaymentTransactionStrategy
Direct Known Subclasses:
DefaultNDCAlaCarteOfferDataPaymentTransactionStrategy, DefaultNDCCarrierOfferDataPaymentTransactionStrategy

public abstract class AbstractOfferDataPaymentTransactionStrategy extends Object
The ndc 18.2 abstract class of OrderCreatePaymentTransactionStrategy interface.
  • Constructor Details

    • AbstractOfferDataPaymentTransactionStrategy

      public AbstractOfferDataPaymentTransactionStrategy()
  • Method Details

    • isSameBoundAndNotInBundle

      protected boolean isSameBoundAndNotInBundle(AbstractOrderEntryModel orderEntry, int originDestRefNumber)
      Checks if the order entry has same originDestinationRefNumber and same orderEntryGroupNumber.
      Parameters:
      orderEntry - the order entry
      originDestRefNumber - the origin dest ref number
      Returns:
      the boolean
    • 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