Uses of Interface
org.openwms.common.location.LocationGroupService
Package
Description
This package contains all types to describe locations.
This package contains internal implementation classes.
-
Uses of LocationGroupService in org.openwms.common.location
Modifier and TypeFieldDescriptionprivate final LocationGroupService
LocationGroupController.locationGroupService
private LocationGroupService
LocationGroupMapper.locationGroupService
private final LocationGroupService
TargetController.locationGroupService
Modifier and TypeMethodDescriptionvoid
LocationGroupMapper.setLocationGroupService
(LocationGroupService locationGroupService) ModifierConstructorDescription(package private)
LocationGroupController
(org.ameba.i18n.Translator translator, LocationGroupService locationGroupService, LocationGroupMapper mapper, ErrorCodeTransformers.GroupStateIn groupStateIn, ErrorCodeTransformers.GroupStateOut groupStateOut) (package private)
TargetController
(org.ameba.i18n.Translator translator, LocationService locationService, LocationGroupService locationGroupService, org.springframework.context.ApplicationContext ctx) -
Uses of LocationGroupService in org.openwms.common.location.impl
Modifier and TypeClassDescription(package private) class
A LocationGroupServiceImpl is a Spring managed transactional Service that operates onLocationGroup
entities and spans the tx boundary.