Class AbstractOfferDataPaymentTransactionStrategy
java.lang.Object
de.hybris.platform.ndc182facades.facades.order.strategies.impl.AbstractOfferDataPaymentTransactionStrategy
- Direct Known Subclasses:
DefaultNDCAlaCarteOfferDataPaymentTransactionStrategy,DefaultNDCCarrierOfferDataPaymentTransactionStrategy
The ndc 18.2 abstract class of
OrderCreatePaymentTransactionStrategy interface.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected NDCOrderServiceGets ndc order service.protected booleanisSameBoundAndNotInBundle(AbstractOrderEntryModel orderEntry, int originDestRefNumber) Checks if the order entry has same originDestinationRefNumber and same orderEntryGroupNumber.voidsetNdcOrderService(NDCOrderService ndcOrderService) Sets ndc order service.
-
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 entryoriginDestRefNumber- the origin dest ref number- Returns:
- the boolean
-
getNdcOrderService
Gets ndc order service.- Returns:
- the ndc order service
-
setNdcOrderService
Sets ndc order service.- Parameters:
ndcOrderService- the ndc order service
-