Uses of Class
com.broadleafcommerce.billing.domain.RefundEvent
Packages that use RefundEvent
Package
Description
-
Uses of RefundEvent in com.broadleafcommerce.billing.domain
Methods in com.broadleafcommerce.billing.domain that return RefundEventModifier and TypeMethodDescriptionRefundDetailsWithRefundAndBillingEvent.getRefundEvent()RefundEventWithDetails.getRefundEvent()Methods in com.broadleafcommerce.billing.domain with parameters of type RefundEventModifier and TypeMethodDescriptionvoidRefundDetailsWithRefundAndBillingEvent.setRefundEvent(RefundEvent refundEvent) voidRefundEventWithDetails.setRefundEvent(RefundEvent refundEvent) Constructors in com.broadleafcommerce.billing.domain with parameters of type RefundEventModifierConstructorDescriptionRefundDetailsWithRefundAndBillingEvent(RefundEvent refundEvent, RefundEventDetail refundEventDetails, BillingEvent billingEvent) RefundEventWithDetails(RefundEvent refundEvent, List<RefundEventItem> refundEventItems, List<RefundEventDetail> refundEventDetails) -
Uses of RefundEvent in com.broadleafcommerce.billing.job.service.impl
Fields in com.broadleafcommerce.billing.job.service.impl with type parameters of type RefundEventModifier and TypeFieldDescriptionprotected RefundEventService<RefundEvent,RefundEventWithDetails> DefaultPaymentAndRefundUpdaterService.refundEventService -
Uses of RefundEvent in com.broadleafcommerce.billing.service
Classes in com.broadleafcommerce.billing.service with type parameters of type RefundEventModifier and TypeInterfaceDescriptioninterfaceRefundEventService<P extends RefundEvent,Q extends RefundEventWithDetails> -
Uses of RefundEvent in com.broadleafcommerce.billing.service.autoconfigure
Methods in com.broadleafcommerce.billing.service.autoconfigure that return types with arguments of type RefundEventModifier and TypeMethodDescriptionBillingServiceAutoConfiguration.refundEventService(RefundEventRepository<com.broadleafcommerce.data.tracking.core.Trackable> repo, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper) -
Uses of RefundEvent in com.broadleafcommerce.billing.service.impl
Classes in com.broadleafcommerce.billing.service.impl with type parameters of type RefundEventModifier and TypeClassDescriptionclassDefaultRefundEventService<P extends RefundEvent,Q extends RefundEventWithDetails> Fields in com.broadleafcommerce.billing.service.impl with type parameters of type RefundEventModifier and TypeFieldDescriptionprotected RefundEventService<RefundEvent,RefundEventWithDetails> DefaultRefundEventDetailService.refundEventServiceMethods in com.broadleafcommerce.billing.service.impl with parameters of type RefundEventModifier and TypeMethodDescriptionprotected BigDecimalDefaultRefundEventService.calculateRefundEventTax(RefundEvent refundEvent, BillingEvent billingEvent) -
Uses of RefundEvent in com.broadleafcommerce.billing.web.endpoint
Fields in com.broadleafcommerce.billing.web.endpoint with type parameters of type RefundEventModifier and TypeFieldDescriptionprotected RefundEventService<RefundEvent,RefundEventWithDetails> BillingEventEndpoint.refundEventServiceMethods in com.broadleafcommerce.billing.web.endpoint that return types with arguments of type RefundEventModifier and TypeMethodDescriptionprotected RefundEventService<RefundEvent,RefundEventWithDetails> BillingEventWithRefundDetailsEndpoint.getRefundEventService()protected RefundEventService<RefundEvent,RefundEventWithDetails> RefundEventWithDetailsEndpoint.getRefundEventService()Methods in com.broadleafcommerce.billing.web.endpoint with parameters of type RefundEventModifier and TypeMethodDescriptionRefundEventWithDetailsEndpoint.updateRefundEvent(String refundEventId, RefundEvent refundEventPatch, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Constructor parameters in com.broadleafcommerce.billing.web.endpoint with type arguments of type RefundEventModifierConstructorDescriptionBillingEventWithRefundDetailsEndpoint(BillingEventService<BillingEvent, BillingEventDTO, CreateBillingEventRequest> billingEventService, RefundEventService<RefundEvent, RefundEventWithDetails> refundEventService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) RefundEventWithDetailsEndpoint(RefundEventService<RefundEvent, RefundEventWithDetails> refundEventService)