Uses of Class
com.broadleafcommerce.billing.domain.IntervalBillingRetrySpecs
Packages that use IntervalBillingRetrySpecs
Package
Description
-
Uses of IntervalBillingRetrySpecs in com.broadleafcommerce.billing.domain
Methods in com.broadleafcommerce.billing.domain that return types with arguments of type IntervalBillingRetrySpecsModifier and TypeMethodDescriptionBillingRetrySchedule.getRetries()The retry details associated with this schedule.Method parameters in com.broadleafcommerce.billing.domain with type arguments of type IntervalBillingRetrySpecsModifier and TypeMethodDescriptionvoidBillingRetrySchedule.setRetries(List<IntervalBillingRetrySpecs> retries) The retry details associated with this schedule.Constructor parameters in com.broadleafcommerce.billing.domain with type arguments of type IntervalBillingRetrySpecsModifierConstructorDescriptionBillingRetrySchedule(String id, boolean tryAccountsFromWallet, Integer retryAttemptCount, List<IntervalBillingRetrySpecs> retries) -
Uses of IntervalBillingRetrySpecs in com.broadleafcommerce.billing.job.config
Methods in com.broadleafcommerce.billing.job.config that return types with arguments of type IntervalBillingRetrySpecsModifier and TypeMethodDescriptionprotected List<IntervalBillingRetrySpecs>BillingJobProperties.defaultRetries() -
Uses of IntervalBillingRetrySpecs in com.broadleafcommerce.billing.provider.jpa.domain
Fields in com.broadleafcommerce.billing.provider.jpa.domain with type parameters of type IntervalBillingRetrySpecsModifier and TypeFieldDescriptionprotected List<IntervalBillingRetrySpecs>JpaBillingRetrySchedule.retriesMethods in com.broadleafcommerce.billing.provider.jpa.domain that return types with arguments of type IntervalBillingRetrySpecsMethod parameters in com.broadleafcommerce.billing.provider.jpa.domain with type arguments of type IntervalBillingRetrySpecsModifier and TypeMethodDescriptionvoidJpaBillingRetrySchedule.setRetries(List<IntervalBillingRetrySpecs> retries) -
Uses of IntervalBillingRetrySpecs in com.broadleafcommerce.billing.service.impl
Method parameters in com.broadleafcommerce.billing.service.impl with type arguments of type IntervalBillingRetrySpecsModifier and TypeMethodDescriptionprotected voidDefaultNextBillingRetryDateCalculator.determineNextBillingDate(RetryPayment retryPayment, List<IntervalBillingRetrySpecs> retrySpecs) protected DateDefaultNextBillingRetryDateCalculator.getNextBillDate(RetryPayment retryPayment, List<IntervalBillingRetrySpecs> retrySpecs)