Uses of Class
org.openwms.common.transport.TransportUnitMapper
Packages that use TransportUnitMapper
Package
Description
This package contains all types required to describe transport unit items.
This package contains all types required for asynchronous command handling.
This package contains all types required for asynchronous event handling.
This package contains internal implementation classes.
-
Uses of TransportUnitMapper in org.openwms.common.transport
Subclasses of TransportUnitMapper in org.openwms.common.transportFields in org.openwms.common.transport declared as TransportUnitMapperModifier and TypeFieldDescriptionprivate final TransportUnitMapper
TransportUnitController.mapper
Constructors in org.openwms.common.transport with parameters of type TransportUnitMapperModifierConstructorDescription(package private)
TransportUnitController
(TransportUnitMapper mapper, org.ameba.i18n.Translator translator, BarcodeGenerator barcodeGenerator, TransportUnitService service) -
Uses of TransportUnitMapper in org.openwms.common.transport.commands
Fields in org.openwms.common.transport.commands declared as TransportUnitMapperModifier and TypeFieldDescriptionprivate final TransportUnitMapper
TransportUnitCommandHandler.mapper
Constructors in org.openwms.common.transport.commands with parameters of type TransportUnitMapperModifierConstructorDescription(package private)
TransportUnitCommandHandler
(TransportUnitMapper mapper, jakarta.validation.Validator validator, BarcodeGenerator generator, TransportUnitService service, org.springframework.context.ApplicationContext ctx) -
Uses of TransportUnitMapper in org.openwms.common.transport.events
Fields in org.openwms.common.transport.events declared as TransportUnitMapperModifier and TypeFieldDescriptionprivate final TransportUnitMapper
TransportUnitEventPropagator.mapper
Constructors in org.openwms.common.transport.events with parameters of type TransportUnitMapperModifierConstructorDescription(package private)
TransportUnitEventPropagator
(org.springframework.amqp.core.AmqpTemplate amqpTemplate, String exchangeName, TransportUnitMapper mapper) -
Uses of TransportUnitMapper in org.openwms.common.transport.impl
Fields in org.openwms.common.transport.impl declared as TransportUnitMapperModifier and TypeFieldDescriptionprivate final TransportUnitMapper
TransportUnitServiceImpl.mapper
Constructors in org.openwms.common.transport.impl with parameters of type TransportUnitMapperModifierConstructorDescription(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)