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 BarcodeModifier and TypeMethodDescriptionConverts the source field to the destination field and return the resulting destination value.TransportUnit.getTransportUnitBK()
Methods in org.openwms.wms.transport with parameters of type BarcodeModifier and TypeMethodDescriptionBarcodeConverter.convertFrom
(Barcode source, String destination) Converts the source field to the destination field and return the resulting destination valueConverts the source field to the destination field and return the resulting destination value.@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 BarcodeModifier and TypeMethodDescriptionstatic Barcode
Simple factory method to replace default constructor in application logic (still needed for framework stuff).Constructor parameters in org.openwms.wms.transport.barcode with type arguments of type 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)