Uses of Class
org.openwms.tms.api.TransportOrderVO
Packages that use TransportOrderVO
Package
Description
The outer module package contains functional interfaces and entities.
This package contains th public API of the microservice.
-
Uses of TransportOrderVO in org.openwms.tms
Methods in org.openwms.tms that return TransportOrderVOModifier and TypeMethodDescriptionTransportOrderMapper.convertToVO
(TransportOrder eo) TransportOrderMapperImpl.convertToVO
(TransportOrder eo) TransportationController.findByPKey
(String pKey) TransportationFacade.findByPKey
(String pKey) Find and return aTransportOrder
identified by its persistent key.Methods in org.openwms.tms that return types with arguments of type TransportOrderVOModifier and TypeMethodDescriptionTransportOrderMapper.convertToVO
(List<TransportOrder> eos) TransportOrderMapperImpl.convertToVO
(List<TransportOrder> eos) Find and return allTransportOrder
s in a particularstate
for theTransportUnit
with the givenbarcode
. -
Uses of TransportOrderVO in org.openwms.tms.api
Methods in org.openwms.tms.api that return TransportOrderVOModifier and TypeMethodDescriptionTransportOrderApi.findByPKey
(String pKey) Find and return aTransportOrder
identified by its persistent key.Methods in org.openwms.tms.api that return types with arguments of type TransportOrderVOModifier and TypeMethodDescriptionFind and return allTransportOrder
s in a particularstate
for theTransportUnit
with the givenbarcode
.