Uses of Class
org.openwms.wms.transport.barcode.Barcode
Packages that use Barcode
Package
Description
-
Uses of Barcode in org.openwms.wms.inventory.impl
Methods in org.openwms.wms.inventory.impl with parameters of type BarcodeModifier and TypeMethodDescriptionLoadUnitRepository.findByTransportUnit_transportUnitBK
(Barcode transportUnitBK) -
Uses of Barcode in org.openwms.wms.transport
Fields in org.openwms.wms.transport declared as BarcodeModifier and TypeFieldDescriptionprivate @NotEmpty Barcode
TransportUnit.Builder.transportUnitBK
private @NotNull Barcode
TransportUnit.transportUnitBK
The business key of theTransportUnit
.Methods in org.openwms.wms.transport that return BarcodeMethods in org.openwms.wms.transport with parameters of type BarcodeModifier and TypeMethodDescription@NotNull TransportUnit
TransportUnitService.moveTransportUnit
(@NotNull Barcode transportUnitBK, @NotBlank String targetLocationIdentifier) Move aTransportUnit
to a newLocation
.TransportUnit.Builder.transportUnitBK
(@NotEmpty Barcode val) -
Uses of Barcode in org.openwms.wms.transport.barcode
Methods in org.openwms.wms.transport.barcode that return Barcode -
Uses of Barcode in org.openwms.wms.transport.impl
Methods in org.openwms.wms.transport.impl with parameters of type BarcodeModifier and TypeMethodDescriptionTransportUnitRepository.findByTransportUnitBK
(Barcode transportUnitBK) TransportUnitRepository.findByTransportUnitBKAndAcknowledged
(Barcode transportUnitBK, boolean acknowledged) @NotNull TransportUnit
TransportUnitServiceImpl.moveTransportUnit
(@NotNull Barcode transportUnitBK, @NotBlank String targetLocationIdentifier) Move aTransportUnit
to a newLocation
.Method parameters in org.openwms.wms.transport.impl with type arguments of type BarcodeModifier and TypeMethodDescriptionTransportUnitRepository.findByTransportUnitBKIn
(List<Barcode> transportUnitBKs)