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 LocationGroupServiceLocationGroupController.locationGroupServiceprivate LocationGroupServiceLocationGroupMapper.locationGroupServiceprivate final LocationGroupServiceTargetController.locationGroupServiceMethods in org.openwms.common.location with parameters of type LocationGroupServiceModifier and TypeMethodDescriptionvoidLocationGroupMapper.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) classA LocationGroupServiceImpl is a Spring managed transactional Service that operates onLocationGroupentities and spans the tx boundary.