Uses of Interface
org.openwms.wms.movements.MovementService
Packages that use MovementService
Package
Description
This package contains the core types microservice implementation.
This package contains the asynchronous commands API this component offers.
This package contains implementations according to event handling.
This package contains the internal types of the microservice implementation.
This package contains the asynchronous commands API this component offers.
-
Uses of MovementService in org.openwms.wms.movements
Fields in org.openwms.wms.movements declared as MovementServiceConstructors in org.openwms.wms.movements with parameters of type MovementService -
Uses of MovementService in org.openwms.wms.movements.commands
Fields in org.openwms.wms.movements.commands declared as MovementServiceModifier and TypeFieldDescriptionprivate final MovementService
MovementCommandListener.movementService
Constructors in org.openwms.wms.movements.commands with parameters of type MovementServiceModifierConstructorDescription(package private)
MovementCommandListener
(org.ameba.mapping.BeanMapper mapper, MovementService movementService) -
Uses of MovementService in org.openwms.wms.movements.events
Fields in org.openwms.wms.movements.events declared as MovementServiceModifier and TypeFieldDescriptionprivate final MovementService
ReservationMessageListener.movementService
Constructors in org.openwms.wms.movements.events with parameters of type MovementService -
Uses of MovementService in org.openwms.wms.movements.impl
Classes in org.openwms.wms.movements.impl that implement MovementServiceModifier and TypeClassDescription(package private) class
A MovementServiceImpl is a Spring managed transaction service that deals withMovement
s. -
Uses of MovementService in org.openwms.wms.movements.ui
Fields in org.openwms.wms.movements.ui declared as MovementServiceConstructors in org.openwms.wms.movements.ui with parameters of type MovementService