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 internal implementation of the component.
-
Uses of PreferencesService in org.openwms.core.preferences
Fields in org.openwms.core.preferences declared as PreferencesServiceModifier and TypeFieldDescriptionprivate final PreferencesServiceModulePreferencesController.preferencesServiceprivate final PreferencesServicePreferencesController.preferencesServiceprivate final PreferencesServiceRolePreferencesController.preferencesServiceprivate final PreferencesServiceUserPreferencesController.preferencesServiceConstructors in org.openwms.core.preferences with parameters of type PreferencesServiceModifierConstructorDescriptionModulePreferencesController(org.springframework.context.MessageSource messageSource, PreferencesService preferencesService, org.ameba.i18n.Translator translator, PreferenceVOMapper preferenceVOMapper) PreferencesController(org.springframework.context.MessageSource messageSource, PreferencesService preferencesService, org.ameba.i18n.Translator translator, PreferenceVOMapper preferenceVOMapper) RolePreferencesController(org.springframework.context.MessageSource messageSource, PreferencesService preferencesService, org.ameba.i18n.Translator translator, PreferenceVOMapper preferenceVOMapper) UserPreferencesController(org.springframework.context.MessageSource messageSource, PreferencesService preferencesService, org.ameba.i18n.Translator translator, PreferenceVOMapper preferenceVOMapper) -
Uses of PreferencesService in org.openwms.core.preferences.app
Fields in org.openwms.core.preferences.app declared as PreferencesServiceModifier and TypeFieldDescriptionprivate final PreferencesServicePreferencesApplicationListener.serviceConstructors in org.openwms.core.preferences.app with parameters of type PreferencesServiceModifierConstructorDescription(package private) -
Uses of PreferencesService in org.openwms.core.preferences.impl
Classes in org.openwms.core.preferences.impl that implement PreferencesServiceModifier and TypeClassDescription(package private) classA PreferencesServiceImpl is a transactional Spring managed service implementation to managePreferences.