Package com.broadleafcommerce.orderoperation.service
@NonNullApi
package com.broadleafcommerce.orderoperation.service
-
ClassDescriptionDefaultOrderHistoryService<O extends com.broadleafcommerce.order.client.domain.Order,
F extends com.broadleafcommerce.order.client.domain.OrderFulfillment, R extends com.broadleafcommerce.order.client.domain.ReturnAuthorization> An intermediary data structure used internally byReturnOperationService
to hold all the relevant data regarding confirms and existing returns, to prevent processing the data multiple times and make it easier to pass the data between methods.Contains methods to help with fulfillment operations, such as calculating specific totals for a fulfillment.Responsible for managing operations on fulfillments.OrderHistoryService<O extends com.broadleafcommerce.order.client.domain.Order,OF extends OrderWithFulfillmentsAndReturns> Service API forOrder
history for customers.Responsible for managing operations on returns.