Uses of Class
org.openwms.wms.transport.api.TransportUnitVO
Packages that use TransportUnitVO
-
Uses of TransportUnitVO in org.openwms.wms.transport
Methods in org.openwms.wms.transport that return types with arguments of type TransportUnitVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TransportUnitVO>
TransportUnitController.findByPKey
(String pKey) org.springframework.http.ResponseEntity<TransportUnitVO>
TransportUnitController.findTransportUnit
(String transportUnitBK) org.springframework.http.ResponseEntity<TransportUnitVO>
Methods in org.openwms.wms.transport with parameters of type TransportUnitVOModifier and TypeMethodDescriptionTransportUnitMapper.convertVO
(TransportUnitVO vo) TransportUnitMapperImpl.convertVO
(TransportUnitVO vo) org.springframework.http.ResponseEntity<Void>
TransportUnitController.createTU
(@Valid TransportUnitVO tu, javax.servlet.http.HttpServletRequest req) -
Uses of TransportUnitVO in org.openwms.wms.transport.api
Methods in org.openwms.wms.transport.api that return TransportUnitVO