Package org.openwms.wms.transport.impl
Class InventoryTransportUnitApiImpl
java.lang.Object
org.openwms.wms.transport.impl.InventoryTransportUnitApiImpl
- All Implemented Interfaces:
 CommonTransportUnitApi
@Profile("!DISTRIBUTED")
@Component
class InventoryTransportUnitApiImpl
extends Object
implements CommonTransportUnitApi
A InventoryTransportUnitApiImpl is a concrete implementation of the 
CommonTransportUnitApi that is used in a non-distributed
 environment, like a single-app deployment, when all services are connected via DI connected.- Author:
 - Heiko Scherrer
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionCreate aTransportUnitwith the given (minimal) information. 
- 
Constructor Details
- 
InventoryTransportUnitApiImpl
InventoryTransportUnitApiImpl() 
 - 
 - 
Method Details
- 
createTU
Create aTransportUnitwith the given (minimal) information.- Specified by:
 createTUin interfaceCommonTransportUnitApi- Parameters:
 actualLocation- The current location of theTransportUnittut- The type (TransportUnitType
 
 -