Interface BillingEventPaymentFinder<P extends BillingEventPaymentWithEvent>
- All Known Implementing Classes:
DefaultBillingEventPaymentFinder
public interface BillingEventPaymentFinder<P extends BillingEventPaymentWithEvent>
-
Method Summary
Modifier and TypeMethodDescriptionfindNewPaymentsByBillDateRange(Date startDate, Date endDate, Integer recordLimit) Deprecated.findNewPaymentsByBillDateRange(Date startDate, Date endDate, Integer recordLimit, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) findNewPaymentsByStatusAndBillingEventIds(List<String> billingEventIds, Integer recordLimit) Deprecated.findNewPaymentsByStatusAndBillingEventIds(List<String> billingEventIds, Integer recordLimit, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) findRetryPaymentsByRetryDateRange(Date startDate, Date endDate, Integer recordLimit) Deprecated.findRetryPaymentsByRetryDateRange(Date startDate, Date endDate, Integer recordLimit, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
-
Method Details
-
findNewPaymentsByBillDateRange
@Deprecated(since="1.0.0") default List<P> findNewPaymentsByBillDateRange(@Nullable Date startDate, Date endDate, Integer recordLimit) Deprecated. -
findNewPaymentsByBillDateRange
-
findRetryPaymentsByRetryDateRange
@Deprecated(since="1.0.0") default List<P> findRetryPaymentsByRetryDateRange(@Nullable Date startDate, Date endDate, Integer recordLimit) Deprecated. -
findRetryPaymentsByRetryDateRange
-
findNewPaymentsByStatusAndBillingEventIds
@Deprecated(since="1.0.0") default List<P> findNewPaymentsByStatusAndBillingEventIds(List<String> billingEventIds, Integer recordLimit) Deprecated. -
findNewPaymentsByStatusAndBillingEventIds
-
findNewPaymentsByBillDateRange(Date, Date, Integer, ContextInfo)instead