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

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

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

Methods in org.ow2.dragon.api.service.administration that throw RoleGroupException
 void RoleGroupManager.addUser(java.lang.String idUser, java.lang.String idRoleGroup)
          Add the user matching the given idUser to the roleGroup matching the given idRoleGroup
 java.lang.String RoleGroupManager.createRoleGroup(RoleGroupTO roleGroupTO)
          Add a new Role Group in registry.
 java.util.List<RoleGroupTO> RoleGroupManager.getAllRoleGroup()
          Return the list of all role group in the registry
 RoleGroupTO RoleGroupManager.getRoleGroup(java.lang.String nameRoleGroup)
          Retrieve the role group matching the given name
 java.util.List<RoleGroupTO> RoleGroupManager.getRoleGroupNotInUser(java.lang.String idUser)
          Return the list of role group associate with user
 void RoleGroupManager.removeRoleGroup(java.lang.String roleGroupId)
          Remove the role group matching the given id from the registry.
 void RoleGroupManager.removeUser(java.lang.String idUser, java.lang.String idRoleGroup)
          Remove the user matching the given idUser from the list of users of the roleGroup matching the given idRoleGroup.
 java.lang.String RoleGroupManager.updateRoleGroup(RoleGroupTO roleGroupTO)
          Update the role group in the registry.
 

Uses of RoleGroupException in org.ow2.dragon.service.administration
 

Methods in org.ow2.dragon.service.administration that throw RoleGroupException
 void RoleGroupManagerImpl.addUser(java.lang.String idUser, java.lang.String idRoleGroup)
           
 java.lang.String RoleGroupManagerImpl.createRoleGroup(RoleGroupTO roleGroupTO)
           
 java.util.List<RoleGroupTO> RoleGroupManagerImpl.getAllRoleGroup()
           
 RoleGroupTO RoleGroupManagerImpl.getRoleGroup(java.lang.String idGroup)
           
 java.util.List<RoleGroupTO> RoleGroupManagerImpl.getRoleGroupNotInUser(java.lang.String idUser)
           
 void RoleGroupManagerImpl.removeRoleGroup(java.lang.String idGroup)
           
 void RoleGroupManagerImpl.removeUser(java.lang.String idUser, java.lang.String idRoleGroup)
           
 java.lang.String RoleGroupManagerImpl.updateRoleGroup(RoleGroupTO roleGroupTO)
           
 



Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.