Uses of Class
com.broadleafcommerce.billing.domain.RefundEventWithDetails
Packages that use RefundEventWithDetails
Package
Description
-
Uses of RefundEventWithDetails in com.broadleafcommerce.billing.domain
Methods in com.broadleafcommerce.billing.domain that return types with arguments of type RefundEventWithDetailsModifier and TypeMethodDescriptionBillingEventDTOWithRefunds.getRefundEventsWithDetails()List of related refund events with their items and detailsMethod parameters in com.broadleafcommerce.billing.domain with type arguments of type RefundEventWithDetailsModifier and TypeMethodDescriptionvoidBillingEventDTOWithRefunds.setRefundEventsWithDetails(List<RefundEventWithDetails> refundEventsWithDetails) List of related refund events with their items and detailsConstructor parameters in com.broadleafcommerce.billing.domain with type arguments of type RefundEventWithDetailsModifierConstructorDescriptionBillingEventDTOWithRefunds(BillingEventDTO billingEventDTO, List<RefundEventWithDetails> refundEventsWithDetails) -
Uses of RefundEventWithDetails in com.broadleafcommerce.billing.job.service.impl
Fields in com.broadleafcommerce.billing.job.service.impl with type parameters of type RefundEventWithDetailsModifier and TypeFieldDescriptionprotected RefundEventService<RefundEvent,RefundEventWithDetails> DefaultPaymentAndRefundUpdaterService.refundEventService -
Uses of RefundEventWithDetails in com.broadleafcommerce.billing.service
Classes in com.broadleafcommerce.billing.service with type parameters of type RefundEventWithDetailsModifier and TypeInterfaceDescriptioninterfaceRefundEventService<P extends RefundEvent,Q extends RefundEventWithDetails> -
Uses of RefundEventWithDetails in com.broadleafcommerce.billing.service.autoconfigure
Methods in com.broadleafcommerce.billing.service.autoconfigure that return types with arguments of type RefundEventWithDetailsModifier and TypeMethodDescriptionBillingServiceAutoConfiguration.refundEventService(RefundEventRepository<com.broadleafcommerce.data.tracking.core.Trackable> repo, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper) -
Uses of RefundEventWithDetails in com.broadleafcommerce.billing.service.impl
Classes in com.broadleafcommerce.billing.service.impl with type parameters of type RefundEventWithDetailsModifier and TypeClassDescriptionclassDefaultRefundEventService<P extends RefundEvent,Q extends RefundEventWithDetails> Fields in com.broadleafcommerce.billing.service.impl with type parameters of type RefundEventWithDetailsModifier and TypeFieldDescriptionprotected RefundEventService<RefundEvent,RefundEventWithDetails> DefaultRefundEventDetailService.refundEventServiceMethods in com.broadleafcommerce.billing.service.impl with parameters of type RefundEventWithDetailsModifier and TypeMethodDescriptionprotected voidDefaultRefundEventService.validateNewRefundValues(RefundEventWithDetails refundEvent, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of RefundEventWithDetails in com.broadleafcommerce.billing.web.endpoint
Fields in com.broadleafcommerce.billing.web.endpoint with type parameters of type RefundEventWithDetailsModifier and TypeFieldDescriptionprotected RefundEventService<RefundEvent,RefundEventWithDetails> BillingEventEndpoint.refundEventServiceMethods in com.broadleafcommerce.billing.web.endpoint that return RefundEventWithDetailsModifier and TypeMethodDescriptionRefundEventWithDetailsEndpoint.abortRefundEvent(String refundEventId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) RefundEventWithDetailsEndpoint.createRefundEvent(@Valid RefundEventWithDetails refundEventWithDetailsRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) RefundEventWithDetailsEndpoint.readByRefundEventId(String refundEventId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) RefundEventWithDetailsEndpoint.updateRefundEvent(String refundEventId, RefundEvent refundEventPatch, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Methods in com.broadleafcommerce.billing.web.endpoint that return types with arguments of type RefundEventWithDetailsModifier and TypeMethodDescriptionprotected RefundEventService<RefundEvent,RefundEventWithDetails> BillingEventWithRefundDetailsEndpoint.getRefundEventService()protected RefundEventService<RefundEvent,RefundEventWithDetails> RefundEventWithDetailsEndpoint.getRefundEventService()RefundEventWithDetailsEndpoint.readAllRefundsByEventId(String eventId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Methods in com.broadleafcommerce.billing.web.endpoint with parameters of type RefundEventWithDetailsModifier and TypeMethodDescriptionRefundEventWithDetailsEndpoint.createRefundEvent(@Valid RefundEventWithDetails refundEventWithDetailsRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Method parameters in com.broadleafcommerce.billing.web.endpoint with type arguments of type RefundEventWithDetailsModifier and TypeMethodDescriptionprotected List<BillingEventDTOWithRefunds>BillingEventEndpoint.mapBillingEventsToRefunds(Collection<BillingEventDTO> billingEvents, Map<String, List<RefundEventWithDetails>> refunds) protected List<BillingEventDTOWithRefunds>BillingEventWithRefundDetailsEndpoint.mapBillingEventsToRefunds(Collection<BillingEventDTO> billingEvents, Map<String, List<RefundEventWithDetails>> refunds) Constructor parameters in com.broadleafcommerce.billing.web.endpoint with type arguments of type RefundEventWithDetailsModifierConstructorDescriptionBillingEventWithRefundDetailsEndpoint(BillingEventService<BillingEvent, BillingEventDTO, CreateBillingEventRequest> billingEventService, RefundEventService<RefundEvent, RefundEventWithDetails> refundEventService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) RefundEventWithDetailsEndpoint(RefundEventService<RefundEvent, RefundEventWithDetails> refundEventService)