Uses of Interface
org.openwms.wms.movements.impl.MovementHandler
Package
Description
This package contains the internal types of the microservice implementation.
This package contains only the different handler implementations for different Movement types.
-
Uses of MovementHandler in org.openwms.wms.movements.impl
Modifier and TypeFieldDescriptionprivate final org.springframework.plugin.core.PluginRegistry
<MovementHandler, MovementType> MovementServiceImpl.handlers
Modifier and TypeMethodDescriptionprivate MovementHandler
MovementServiceImpl.resolveHandler
(MovementType type) ModifierConstructorDescription(package private)
MovementServiceImpl
(org.springframework.context.ApplicationEventPublisher eventPublisher, org.ameba.mapping.BeanMapper mapper, javax.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) -
Uses of MovementHandler in org.openwms.wms.movements.impl.handler
Modifier and TypeClassDescription(package private) class
A AbstractMovementHandler.(package private) class
A InboundMovementHandler.(package private) class
A ManualMovementHandler.(package private) class
A RelocationMovementHandler.(package private) class
A ReplenishmentMovementHandler.