Uses of Class
com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequest
- 
Packages that use SkuInventoryReservationRequest Package Description com.broadleafcommerce.cartoperation.service.provider.external  - 
- 
Uses of SkuInventoryReservationRequest in com.broadleafcommerce.cartoperation.service.provider.external
Methods in com.broadleafcommerce.cartoperation.service.provider.external that return types with arguments of type SkuInventoryReservationRequest Modifier and Type Method Description protected Optional<SkuInventoryReservationRequest>ExternalInventoryProvider. buildInventoryReservationRequest(@NonNull com.broadleafcommerce.cart.client.domain.Cart cart, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)This allows implementors to build aSkuInventoryReservationRequestor return an emptyOptionalif no external request should be made (e.g. 
 -