Uses of Interface
org.openwms.wms.shipping.spi.InventoryAllocator
Packages that use InventoryAllocator
-
Uses of InventoryAllocator in org.openwms.wms.shipping.spi
Classes in org.openwms.wms.shipping.spi that implement InventoryAllocatorModifier and TypeClassDescription(package private) class
A FeignAllocator uses an external API to search for available products.(package private) class
A InmemoryAllocator does not force any remote calls and always returns fixed data. -
Uses of InventoryAllocator in org.openwms.wms.shipping.splits
Fields in org.openwms.wms.shipping.splits declared as InventoryAllocatorModifier and TypeFieldDescriptionprivate final InventoryAllocator
ShippingOrderPositionSplitCreationHandler.allocator
Constructors in org.openwms.wms.shipping.splits with parameters of type InventoryAllocatorModifierConstructorDescription(package private)
ShippingOrderPositionSplitCreationHandler
(ShippingOrderPositionSplitRepository splitRepository, InventoryAllocator allocator, org.springframework.context.ApplicationEventPublisher publisher)