Uses of Class
com.broadleafcommerce.orderoperation.domain.inventory.SkuInventoryReservationRequestGroup
Packages that use SkuInventoryReservationRequestGroup
Package
Description
-
Uses of SkuInventoryReservationRequestGroup in com.broadleafcommerce.orderoperation.domain.inventory
Methods in com.broadleafcommerce.orderoperation.domain.inventory that return types with arguments of type SkuInventoryReservationRequestGroupModifier and TypeMethodDescriptionSkuInventoryReservationRequest.getReservationRequestGroups()
Logically separate groups into pickup or ship groups, along with items to be adjusted.Method parameters in com.broadleafcommerce.orderoperation.domain.inventory with type arguments of type SkuInventoryReservationRequestGroupModifier and TypeMethodDescriptionvoid
SkuInventoryReservationRequest.setReservationRequestGroups
(List<SkuInventoryReservationRequestGroup> reservationRequestGroups) Logically separate groups into pickup or ship groups, along with items to be adjusted. -
Uses of SkuInventoryReservationRequestGroup in com.broadleafcommerce.orderoperation.service.provider.external
Methods in com.broadleafcommerce.orderoperation.service.provider.external that return SkuInventoryReservationRequestGroupModifier and TypeMethodDescriptionprotected SkuInventoryReservationRequestGroup
ExternalInventoryProvider.buildSkuInventoryReservationRequestGroup
(@NotNull com.broadleafcommerce.order.client.domain.OrderFulfillment fulfillment, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Methods in com.broadleafcommerce.orderoperation.service.provider.external that return types with arguments of type SkuInventoryReservationRequestGroupModifier and TypeMethodDescriptionprotected Optional<SkuInventoryReservationRequestGroup>
ExternalInventoryProvider.populateInventoryReservationRequestGroup
(@NotNull com.broadleafcommerce.order.client.domain.OrderFulfillment fulfillment, Map<String, com.broadleafcommerce.order.client.domain.OrderItem> orderItemMap, Map<String, String> availabilityFailures, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)