Uses of Class
com.netgrif.application.engine.settings.domain.Preferences
-
-
Uses of Preferences in com.netgrif.application.engine.auth.web
Methods in com.netgrif.application.engine.auth.web with parameters of type Preferences Modifier and Type Method Description MessageResourcePublicUserController. savePreferences(Preferences preferences)MessageResourceUserController. savePreferences(Preferences preferences, org.springframework.security.core.Authentication auth) -
Uses of Preferences in com.netgrif.application.engine.settings.domain
Methods in com.netgrif.application.engine.settings.domain that return Preferences Modifier and Type Method Description PreferencesPreferencesRepository. findByUserId(java.lang.String id)Constructor parameters in com.netgrif.application.engine.settings.domain with type arguments of type Preferences Constructor Description QPreferences(com.querydsl.core.types.Path<? extends Preferences> path) -
Uses of Preferences in com.netgrif.application.engine.settings.service
Methods in com.netgrif.application.engine.settings.service that return Preferences Modifier and Type Method Description PreferencesIPreferencesService. get(java.lang.String userId)PreferencesPreferencesService. get(java.lang.String userId)PreferencesIPreferencesService. save(Preferences preferences)PreferencesPreferencesService. save(Preferences preferences)Methods in com.netgrif.application.engine.settings.service with parameters of type Preferences Modifier and Type Method Description PreferencesIPreferencesService. save(Preferences preferences)PreferencesPreferencesService. save(Preferences preferences) -
Uses of Preferences in com.netgrif.application.engine.settings.web
Constructors in com.netgrif.application.engine.settings.web with parameters of type Preferences Constructor Description PreferencesResource(Preferences content)
-