Uses of Interface
org.openwms.common.transport.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
Modifier and TypeFieldDescriptionprivate final TransportUnitService
TransportUnitController.service
ModifierConstructorDescription(package private)
TransportUnitController
(TransportUnitMapper mapper, org.ameba.i18n.Translator translator, BarcodeGenerator barcodeGenerator, TransportUnitService service) -
Uses of TransportUnitService in org.openwms.common.transport.allocation.spi
Modifier and TypeFieldDescriptionprivate final TransportUnitService
SimpleGenericAllocator.transportUnitService
ModifierConstructorDescription(package private)
SimpleGenericAllocator
(TransportUnitService transportUnitService, ReservationService reservationService) -
Uses of TransportUnitService in org.openwms.common.transport.commands
Modifier and TypeFieldDescriptionprivate final TransportUnitService
MessageCommandHandlerImpl.service
private final TransportUnitService
TransportUnitCommandHandler.service
ModifierConstructorDescription(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
Modifier and TypeClassDescription(package private) class
A TransportUnitServiceImpl is a Spring managed bean that deals with TransportUnits.