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

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

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

Methods in com.ebmwebsourcing.webcommons.user.api.service 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.init()
          Create default role groups if they don't exist in database
 void UserManager.init()
          Create default users if they don't exist in database
 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 com.ebmwebsourcing.webcommons.user.service
 

Methods in com.ebmwebsourcing.webcommons.user.service 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 UserManagerImpl.init()
           
 void RoleGroupManagerImpl.init()
           
 void UserManagerImpl.nonTransactionalInit()
           
 void RoleManagerImpl.nonTransactionalInit()
           
 void RoleGroupManagerImpl.nonTransactionalInit()
           
 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 © 2010 eBM WebSourcing. All Rights Reserved.