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 TransportUnitVOTransportUnitController.addLinks(TransportUnitVO result) private TransportUnitVOTransportUnitController.convertAndLinks(TransportUnit entity) abstract TransportUnitVOTransportUnitMapper.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 TransportUnitVOTransportUnitController.addLinks(TransportUnitVO result) abstract TransportUnitTransportUnitMapper.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 aTransportUnitidentified by its business key (Barcode).Move aTransportUnitfrom 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 allTransportUnitidentified by their business keys (Barcodes).TransportUnitApi.findTransportUnitsOn(String actualLocation) Find and return allTransportUnits that are booked on the given Location.Methods in org.openwms.common.transport.api with parameters of type TransportUnitVOModifier and TypeMethodDescriptionvoidTransportUnitApi.createTU(String transportUnitBK, TransportUnitVO tu, Boolean strict) Create aTransportUnitwith the given business key (Barcode).TransportUnitApi.updateTU(String transportUnitBK, TransportUnitVO tu) Update an existingTransportUnit.