Uses of Class
com.broadleafcommerce.billing.exception.InvalidRefundException
Packages that use InvalidRefundException
Package
Description
-
Uses of InvalidRefundException in com.broadleafcommerce.billing.service
Methods in com.broadleafcommerce.billing.service that throw InvalidRefundExceptionModifier and TypeMethodDescriptionRefundEventService.create(Q refundEvenWithDetailsRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Pass theRefundEventWithDetailsto create the @link RefundEvent} andRefundEventDetailentitiesdefault QRefundEventService.createRefundEvent(Q refundEvenWithDetailsRequest) Deprecated. -
Uses of InvalidRefundException in com.broadleafcommerce.billing.service.impl
Methods in com.broadleafcommerce.billing.service.impl that throw InvalidRefundExceptionModifier and TypeMethodDescriptionDefaultRefundEventService.create(Q refundEventWithDetail, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected voidDefaultRefundEventService.validateNewRefundValues(RefundEventWithDetails refundEvent, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected voidDefaultRefundEventService.validateRefundAmount(RefundEventItem requestedRefundItem, BillingEventItem billingEventItem, List<BillingEventItemAdjustment> adjustments) protected voidDefaultRefundEventService.validateRefundQuantity(RefundEventItem requestedRefundItem, BillingEventItem billingEventItem, List<RefundEventItem> existingRefundItems) -
Uses of InvalidRefundException in com.broadleafcommerce.billing.web.endpoint
Methods in com.broadleafcommerce.billing.web.endpoint that throw InvalidRefundExceptionModifier and TypeMethodDescriptionRefundEventWithDetailsEndpoint.createRefundEvent(@Valid RefundEventWithDetails refundEventWithDetailsRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
RefundEventService.create(RefundEventWithDetails, ContextInfo)instead