Uses of Class
org.openwms.tms.Message
Packages that use Message
Package
Description
The outer module package contains functional interfaces and entities.
This package contains the implementation classes that shall not be used directly only through interfaces.
This package contains classes according to TransportOrder redirection.
This package contains logic for participating in the removal strategies.
-
Uses of Message in org.openwms.tms
Fields in org.openwms.tms declared as MessageModifier and TypeFieldDescriptionprivate Message
ProblemHistory.problem
private Message
TransportOrder.problem
Last reported problem on theTransportOrder
.Methods in org.openwms.tms that return MessageModifier and TypeMethodDescriptionMessage.Builder.build()
Returns aMessage
built from the parameters previously set.TransportOrderMapper.convertToEO
(MessageVO vo) TransportOrderMapperImpl.convertToEO
(MessageVO vo) ProblemHistory.getProblem()
Get the problem.TransportOrder.getProblem()
Get the lastMessage
.Methods in org.openwms.tms that return types with arguments of type MessageModifier and TypeMethodDescriptionTransportationService.change
(String barcode, TransportOrderState currentState, TransportOrderState targetState, Message message) Methods in org.openwms.tms with parameters of type MessageModifier and TypeMethodDescriptionTransportationService.change
(String barcode, TransportOrderState currentState, TransportOrderState targetState, Message message) TransportOrderMapper.convertToVO
(Message eo) TransportOrderMapperImpl.convertToVO
(Message eo) TransportOrder.setProblem
(Message problem) Set the lastMessage
.Constructors in org.openwms.tms with parameters of type MessageModifierConstructorDescriptionProblemHistory
(TransportOrder transportOrder, Message problem) Full constructor. -
Uses of Message in org.openwms.tms.impl
Methods in org.openwms.tms.impl that return types with arguments of type MessageModifier and TypeMethodDescriptionTransportationServiceImpl.change
(String barcode, TransportOrderState currentState, TransportOrderState targetState, Message message) Methods in org.openwms.tms.impl with parameters of type MessageModifier and TypeMethodDescriptionvoid
AddProblem.add
(Message problem, TransportOrder transportOrder) Add aproblem
to thetransportOrder
.void
AddProblemImpl.add
(Message problem, TransportOrder transportOrder) Add aproblem
to thetransportOrder
.private void
AddProblemFunction.addInternal
(Message problem, TransportOrder transportOrder) private void
AddProblemImpl.addInternal
(Message problem, TransportOrder transportOrder) TransportationServiceImpl.change
(String barcode, TransportOrderState currentState, TransportOrderState targetState, Message message) -
Uses of Message in org.openwms.tms.impl.redirection
Fields in org.openwms.tms.impl.redirection with type parameters of type MessageMethods in org.openwms.tms.impl.redirection that return types with arguments of type MessageMethods in org.openwms.tms.impl.redirection with parameters of type Message -
Uses of Message in org.openwms.tms.impl.removal
Methods in org.openwms.tms.impl.removal with parameters of type MessageModifier and TypeMethodDescriptionprivate void
TransportUnitRemovalHandler.setProblem
(TransportOrder transportOrder, Message problem)