Uses of Interface
org.openwms.common.location.LocationGroupService
Packages that use 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
Fields in org.openwms.common.location declared as LocationGroupServiceModifier and TypeFieldDescriptionprivate final LocationGroupService
LocationGroupController.locationGroupService
private LocationGroupService
LocationGroupMapper.locationGroupService
private final LocationGroupService
TargetController.locationGroupService
Methods in org.openwms.common.location with parameters of type LocationGroupServiceModifier and TypeMethodDescriptionvoid
LocationGroupMapper.setLocationGroupService
(LocationGroupService locationGroupService) Constructors in org.openwms.common.location with parameters of type LocationGroupServiceModifierConstructorDescription(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
Classes in org.openwms.common.location.impl that implement LocationGroupServiceModifier and TypeClassDescription(package private) class
A LocationGroupServiceImpl is a Spring managed transactional Service that operates onLocationGroup
entities and spans the tx boundary.