Uses of Class
org.openwms.common.transport.Barcode
Packages that use Barcode
Package
Description
This package contains representations of Common service transport package.
This package contains the internal types of the microservice implementation.
-
Uses of Barcode in org.openwms.common.transport
Fields in org.openwms.common.transport with type parameters of type BarcodeMethods in org.openwms.common.transport that return Barcode -
Uses of Barcode in org.openwms.wms.movements.impl
Fields in org.openwms.wms.movements.impl declared as BarcodeModifier and TypeFieldDescriptionprivate @NotNull Barcode
Movement.transportUnitBk
The business key of theTransportUnit
to move.Fields in org.openwms.wms.movements.impl with type parameters of type BarcodeMethods in org.openwms.wms.movements.impl that return BarcodeMethods in org.openwms.wms.movements.impl with parameters of type BarcodeModifier and TypeMethodDescriptionMovementRepository.findByTransportUnitBkAndTypeInAndStateIn
(Barcode transportUnitBk, List<MovementType> types, List<DefaultMovementState> states) void
Movement.setTransportUnitBk
(Barcode transportUnitBk)