Class DefaultRefundEventDetailFinder<P extends RefundDetailsWithRefundAndBillingEvent>
java.lang.Object
com.broadleafcommerce.billing.job.service.impl.DefaultRefundEventDetailFinder<P>
- All Implemented Interfaces:
RefundEventDetailFinder<P>
public class DefaultRefundEventDetailFinder<P extends RefundDetailsWithRefundAndBillingEvent>
extends Object
implements RefundEventDetailFinder<P>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindNewRefundDetailByBillDateRange(Date startDate, Date endDate, Integer recordLimit, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) findRetryRefundDetailByRetryDateRange(Date startDate, Date endDate, Integer recordLimit, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.broadleafcommerce.billing.job.service.RefundEventDetailFinder
findNewRefundDetailByBillDateRange, findRetryRefundDetailByRetryDateRange
-
Field Details
-
refundEventDetailService
@Autowired protected RefundEventDetailService<RefundEventDetail,P extends RefundDetailsWithRefundAndBillingEvent> refundEventDetailService
-
-
Constructor Details
-
DefaultRefundEventDetailFinder
public DefaultRefundEventDetailFinder()
-
-
Method Details
-
findNewRefundDetailByBillDateRange
@NonNull public List<P> findNewRefundDetailByBillDateRange(Date startDate, @NonNull Date endDate, @NonNull Integer recordLimit, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) - Specified by:
findNewRefundDetailByBillDateRangein interfaceRefundEventDetailFinder<P extends RefundDetailsWithRefundAndBillingEvent>
-
findRetryRefundDetailByRetryDateRange
@NonNull public List<P> findRetryRefundDetailByRetryDateRange(Date startDate, @NonNull Date endDate, @NonNull Integer recordLimit, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) - Specified by:
findRetryRefundDetailByRetryDateRangein interfaceRefundEventDetailFinder<P extends RefundDetailsWithRefundAndBillingEvent>
-