Uses of Class
org.ow2.dragon.api.service.administration.UserException

Packages that use UserException
org.ow2.dragon.api.service.administration   
org.ow2.dragon.service.administration   
 

Uses of UserException in org.ow2.dragon.api.service.administration
 

Methods in org.ow2.dragon.api.service.administration 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 org.ow2.dragon.service.administration
 

Methods in org.ow2.dragon.service.administration 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 © 2008-2010 eBMWebsourcing. All Rights Reserved.