Uses of Class
org.openwms.common.transport.barcode.Barcode
Packages that use 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
Fields in org.openwms.common.transport declared as BarcodeMethods in org.openwms.common.transport that return BarcodeModifier and TypeMethodDescriptionTransportUnit.getBarcode()
Return theBarcode
of theTransportUnit
.Methods in org.openwms.common.transport with parameters of type BarcodeModifier 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.Method parameters in org.openwms.common.transport with type arguments of type BarcodeModifier and TypeMethodDescription@NotNull List
<TransportUnit> TransportUnitService.findByBarcodes
(@NotEmpty List<Barcode> barcodes) Find and return allTransportUnit
s identified by their particularBarcode
.Constructors in org.openwms.common.transport with parameters of type BarcodeModifierConstructorDescriptionTransportUnit
(@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
Methods in org.openwms.common.transport.barcode that return Barcode -
Uses of Barcode in org.openwms.common.transport.impl
Methods in org.openwms.common.transport.impl with parameters of type BarcodeModifier 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.Method parameters in org.openwms.common.transport.impl with type arguments of type BarcodeModifier and TypeMethodDescriptionTransportUnitRepository.findByBarcodeIn
(List<Barcode> barcodes) @NotNull List
<TransportUnit> TransportUnitServiceImpl.findByBarcodes
(@NotEmpty List<Barcode> barcodes) Find and return allTransportUnit
s identified by their particularBarcode
.