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 TransportUnitMO
TUCommand.Builder.transportUnit
private @NotNull @Valid TransportUnitMO
TUCommand.transportUnit
Methods 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 TransportUnitMOModifierConstructorDescriptionprotected
TUCommand
(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 TypeMethodDescriptionvoid
TransportUnitMessageListener.handle
(TransportUnitMO mo, String routingKey)