Uses of Class
org.openwms.common.transport.barcode.Barcode
Package
Description
This package contains all types required to describe transport unit items.
This package contains types responsible for the Barcode generation and formatting.
This package contains internal implementation classes.
-
Uses of Barcode in org.openwms.common.transport
Modifier and TypeMethodDescriptionTransportUnit.getBarcode()
Return theBarcode
of theTransportUnit
.Modifier and TypeMethodDescription@NotNull TransportUnit
TransportUnitService.changeTarget
(@NotNull Barcode barcode, @NotBlank String targetLocationId) Change the target of theTransportUnit
identified with itsbarcode
to the Location identified by thetargetLocationId
.@NotNull TransportUnit
TransportUnitService.moveTransportUnit
(@NotNull Barcode barcode, @NotBlank String targetLocation) Move aTransportUnit
identified by itsBarcode
to theLocation
identified by the giventargetLocationPK
.@NotNull TransportUnit
TransportUnitService.update
(@NotNull Barcode barcode, @Valid @NotNull TransportUnit tu) Take the TransportUnittu
and try to update it as-is in the persistent storage.Modifier and TypeMethodDescription@NotNull List
<TransportUnit> TransportUnitService.findByBarcodes
(@NotEmpty List<Barcode> barcodes) Find and return allTransportUnit
s identified by their particularBarcode
.ModifierConstructorDescriptionTransportUnit
(@NotNull Barcode barcode) TransportUnit
(@NotNull Barcode barcode, @NotNull TransportUnitType transportUnitType, @NotNull Location actualLocation) Create a newTransportUnit
with an uniqueBarcode
. -
Uses of Barcode in org.openwms.common.transport.barcode
-
Uses of Barcode in org.openwms.common.transport.impl
Modifier and TypeMethodDescriptionTransportUnitServiceImpl.changeTarget
(@NotNull Barcode barcode, @NotBlank String targetLocation) Change the target of theTransportUnit
identified with itsbarcode
to the Location identified by thetargetLocationId
.private TransportUnit
TransportUnitServiceImpl.createInternal
(Barcode barcode, String transportUnitType, Boolean strict, Supplier<Location> locationResolver) TransportUnitRepository.findByBarcode
(Barcode barcode) private TransportUnit
TransportUnitServiceImpl.findByBarcodeInternal
(Barcode barcode) @NotNull TransportUnit
TransportUnitServiceImpl.moveTransportUnit
(@NotNull Barcode barcode, @NotBlank String targetLocation) Move aTransportUnit
identified by itsBarcode
to theLocation
identified by the giventargetLocationPK
.@NotNull TransportUnit
TransportUnitServiceImpl.update
(@NotNull Barcode barcode, @Valid @NotNull TransportUnit tu) Take the TransportUnittu
and try to update it as-is in the persistent storage.Modifier and TypeMethodDescriptionTransportUnitRepository.findByBarcodeIn
(List<Barcode> barcodes) @NotNull List
<TransportUnit> TransportUnitServiceImpl.findByBarcodes
(@NotEmpty List<Barcode> barcodes) Find and return allTransportUnit
s identified by their particularBarcode
.