Package org.cyclos.services.users
Interface UserFrontendSettingsService
-
- All Superinterfaces:
Service
- All Known Subinterfaces:
UserFrontendSettingsServiceLocal
public interface UserFrontendSettingsService extends Service
Service used to manage settings in the Cyclos frontend
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FrontendSettingsDTOget()Returns the frontend settings for the current uservoidsave(@NotNull FrontendSettingsDTO settings)Saves the frontend settings for the current user
-
-
-
Method Detail
-
get
FrontendSettingsDTO get() throws FrameworkException
Returns the frontend settings for the current user- Throws:
FrameworkException
-
save
void save(@NotNull @NotNull FrontendSettingsDTO settings) throws FrameworkExceptionSaves the frontend settings for the current user- Throws:
FrameworkException
-
-