Uses of Class
de.trustable.ca3s.core.service.dto.Preferences
-
Packages that use Preferences Package Description de.trustable.ca3s.core.service.util de.trustable.ca3s.core.web.rest Spring MVC REST controllers. -
-
Uses of Preferences in de.trustable.ca3s.core.service.util
Methods in de.trustable.ca3s.core.service.util that return Preferences Modifier and Type Method Description PreferencesPreferenceUtil. getPrefs(Long userId)PreferencesPreferenceUtil. getSystemPrefs() -
Uses of Preferences in de.trustable.ca3s.core.web.rest
Methods in de.trustable.ca3s.core.web.rest that return types with arguments of type Preferences Modifier and Type Method Description org.springframework.http.ResponseEntity<Preferences>PreferenceResource. getPreference(Long userId)GET /preference/:id: get the "id" certificate.org.springframework.http.ResponseEntity<Preferences>PreferenceResource. updatePreference(@Valid Preferences preferences, Long userId)PUT /preference: Update the preference.Methods in de.trustable.ca3s.core.web.rest with parameters of type Preferences Modifier and Type Method Description org.springframework.http.ResponseEntity<Preferences>PreferenceResource. updatePreference(@Valid Preferences preferences, Long userId)PUT /preference: Update the preference.
-