Uses of Class
com.broadleafcommerce.billing.domain.RefundEventItem
Packages that use RefundEventItem
Package
Description
-
Uses of RefundEventItem in com.broadleafcommerce.billing.domain
Methods in com.broadleafcommerce.billing.domain that return types with arguments of type RefundEventItemMethod parameters in com.broadleafcommerce.billing.domain with type arguments of type RefundEventItemModifier and TypeMethodDescriptionvoidRefundEventWithDetails.setRefundEventItems(List<RefundEventItem> refundEventItems) Constructor parameters in com.broadleafcommerce.billing.domain with type arguments of type RefundEventItemModifierConstructorDescriptionRefundEventWithDetails(RefundEvent refundEvent, List<RefundEventItem> refundEventItems, List<RefundEventDetail> refundEventDetails) -
Uses of RefundEventItem in com.broadleafcommerce.billing.service
Classes in com.broadleafcommerce.billing.service with type parameters of type RefundEventItem -
Uses of RefundEventItem in com.broadleafcommerce.billing.service.autoconfigure
Methods in com.broadleafcommerce.billing.service.autoconfigure that return types with arguments of type RefundEventItemModifier and TypeMethodDescriptionBillingServiceAutoConfiguration.refundEventItemService(RefundEventItemRepository<com.broadleafcommerce.data.tracking.core.Trackable> repo, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper) -
Uses of RefundEventItem in com.broadleafcommerce.billing.service.impl
Classes in com.broadleafcommerce.billing.service.impl with type parameters of type RefundEventItemFields in com.broadleafcommerce.billing.service.impl with type parameters of type RefundEventItemModifier and TypeFieldDescriptionprotected RefundEventItemService<RefundEventItem>DefaultRefundEventService.refundEventItemServiceMethods in com.broadleafcommerce.billing.service.impl with parameters of type RefundEventItemModifier and TypeMethodDescriptionprotected voidDefaultRefundEventService.validateRefundAmount(RefundEventItem requestedRefundItem, BillingEventItem billingEventItem, List<BillingEventItemAdjustment> adjustments) protected voidDefaultRefundEventService.validateRefundQuantity(RefundEventItem requestedRefundItem, BillingEventItem billingEventItem, List<RefundEventItem> existingRefundItems) Method parameters in com.broadleafcommerce.billing.service.impl with type arguments of type RefundEventItemModifier and TypeMethodDescriptionprotected voidDefaultRefundEventService.validateRefundQuantity(RefundEventItem requestedRefundItem, BillingEventItem billingEventItem, List<RefundEventItem> existingRefundItems)