Uses of Class
org.openwms.wms.movements.impl.MovementMapper
Packages that use MovementMapper
Package
Description
This package contains the asynchronous commands API this component offers.
This package contains the internal types of the microservice implementation.
-
Uses of MovementMapper in org.openwms.wms.movements.commands
Fields in org.openwms.wms.movements.commands declared as MovementMapperModifier and TypeFieldDescriptionprivate final MovementMapper
MovementCommandListener.movementMapper
Constructors in org.openwms.wms.movements.commands with parameters of type MovementMapperModifierConstructorDescription(package private)
MovementCommandListener
(MovementMapper movementMapper, MovementService movementService) -
Uses of MovementMapper in org.openwms.wms.movements.impl
Subclasses of MovementMapper in org.openwms.wms.movements.implFields in org.openwms.wms.movements.impl declared as MovementMapperConstructors in org.openwms.wms.movements.impl with parameters of type MovementMapperModifierConstructorDescription(package private)
MovementServiceImpl
(org.springframework.context.ApplicationEventPublisher eventPublisher, MovementMapper mapper, jakarta.validation.Validator validator, org.ameba.i18n.Translator translator, MovementStateResolver movementStateResolver, MovementRepository repository, MovementTypeResolver movementTypeResolver, org.springframework.plugin.core.PluginRegistry<MovementHandler, MovementType> handlers, Validators validators, org.openwms.common.transport.api.TransportUnitApi transportUnitApi, org.openwms.common.location.api.LocationApi locationApi, org.openwms.common.location.api.LocationGroupApi locationGroupApi)