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 MessageProblemHistory.problemprivate MessageTransportOrder.problemLast reported problem on theTransportOrder.Methods in org.openwms.tms that return MessageModifier and TypeMethodDescriptionMessage.Builder.build()Returns aMessagebuilt 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 TypeMethodDescriptionvoidAddProblem.add(Message problem, TransportOrder transportOrder) Add aproblemto thetransportOrder.voidAddProblemImpl.add(Message problem, TransportOrder transportOrder) Add aproblemto thetransportOrder.private voidAddProblemFunction.addInternal(Message problem, TransportOrder transportOrder) private voidAddProblemImpl.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 voidTransportUnitRemovalHandler.setProblem(TransportOrder transportOrder, Message problem)