Uses of Interface
org.openwms.common.location.LocationService
Package
Description
This package contains all types to describe locations.
This package contains internal command typed belonging to the implementation.
This package contains internal implementation classes.
This package contains internal implementation classes.
-
Uses of LocationService in org.openwms.common.location
Modifier and TypeFieldDescriptionprivate final LocationService
LocationController.locationService
private final LocationService
TargetController.locationService
private final LocationService
WorkflowApi.locationService
ModifierConstructorDescription(package private)
LocationController
(LocationService locationService, LocationMapper mapper, org.ameba.i18n.Translator translator, LocationRemovalManager locationRemovalManager) (package private)
TargetController
(org.ameba.i18n.Translator translator, LocationService locationService, LocationGroupService locationGroupService, org.springframework.context.ApplicationContext ctx) (package private)
WorkflowApi
(LocationService locationService, LocationMapper mapper, org.ameba.i18n.Translator translator) -
Uses of LocationService in org.openwms.common.location.commands
Modifier and TypeFieldDescriptionprivate final LocationService
LocationCommandListener.locationService
ModifierConstructorDescription(package private)
LocationCommandListener
(jakarta.validation.Validator validator, LocationService locationService) -
Uses of LocationService in org.openwms.common.location.impl
Modifier and TypeClassDescription(package private) class
A LocationServiceImpl is a Spring managed transactional Service that operates onLocation
entities and spans the tx boundary. -
Uses of LocationService in org.openwms.common.transport.impl
Modifier and TypeFieldDescriptionprivate final LocationService
TransportUnitServiceImpl.locationService
ModifierConstructorDescription(package private)
TransportUnitServiceImpl
(org.springframework.context.ApplicationEventPublisher publisher, jakarta.validation.Validator validator, org.ameba.i18n.Translator translator, BarcodeGenerator barcodeGenerator, TransportUnitMapper mapper, TransportUnitRepository repository, TransportUnitTypeRepository transportUnitTypeRepository, TransportUnitStateChangeApproval stateChangeApproval, TransportUnitMoveApproval moveApproval, LocationService locationService, String deleteTransportUnitMode)