Uses of Interface
org.openwms.common.transport.barcode.BarcodeGenerator
Packages that use BarcodeGenerator
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 all types required for asynchronous command handling.
This package contains internal implementation classes.
-
Uses of BarcodeGenerator in org.openwms.common.transport
Fields in org.openwms.common.transport declared as BarcodeGeneratorModifier and TypeFieldDescriptionprivate final BarcodeGenerator
TransportUnitController.barcodeGenerator
protected BarcodeGenerator
TransportUnitMapper.barcodeGenerator
Methods in org.openwms.common.transport with parameters of type BarcodeGeneratorModifier and TypeMethodDescriptionvoid
TransportUnitMapper.setBarcodeGenerator
(BarcodeGenerator barcodeGenerator) Constructors in org.openwms.common.transport with parameters of type BarcodeGeneratorModifierConstructorDescription(package private)
TransportUnitController
(TransportUnitMapper mapper, org.ameba.i18n.Translator translator, BarcodeGenerator barcodeGenerator, TransportUnitService service) -
Uses of BarcodeGenerator in org.openwms.common.transport.barcode
Classes in org.openwms.common.transport.barcode that implement BarcodeGenerator -
Uses of BarcodeGenerator in org.openwms.common.transport.commands
Fields in org.openwms.common.transport.commands declared as BarcodeGeneratorModifier and TypeFieldDescriptionprivate final BarcodeGenerator
TransportUnitCommandHandler.generator
Constructors in org.openwms.common.transport.commands with parameters of type BarcodeGeneratorModifierConstructorDescription(package private)
TransportUnitCommandHandler
(TransportUnitMapper mapper, jakarta.validation.Validator validator, BarcodeGenerator generator, TransportUnitService service, org.springframework.context.ApplicationContext ctx) -
Uses of BarcodeGenerator in org.openwms.common.transport.impl
Fields in org.openwms.common.transport.impl declared as BarcodeGeneratorModifier and TypeFieldDescriptionprivate final BarcodeGenerator
TransportUnitServiceImpl.barcodeGenerator
Constructors in org.openwms.common.transport.impl with parameters of type BarcodeGeneratorModifierConstructorDescription(package private)
TransportUnitServiceImpl
(org.springframework.context.ApplicationEventPublisher publisher, jakarta.validation.Validator validator, org.ameba.i18n.Translator translator, BarcodeGenerator barcodeGenerator, TransportUnitMapper mapper, TransportUnitRepository repository, TransportUnitTypeRepository transportUnitTypeRepository, TransportUnitStateChangeApproval stateChangeApproval, TransportUnitMoveApproval moveApproval, LocationService locationService, String deleteTransportUnitMode)