Uses of Interface
org.openwms.core.preferences.PreferencesService
Packages that use PreferencesService
Package
Description
Contains classes dealing with preferences belonging to the schema http://www.openwms.org/schema/preferences.
Contains Spring configuration files and other lifecycle relevant types.
Contains the persistence model and access objects.
-
Uses of PreferencesService in org.openwms.core.preferences
Fields in org.openwms.core.preferences declared as PreferencesServiceModifier and TypeFieldDescriptionprivate final PreferencesService
PreferencesController.preferencesService
private final PreferencesService
UserPreferencesController.preferencesService
Constructors in org.openwms.core.preferences with parameters of type PreferencesServiceModifierConstructorDescriptionPreferencesController
(PreferencesService preferencesService, org.ameba.i18n.Translator translator, org.ameba.mapping.BeanMapper mapper) UserPreferencesController
(PreferencesService preferencesService, org.ameba.i18n.Translator translator, org.ameba.mapping.BeanMapper mapper) -
Uses of PreferencesService in org.openwms.core.preferences.app
Fields in org.openwms.core.preferences.app declared as PreferencesServiceModifier and TypeFieldDescriptionprivate final PreferencesService
PreferencesApplicationListener.service
Constructors in org.openwms.core.preferences.app with parameters of type PreferencesServiceModifierConstructorDescription(package private)
-
Uses of PreferencesService in org.openwms.core.preferences.impl.jpa
Classes in org.openwms.core.preferences.impl.jpa that implement PreferencesServiceModifier and TypeClassDescription(package private) class
A PreferencesServiceImpl is a transactional Spring managed service implementation to managePreferences
.