Uses of Interface
com.broadleafcommerce.billing.service.RefundEventService
Packages that use RefundEventService
Package
Description
-
Uses of RefundEventService in com.broadleafcommerce.billing.job.service.impl
Fields in com.broadleafcommerce.billing.job.service.impl declared as RefundEventServiceModifier and TypeFieldDescriptionprotected RefundEventService<RefundEvent,RefundEventWithDetails> DefaultPaymentAndRefundUpdaterService.refundEventService -
Uses of RefundEventService in com.broadleafcommerce.billing.service.autoconfigure
Methods in com.broadleafcommerce.billing.service.autoconfigure that return RefundEventServiceModifier and TypeMethodDescriptionBillingServiceAutoConfiguration.refundEventService(RefundEventRepository<com.broadleafcommerce.data.tracking.core.Trackable> repo, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper) -
Uses of RefundEventService in com.broadleafcommerce.billing.service.impl
Classes in com.broadleafcommerce.billing.service.impl that implement RefundEventServiceModifier and TypeClassDescriptionclassDefaultRefundEventService<P extends RefundEvent,Q extends RefundEventWithDetails> Fields in com.broadleafcommerce.billing.service.impl declared as RefundEventServiceModifier and TypeFieldDescriptionprotected RefundEventService<RefundEvent,RefundEventWithDetails> DefaultRefundEventDetailService.refundEventService -
Uses of RefundEventService in com.broadleafcommerce.billing.web.endpoint
Fields in com.broadleafcommerce.billing.web.endpoint declared as RefundEventServiceModifier and TypeFieldDescriptionprotected RefundEventService<RefundEvent,RefundEventWithDetails> BillingEventEndpoint.refundEventServiceMethods in com.broadleafcommerce.billing.web.endpoint that return RefundEventServiceModifier and TypeMethodDescriptionprotected RefundEventService<RefundEvent,RefundEventWithDetails> BillingEventWithRefundDetailsEndpoint.getRefundEventService()protected RefundEventService<RefundEvent,RefundEventWithDetails> RefundEventWithDetailsEndpoint.getRefundEventService()Constructors in com.broadleafcommerce.billing.web.endpoint with parameters of type RefundEventServiceModifierConstructorDescriptionBillingEventWithRefundDetailsEndpoint(BillingEventService<BillingEvent, BillingEventDTO, CreateBillingEventRequest> billingEventService, RefundEventService<RefundEvent, RefundEventWithDetails> refundEventService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) RefundEventWithDetailsEndpoint(RefundEventService<RefundEvent, RefundEventWithDetails> refundEventService)