Uses of Class
org.openwms.common.transport.api.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
Modifier and TypeMethodDescriptionprivate TransportUnitVO
TransportUnitController.addLinks
(TransportUnitVO result) private TransportUnitVO
TransportUnitController.convertAndLinks
(TransportUnit entity) abstract TransportUnitVO
TransportUnitMapper.convertToVO
(TransportUnit eo) TransportUnitMapperImpl.convertToVO
(TransportUnit eo) Modifier 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) Modifier 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
Modifier 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
.Modifier 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.Modifier 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
.