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

public class UserService extends ServiceConfig
  • Constructor Details

  • Method Details

    • changeUserMode

      public ServiceData changeUserMode(String user, String mode) throws AWException
      Switch user theme mode from light to dark or viceversa
      Parameters:
      user - User name
      mode - New mode
      Returns:
      Service data with client actions
      Throws:
      AWException - IO errors