Uses of Interface
org.openwms.common.transport.TransportUnitService
Packages that use TransportUnitService
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 internal implementation classes.
-
Uses of TransportUnitService in org.openwms.common.transport
Fields in org.openwms.common.transport declared as TransportUnitServiceModifier and TypeFieldDescriptionprivate final TransportUnitService
TransportUnitController.service
Constructors in org.openwms.common.transport with parameters of type TransportUnitServiceModifierConstructorDescription(package private)
TransportUnitController
(TransportUnitMapper mapper, org.ameba.i18n.Translator translator, BarcodeGenerator barcodeGenerator, TransportUnitService service) -
Uses of TransportUnitService in org.openwms.common.transport.allocation.spi
Fields in org.openwms.common.transport.allocation.spi declared as TransportUnitServiceModifier and TypeFieldDescriptionprivate final TransportUnitService
SimpleGenericAllocator.transportUnitService
Constructors in org.openwms.common.transport.allocation.spi with parameters of type TransportUnitServiceModifierConstructorDescription(package private)
SimpleGenericAllocator
(TransportUnitService transportUnitService, ReservationService reservationService) -
Uses of TransportUnitService in org.openwms.common.transport.commands
Fields in org.openwms.common.transport.commands declared as TransportUnitServiceModifier and TypeFieldDescriptionprivate final TransportUnitService
MessageCommandHandlerImpl.service
private final TransportUnitService
TransportUnitCommandHandler.service
Constructors in org.openwms.common.transport.commands with parameters of type TransportUnitServiceModifierConstructorDescription(package private)
(package private)
TransportUnitCommandHandler
(TransportUnitMapper mapper, jakarta.validation.Validator validator, BarcodeGenerator generator, TransportUnitService service, org.springframework.context.ApplicationContext ctx) -
Uses of TransportUnitService in org.openwms.common.transport.impl
Classes in org.openwms.common.transport.impl that implement TransportUnitServiceModifier and TypeClassDescription(package private) class
A TransportUnitServiceImpl is a Spring managed bean that deals with TransportUnits.