Uses of Interface
org.openwms.wms.movements.impl.MovementHandler
Packages that use 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
Fields in org.openwms.wms.movements.impl with type parameters of type MovementHandlerModifier and TypeFieldDescriptionprivate final org.springframework.plugin.core.PluginRegistry
<MovementHandler, MovementType> MovementServiceImpl.handlers
Methods in org.openwms.wms.movements.impl that return MovementHandlerModifier and TypeMethodDescriptionprivate MovementHandler
MovementServiceImpl.resolveHandler
(MovementType type) Constructor parameters in org.openwms.wms.movements.impl with type arguments of type MovementHandlerModifierConstructorDescription(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
Classes in org.openwms.wms.movements.impl.handler that implement MovementHandlerModifier 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.