Class RuleEngine
java.lang.Object
com.skava.paymentapp.util.paymentoption.RuleEngine
Rule Engine.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getEligiblePaymentOptions
(List<PaymentOptionEntity> paymentOptions, List<PaymentOptionEntity> eligiblePaymentOptions, PaymentDetailInCartDO cartDomain) boolean
orderPeriodRule
(Date fromDate, Date toDate, Date orderDate)
-
Constructor Details
-
RuleEngine
public RuleEngine()
-
-
Method Details
-
getEligiblePaymentOptions
public void getEligiblePaymentOptions(List<PaymentOptionEntity> paymentOptions, List<PaymentOptionEntity> eligiblePaymentOptions, PaymentDetailInCartDO cartDomain) -
orderPeriodRule
-