Uses of Interface
org.openwms.wms.location.LocationService
Packages that use LocationService
Package
Description
-
Uses of LocationService in org.openwms.wms.inventory.impl
Fields in org.openwms.wms.inventory.impl declared as LocationServiceModifier and TypeFieldDescriptionprivate final LocationService
PackagingUnitCreatorImpl.locationService
private final LocationService
PackagingUnitFinderImpl.locationService
private final LocationService
PackagingUnitMoverImpl.locationService
private final LocationService
PackagingUnitServiceImpl.locationService
Constructors in org.openwms.wms.inventory.impl with parameters of type LocationServiceModifierConstructorDescription(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 LocationService in org.openwms.wms.location
Fields in org.openwms.wms.location declared as LocationServiceModifier and TypeFieldDescriptionprivate final LocationService
LocationController.locationService
Constructors in org.openwms.wms.location with parameters of type LocationServiceModifierConstructorDescription(package private)
LocationController
(LocationService locationService, LocationMapper mapper) -
Uses of LocationService in org.openwms.wms.location.impl
Classes in org.openwms.wms.location.impl that implement LocationServiceModifier and TypeClassDescription(package private) class
A LocationServiceImpl is a Spring managed transaction service that cares about Location management. -
Uses of LocationService in org.openwms.wms.transport.impl
Fields in org.openwms.wms.transport.impl declared as LocationServiceModifier and TypeFieldDescriptionprivate final LocationService
TransportUnitServiceImpl.locationService
private final LocationService
TransportUnitSynchronizerImpl.locationService
Constructors in org.openwms.wms.transport.impl with parameters of type LocationServiceModifierConstructorDescription(package private)
TransportUnitServiceImpl
(org.ameba.i18n.Translator translator, TransportUnitRepository repository, LocationService locationService, CommonTransportUnitApi transportUnitApi, org.springframework.context.ApplicationEventPublisher publisher) (package private)
TransportUnitSynchronizerImpl
(TransportUnitRepository repository, TransportUnitService transportUnitService, LocationService locationService, org.springframework.context.ApplicationEventPublisher publisher)