Uses of Class
com.broadleafcommerce.inventory.domain.SkuInventoryReservationRequestGroup
- 
Packages that use SkuInventoryReservationRequestGroup Package Description com.broadleafcommerce.inventory.domain com.broadleafcommerce.inventory.service  - 
- 
Uses of SkuInventoryReservationRequestGroup in com.broadleafcommerce.inventory.domain
Methods in com.broadleafcommerce.inventory.domain that return types with arguments of type SkuInventoryReservationRequestGroup Modifier and Type Method Description List<SkuInventoryReservationRequestGroup>SkuInventoryReservationRequest. getReservationRequestGroups()Logically separate groups into pickup or ship groups, along with items to be adjusted.Method parameters in com.broadleafcommerce.inventory.domain with type arguments of type SkuInventoryReservationRequestGroup Modifier and Type Method Description voidSkuInventoryReservationRequest. setReservationRequestGroups(List<SkuInventoryReservationRequestGroup> reservationRequestGroups)Logically separate groups into pickup or ship groups, along with items to be adjusted. - 
Uses of SkuInventoryReservationRequestGroup in com.broadleafcommerce.inventory.service
Methods in com.broadleafcommerce.inventory.service with parameters of type SkuInventoryReservationRequestGroup Modifier and Type Method Description protected Set<I>DefaultSkuInventoryService. getAlreadyReservedSkuInventories(SkuInventoryReservationRequestGroup group, Map<String,List<InventoryTransaction>> existingSoftReservationsByReference, Map<String,Integer> nonReservedRequestedQuantitiesBySkuReference, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)Reads theSkuInventoryrecords for the reservation request items which already have existing soft reservations.protected List<I>DefaultSkuInventoryService. getAvailableSkuInventories(SkuInventoryReservationRequestGroup group, SkuReferenceFieldType fieldType, Map<String,Integer> totalRequestedQuantitiesBySkuReference, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) 
 -