Package com.almis.awe.service
Class UserService
java.lang.Object
com.almis.awe.config.ServiceConfig
com.almis.awe.service.UserService
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
-
Constructor Summary
ConstructorDescriptionUserService
(QueryService queryService, QueryUtil queryUtil, MaintainService maintainService) -
Method Summary
Modifier and TypeMethodDescriptionchangeUserMode
(String user, String mode) Switch user theme mode from light to dark or viceversaMethods inherited from class com.almis.awe.config.ServiceConfig
containsBean, getApplicationContext, getBean, getBean, getElements, getLocale, getLocale, getProperty, getProperty, getRequest, getSession, setApplicationContext
-
Constructor Details
-
UserService
-
-
Method Details
-
changeUserMode
Switch user theme mode from light to dark or viceversa- Parameters:
user
- User namemode
- New mode- Returns:
- Service data with client actions
- Throws:
AWException
- IO errors
-