Uses of Class
com.broadleafcommerce.inventory.domain.ReleaseSkuInventoryReservationResponse
Package
Description
-
Uses of ReleaseSkuInventoryReservationResponse in com.broadleafcommerce.inventory.service
Modifier and TypeMethodDescriptionprotected ReleaseSkuInventoryReservationResponse
DefaultSkuInventoryService.buildReleaseReservationResponse
(@NonNull ReleaseSkuInventoryReservationRequest releaseRequest, @NonNull List<InventoryTransaction> reservationsFound, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Builds aReleaseSkuInventoryReservationResponse
representing the result of releasing reservations.DefaultSkuInventoryService.releaseSkuInventoryReservations
(@NonNull ReleaseSkuInventoryReservationRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) SkuInventoryService.releaseSkuInventoryReservations
(ReleaseSkuInventoryReservationRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Releases inventory reservations based on the givenReleaseSkuInventoryReservationRequest
. -
Uses of ReleaseSkuInventoryReservationResponse in com.broadleafcommerce.inventory.web.endpoint
Modifier and TypeMethodDescriptionSkuInventoryShopEndpoint.releaseInventoryReservation
(jakarta.servlet.http.HttpServletRequest request, ReleaseSkuInventoryReservationRequest releaseRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)