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 theBarcodeof theTransportUnit.Methods in org.openwms.common.transport with parameters of type BarcodeModifier and TypeMethodDescription@NotNull TransportUnitTransportUnitService.changeTarget(@NotNull Barcode barcode, @NotBlank String targetLocationId) Change the target of theTransportUnitidentified with itsbarcodeto the Location identified by thetargetLocationId.@NotNull TransportUnitTransportUnitService.moveTransportUnit(@NotNull Barcode barcode, @NotBlank String targetLocation) Move aTransportUnitidentified by itsBarcodeto theLocationidentified by the giventargetLocationPK.@NotNull TransportUnitTransportUnitService.update(@NotNull Barcode barcode, @Valid @NotNull TransportUnit tu) Take the TransportUnittuand 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 allTransportUnits 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 newTransportUnitwith 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 theTransportUnitidentified with itsbarcodeto the Location identified by thetargetLocationId.private TransportUnitTransportUnitServiceImpl.createInternal(Barcode barcode, String transportUnitType, Boolean strict, Supplier<Location> locationResolver) TransportUnitRepository.findByBarcode(Barcode barcode) private TransportUnitTransportUnitServiceImpl.findByBarcodeInternal(Barcode barcode) @NotNull TransportUnitTransportUnitServiceImpl.moveTransportUnit(@NotNull Barcode barcode, @NotBlank String targetLocation) Move aTransportUnitidentified by itsBarcodeto theLocationidentified by the giventargetLocationPK.@NotNull TransportUnitTransportUnitServiceImpl.update(@NotNull Barcode barcode, @Valid @NotNull TransportUnit tu) Take the TransportUnittuand 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 allTransportUnits identified by their particularBarcode.