Interface RefundEventDetailFinder<P extends RefundDetailsWithRefundAndBillingEvent>
- All Known Implementing Classes:
DefaultRefundEventDetailFinder
public interface RefundEventDetailFinder<P extends RefundDetailsWithRefundAndBillingEvent>
-
Method Summary
Modifier and TypeMethodDescriptionfindNewRefundDetailByBillDateRange(Date startDate, Date endDate, Integer recordLimit) Deprecated.findNewRefundDetailByBillDateRange(Date startDate, Date endDate, Integer recordLimit, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) findRetryRefundDetailByRetryDateRange(Date startDate, Date endDate, Integer recordLimit) Deprecated.findRetryRefundDetailByRetryDateRange(Date startDate, Date endDate, Integer recordLimit, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
-
Method Details
-
findNewRefundDetailByBillDateRange
@Deprecated(since="1.0.0") @NonNull default List<P> findNewRefundDetailByBillDateRange(Date startDate, @NonNull Date endDate, @NonNull Integer recordLimit) Deprecated. -
findNewRefundDetailByBillDateRange
-
findRetryRefundDetailByRetryDateRange
@Deprecated(since="1.0.0") @NonNull default List<P> findRetryRefundDetailByRetryDateRange(Date startDate, @NonNull Date endDate, @NonNull Integer recordLimit) Deprecated. -
findRetryRefundDetailByRetryDateRange
-
findNewRefundDetailByBillDateRange(Date, Date, Integer, ContextInfo)instead