Uses of Interface
org.openwms.wms.shipping.spi.TransportUnitAllocator
Packages that use TransportUnitAllocator
Package
Description
Contains Spring configuration files and others responsible for the application lifecycle.
-
Uses of TransportUnitAllocator in org.openwms.wms.shipping.app
Methods in org.openwms.wms.shipping.app that return TransportUnitAllocatorModifier and TypeMethodDescription(package private) TransportUnitAllocator
ShippingFeignConfiguration.commonTransportUnitAllocator
(TransportUnitAllocatorApi transportUnitAllocatorApi) (package private) TransportUnitAllocator
ShippingFeignConfiguration.wmsTransportUnitAllocator
(WmsTransportUnitAllocatorApi transportUnitAllocatorApi) -
Uses of TransportUnitAllocator in org.openwms.wms.shipping.spi
Classes in org.openwms.wms.shipping.spi that implement TransportUnitAllocatorModifier and TypeClassDescriptionclass
A FeignTransportUnitAllocator.class
A FeignWmsTransportUnitAllocator.(package private) class
A InmemoryTransportUnitAllocator does not force any remote calls and always returns fixed data. -
Uses of TransportUnitAllocator in org.openwms.wms.shipping.splits
Fields in org.openwms.wms.shipping.splits declared as TransportUnitAllocatorModifier and TypeFieldDescriptionprivate final TransportUnitAllocator
ShippingTransportUnitOrderPositionSplitCreationHandler.allocator
Constructors in org.openwms.wms.shipping.splits with parameters of type TransportUnitAllocatorModifierConstructorDescription(package private)
ShippingTransportUnitOrderPositionSplitCreationHandler
(ShippingTransportUnitOrderPositionSplitRepository splitRepository, TransportUnitAllocator allocator, org.springframework.context.ApplicationEventPublisher publisher)