Uses of Class
org.openwms.common.transport.api.messages.TransportUnitMO
Packages that use TransportUnitMO
Package
Description
Contains all supported Command types the COMMON Service can handle.
Contains all supported Message types of the COMMON Service TransportUnit API.
Contains the service internal implementation of the Transport management.
Contains event types to listen on 
org.openwms.wms.receiving.transport.TransportUnit TransportUnit changes.- 
Uses of TransportUnitMO in org.openwms.common.transport.api.commands
Fields in org.openwms.common.transport.api.commands declared as TransportUnitMOModifier and TypeFieldDescriptionprivate TransportUnitMOTUCommand.Builder.transportUnitprivate @NotNull @Valid TransportUnitMOTUCommand.transportUnitMethods in org.openwms.common.transport.api.commands that return TransportUnitMOMethods in org.openwms.common.transport.api.commands with parameters of type TransportUnitMOModifier and TypeMethodDescriptionTUCommand.Builder.withTransportUnit(@NotNull TransportUnitMO val) Constructors in org.openwms.common.transport.api.commands with parameters of type TransportUnitMOModifierConstructorDescriptionprotectedTUCommand(TUCommand.Type type, TransportUnitMO transportUnit)  - 
Uses of TransportUnitMO in org.openwms.common.transport.api.messages
Methods in org.openwms.common.transport.api.messages that return TransportUnitMO - 
Uses of TransportUnitMO in org.openwms.wms.receiving.transport
Methods in org.openwms.wms.receiving.transport with parameters of type TransportUnitMOModifier and TypeMethodDescriptionTransportUnitMapper.convertFromMO(TransportUnitMO mo) TransportUnitMapperImpl.convertFromMO(TransportUnitMO mo)  - 
Uses of TransportUnitMO in org.openwms.wms.receiving.transport.event
Methods in org.openwms.wms.receiving.transport.event with parameters of type TransportUnitMOModifier and TypeMethodDescriptionvoidTransportUnitMessageListener.handle(TransportUnitMO mo, String routingKey)