Uses of Class
org.openwms.tms.api.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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionTransportOrderApi.findByPKey
(String pKey) Find and return aTransportOrder
identified by its persistent key.Modifier and TypeMethodDescriptionFind and return allTransportOrder
s in a particularstate
for theTransportUnit
with the givenbarcode
.