Uses of Class
com.ebmwebsourcing.webcommons.user.api.service.UserException

Packages that use UserException
com.ebmwebsourcing.webcommons.user.api.service   
com.ebmwebsourcing.webcommons.user.service   
 

Uses of UserException in com.ebmwebsourcing.webcommons.user.api.service
 

Methods in com.ebmwebsourcing.webcommons.user.api.service that throw UserException
 void UserManager.addRoleGroup(java.lang.String idUser, java.lang.String idRoleGroup)
          Add the role group matching the given idRoleGroup to the user matching the given idUser
 java.lang.String UserManager.createUser(UserTO userTO)
          Add a new User in registry.
 java.util.List<UserTO> UserManager.getAllUser()
          Return the list of all users in the registry
 UserTO UserManager.getUser(java.lang.String userId)
          Retrieve the user matching the given name
 UserTO UserManager.getUserByLogin(java.lang.String login)
          Retrieve the user matching the given login
 java.util.List<UserTO> UserManager.getUserNotInRoleGroup(java.lang.String idRoleGroup)
          Return the list of users associate with role group
 void UserManager.removeRoleGroup(java.lang.String idUser, java.lang.String idRoleGroup)
          Remove the role group matching the given idRoleGroup from the list of role groups of the user matching the given idUser.
 void UserManager.removeUser(java.lang.String userId)
          Remove the user matching the given id from the registry.
 java.lang.String UserManager.updateUser(UserTO userTO)
          Update the user in the registry.
 

Uses of UserException in com.ebmwebsourcing.webcommons.user.service
 

Methods in com.ebmwebsourcing.webcommons.user.service that throw UserException
 void UserManagerImpl.addRoleGroup(java.lang.String idUser, java.lang.String idRoleGroup)
           
 java.lang.String UserManagerImpl.createUser(UserTO userTO)
           
 java.util.List<UserTO> UserManagerImpl.getAllUser()
           
 UserTO UserManagerImpl.getUser(java.lang.String userId)
           
 UserTO UserManagerImpl.getUserByLogin(java.lang.String login)
           
 java.util.List<UserTO> UserManagerImpl.getUserNotInRoleGroup(java.lang.String idRoleGroup)
           
 void UserManagerImpl.removeRoleGroup(java.lang.String idUser, java.lang.String idRoleGroup)
           
 void UserManagerImpl.removeUser(java.lang.String userId)
           
 java.lang.String UserManagerImpl.updateUser(UserTO userTO)
           
 



Copyright © 2010 eBM WebSourcing. All Rights Reserved.