Interface CustomizedBillingProcessRepository<D extends com.broadleafcommerce.data.tracking.core.Trackable>

All Known Subinterfaces:
BillingProcessRepository<D>, JpaBillingProcessRepository<D>
All Known Implementing Classes:
JpaCustomizedBillingProcessRepository

public interface CustomizedBillingProcessRepository<D extends com.broadleafcommerce.data.tracking.core.Trackable>
  • Method Details

    • findByPaymentOrRefundId

      @Deprecated(since="1.0.0") @Policy(operationTypes=READ) default List<D> findByPaymentOrRefundId(String billingEventPaymentId)
    • findByPaymentOrRefundId

      @Policy(operationTypes=READ) List<D> findByPaymentOrRefundId(String billingEventPaymentId, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
    • findByPaymentOrRefundIdIn

      @Deprecated(since="1.0.0") @Policy(operationTypes=READ) default List<D> findByPaymentOrRefundIdIn(List<String> billingEventPaymentIds)
    • findByPaymentOrRefundIdIn

      @Policy(operationTypes=READ) List<D> findByPaymentOrRefundIdIn(List<String> billingEventPaymentIds, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)