Uses of Interface
org.openwms.wms.inventory.LoadUnitService
Packages that use LoadUnitService
Package
Description
-
Uses of LoadUnitService in org.openwms.wms.inventory.impl
Classes in org.openwms.wms.inventory.impl that implement LoadUnitServiceModifier and TypeClassDescription(package private) class
A LoadUnitServiceImpl.Fields in org.openwms.wms.inventory.impl declared as LoadUnitServiceModifier and TypeFieldDescriptionprivate final LoadUnitService
PackagingUnitCreatorImpl.loadUnitService
private final LoadUnitService
PackagingUnitFinderImpl.loadUnitService
private final LoadUnitService
PackagingUnitMoverImpl.loadUnitService
private final LoadUnitService
PackagingUnitServiceImpl.loadUnitService
Constructors in org.openwms.wms.inventory.impl with parameters of type LoadUnitServiceModifierConstructorDescription(package private)
PackagingUnitCreatorImpl
(org.springframework.context.ApplicationEventPublisher eventPublisher, org.ameba.i18n.Translator translator, PackagingUnitRepository repository, LoadUnitService loadUnitService, LocationService locationService, ProductService productService) (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) (package private)
PackagingUnitMoverImpl
(org.springframework.context.ApplicationEventPublisher eventPublisher, org.ameba.i18n.Translator translator, PackagingUnitRepository repository, PackagingUnitCreator packagingUnitCreator, PackagingUnitFinder packagingUnitFinder, ProductService productService, LocationService locationService, LoadUnitService loadUnitService) (package private)
PackagingUnitServiceImpl
(org.springframework.context.ApplicationEventPublisher eventPublisher, PackagingUnitMapper packagingUnitMapper, PackagingUnitRepository repository, PackagingUnitFinder packagingUnitFinder, ReservationService reservationService, LocationService locationService, LoadUnitService loadUnitService, ProductService productService) -
Uses of LoadUnitService in org.openwms.wms.inventory.listeners
Fields in org.openwms.wms.inventory.listeners declared as LoadUnitServiceModifier and TypeFieldDescriptionprivate final LoadUnitService
LoadUnitCommandListener.loadUnitService
Constructors in org.openwms.wms.inventory.listeners with parameters of type LoadUnitServiceModifierConstructorDescription(package private)
LoadUnitCommandListener
(LoadUnitService loadUnitService) -
Uses of LoadUnitService in org.openwms.wms.inventory.rest
Fields in org.openwms.wms.inventory.rest declared as LoadUnitServiceConstructors in org.openwms.wms.inventory.rest with parameters of type LoadUnitServiceModifierConstructorDescription(package private)
LoadUnitController
(LoadUnitService service, org.ameba.mapping.BeanMapper mapper, LoadUnitMapper loadUnitMapper)