Interface SubscriptionNextBillDateProcessor
- All Known Implementing Classes:
AbstractSubscriptionNextBillDateProcessor,AnnualSubscriptionNextBillDateProcessor,BiannualSubscriptionNextBillDateProcessor,Every30DaysSubscriptionNextBillDateProcessor,ManualSubscriptionNextBillDateProcessor,MonthlySubscriptionNextBillDateProcessor,NonRenewingSubscriptionNextBillDateProcessor,QuarterlySubscriptionNextBillDateProcessor,WeeklySubscriptionNextBillDateProcessor
public interface SubscriptionNextBillDateProcessor
-
Method Summary
Modifier and TypeMethodDescriptioncalculateNextBillDate(Subscription subscription, Date startDate) Calculate the next bill date for theSubscriptionbooleancanCalculateNextBillDate(Subscription subscription) Determine if this processor can calculate the next bill date for theSubscription
-
Method Details
-
canCalculateNextBillDate
Determine if this processor can calculate the next bill date for theSubscription -
calculateNextBillDate
Calculate the next bill date for theSubscription
-