Uses of Class
org.openwms.common.transport.api.TransportUnitVO
Packages that use TransportUnitVO
Package
Description
This package contains all types required to describe transport unit items.
This package contains the public API to deal with TransportUnits.
-
Uses of TransportUnitVO in org.openwms.common.transport
Methods in org.openwms.common.transport that return TransportUnitVOModifier and TypeMethodDescriptionprivate TransportUnitVO
TransportUnitController.addLinks
(TransportUnitVO result) private TransportUnitVO
TransportUnitController.convertAndLinks
(TransportUnit entity) abstract TransportUnitVO
TransportUnitMapper.convertToVO
(TransportUnit eo) TransportUnitMapperImpl.convertToVO
(TransportUnit eo) Methods in org.openwms.common.transport that return types with arguments of type TransportUnitVOModifier and TypeMethodDescriptionprivate List
<TransportUnitVO> TransportUnitController.convertAndLinks
(List<TransportUnit> entities) abstract List
<TransportUnitVO> TransportUnitMapper.convertToVO
(List<TransportUnit> eo) TransportUnitMapperImpl.convertToVO
(List<TransportUnit> eo) org.springframework.http.ResponseEntity
<TransportUnitVO> TransportUnitController.createTU
(String transportUnitBK, String actualLocation, String tut, Boolean strict, jakarta.servlet.http.HttpServletRequest req) org.springframework.http.ResponseEntity
<List<TransportUnitVO>> TransportUnitController.findAll()
org.springframework.http.ResponseEntity
<TransportUnitVO> TransportUnitController.findTransportUnit
(String transportUnitBK) org.springframework.http.ResponseEntity
<TransportUnitVO> TransportUnitController.findTransportUnitByPKey
(String pKey) org.springframework.http.ResponseEntity
<List<TransportUnitVO>> TransportUnitController.findTransportUnits
(@NotEmpty List<String> barcodes) org.springframework.http.ResponseEntity
<List<TransportUnitVO>> TransportUnitController.findTransportUnitsOn
(String actualLocation) org.springframework.http.ResponseEntity
<TransportUnitVO> org.springframework.http.ResponseEntity
<TransportUnitVO> TransportUnitController.updateTU
(String transportUnitBK, @Valid TransportUnitVO tu) Methods in org.openwms.common.transport with parameters of type TransportUnitVOModifier and TypeMethodDescriptionprivate TransportUnitVO
TransportUnitController.addLinks
(TransportUnitVO result) abstract TransportUnit
TransportUnitMapper.convert
(TransportUnitVO vo) TransportUnitMapperImpl.convert
(TransportUnitVO vo) org.springframework.http.ResponseEntity
<Void> TransportUnitController.createTU
(String transportUnitBK, TransportUnitVO tu, Boolean strict, jakarta.servlet.http.HttpServletRequest req) org.springframework.http.ResponseEntity
<TransportUnitVO> TransportUnitController.updateTU
(String transportUnitBK, @Valid TransportUnitVO tu) -
Uses of TransportUnitVO in org.openwms.common.transport.api
Methods in org.openwms.common.transport.api that return TransportUnitVOModifier and TypeMethodDescriptionTransportUnitVO.Builder.build()
TransportUnitApi.findTransportUnit
(String transportUnitBK) Find and return aTransportUnit
identified by its business key (Barcode).Move aTransportUnit
from its current location to thenewLocation
.TransportUnitApi.updateTU
(String transportUnitBK, TransportUnitVO tu) Update an existingTransportUnit
.Methods in org.openwms.common.transport.api that return types with arguments of type TransportUnitVOModifier and TypeMethodDescriptionTransportUnitApi.findTransportUnits
(List<String> transportUnitBKs) Find and return allTransportUnit
identified by their business keys (Barcodes).TransportUnitApi.findTransportUnitsOn
(String actualLocation) Find and return allTransportUnit
s that are booked on the given Location.Methods in org.openwms.common.transport.api with parameters of type TransportUnitVOModifier and TypeMethodDescriptionvoid
TransportUnitApi.createTU
(String transportUnitBK, TransportUnitVO tu, Boolean strict) Create aTransportUnit
with the given business key (Barcode).TransportUnitApi.updateTU
(String transportUnitBK, TransportUnitVO tu) Update an existingTransportUnit
.