Uses of Interface
org.openwms.core.preferences.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
Modifier and TypeFieldDescriptionprivate final PreferencesService
PreferencesController.preferencesService
private final PreferencesService
UserPreferencesController.preferencesService
ModifierConstructorDescriptionPreferencesController
(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
Modifier and TypeFieldDescriptionprivate final PreferencesService
PreferencesApplicationListener.service
ModifierConstructorDescription(package private)
-
Uses of PreferencesService in org.openwms.core.preferences.impl.jpa
Modifier and TypeClassDescription(package private) class
A PreferencesServiceImpl is a transactional Spring managed service implementation to managePreferences
.