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 aTransportUnit
with the given (minimal) information.
-
Constructor Details
-
InventoryTransportUnitApiImpl
InventoryTransportUnitApiImpl()
-
-
Method Details
-
createTU
Create aTransportUnit
with the given (minimal) information.- Specified by:
createTU
in interfaceCommonTransportUnitApi
- Parameters:
actualLocation
- The current location of theTransportUnit
tut
- The type (TransportUnitType
-