Uses of Interface
org.openwms.wms.transport.TransportUnitService
Packages that use TransportUnitService
Package
Description
-
Uses of TransportUnitService in org.openwms.wms.inventory.allocation.spi
Fields in org.openwms.wms.inventory.allocation.spi declared as TransportUnitServiceModifier and TypeFieldDescriptionprivate final TransportUnitService
SimpleGenericAllocator.transportUnitService
Constructors in org.openwms.wms.inventory.allocation.spi with parameters of type TransportUnitServiceModifierConstructorDescription(package private)
SimpleGenericAllocator
(TransportUnitService transportUnitService, ReservationService reservationService) -
Uses of TransportUnitService in org.openwms.wms.inventory.impl
Fields in org.openwms.wms.inventory.impl declared as TransportUnitServiceModifier and TypeFieldDescriptionprivate final TransportUnitService
LoadUnitServiceImpl.service
private final TransportUnitService
PackagingUnitFinderImpl.transportUnitService
Constructors in org.openwms.wms.inventory.impl with parameters of type TransportUnitServiceModifierConstructorDescription(package private)
LoadUnitServiceImpl
(org.ameba.i18n.Translator translator, LoadUnitRepository repository, PackagingUnitRepository packagingUnitRepository, LoadUnitTypeService loadUnitTypeRepository, ProductService productService, TransportUnitService service, org.springframework.context.ApplicationEventPublisher eventPublisher) (package private)
PackagingUnitFinderImpl
(org.ameba.i18n.Translator translator, PackagingUnitRepository repository, ProductService productService, LoadUnitService loadUnitService, LocationService locationService, TransportUnitService transportUnitService, org.openwms.common.location.api.LocationGroupApi locationGroupApi) -
Uses of TransportUnitService in org.openwms.wms.inventory.rest.pu
Fields in org.openwms.wms.inventory.rest.pu declared as TransportUnitServiceModifier and TypeFieldDescriptionprotected final TransportUnitService
PackagingUnitFinderController.transportUnitService
protected final TransportUnitService
PackagingUnitIndexController.transportUnitService
Constructors in org.openwms.wms.inventory.rest.pu with parameters of type TransportUnitServiceModifierConstructorDescriptionprotected
PackagingUnitFinderController
(PackagingUnitFinder finder, TransportUnitService transportUnitService, PackagingUnitMapper packagingUnitMapper) protected
PackagingUnitIndexController
(PackagingUnitCreator creator, PackagingUnitFinder finder, PackagingUnitMover mover, PackagingUnitService service, TransportUnitService transportUnitService, PackagingUnitMapper packagingUnitMapper) -
Uses of TransportUnitService in org.openwms.wms.transport
Fields in org.openwms.wms.transport declared as TransportUnitServiceModifier and TypeFieldDescriptionprivate final TransportUnitService
TransportUnitController.service
Constructors in org.openwms.wms.transport with parameters of type TransportUnitServiceModifierConstructorDescription(package private)
TransportUnitController
(org.ameba.i18n.Translator translator, TransportUnitService service, TransportUnitMapper transportUnitMapper, org.ameba.mapping.BeanMapper mapper) -
Uses of TransportUnitService in org.openwms.wms.transport.impl
Classes in org.openwms.wms.transport.impl that implement TransportUnitServiceModifier and TypeClassDescription(package private) class
A TransportUnitServiceImpl is a transactional Spring managed service implementation ofTransportUnitService
.Fields in org.openwms.wms.transport.impl declared as TransportUnitServiceModifier and TypeFieldDescriptionprivate final TransportUnitService
TransportUnitSynchronizerImpl.transportUnitService
Constructors in org.openwms.wms.transport.impl with parameters of type TransportUnitServiceModifierConstructorDescription(package private)
TransportUnitSynchronizerImpl
(TransportUnitRepository repository, TransportUnitService transportUnitService, LocationService locationService, org.springframework.context.ApplicationEventPublisher publisher)