Uses of Class
org.ow2.dragon.api.to.administration.RoleGroupTO

Packages that use RoleGroupTO
org.ow2.dragon.api.service.administration   
org.ow2.dragon.api.to.administration   
org.ow2.dragon.service.administration   
 

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

Methods in org.ow2.dragon.api.service.administration that return RoleGroupTO
 RoleGroupTO RoleGroupManager.getRoleGroup(java.lang.String nameRoleGroup)
          Retrieve the role group matching the given name
 

Methods in org.ow2.dragon.api.service.administration that return types with arguments of type RoleGroupTO
 java.util.List<RoleGroupTO> RoleGroupManager.getAllRoleGroup()
          Return the list of all role group in the registry
 java.util.List<RoleGroupTO> RoleGroupManager.getRoleGroupNotInUser(java.lang.String idUser)
          Return the list of role group associate with user
 

Methods in org.ow2.dragon.api.service.administration with parameters of type RoleGroupTO
 java.lang.String RoleGroupManager.createRoleGroup(RoleGroupTO roleGroupTO)
          Add a new Role Group in registry.
 java.lang.String RoleGroupManager.updateRoleGroup(RoleGroupTO roleGroupTO)
          Update the role group in the registry.
 

Uses of RoleGroupTO in org.ow2.dragon.api.to.administration
 

Methods in org.ow2.dragon.api.to.administration that return types with arguments of type RoleGroupTO
 java.util.List<RoleGroupTO> UserTO.getListRoleGroup()
           
 

Method parameters in org.ow2.dragon.api.to.administration with type arguments of type RoleGroupTO
 void UserTO.setListRoleGroup(java.util.List<RoleGroupTO> listRoleGroup)
           
 

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

Methods in org.ow2.dragon.service.administration that return RoleGroupTO
 RoleGroupTO RoleGroupManagerImpl.getRoleGroup(java.lang.String idGroup)
           
 RoleGroupTO RolesAndUsersTransfertObjectAssembler.toRoleGroupTO(RoleGroup groupeRoles)
           
 RoleGroupTO RolesAndUsersTransfertObjectAssemblerImpl.toRoleGroupTO(RoleGroup groupeRoles)
           
 

Methods in org.ow2.dragon.service.administration that return types with arguments of type RoleGroupTO
 java.util.List<RoleGroupTO> RoleGroupManagerImpl.getAllRoleGroup()
           
 java.util.List<RoleGroupTO> RoleGroupManagerImpl.getRoleGroupNotInUser(java.lang.String idUser)
           
 java.util.List<RoleGroupTO> RolesAndUsersTransfertObjectAssembler.toAllGroupes(java.util.List<RoleGroup> listRoleBO)
           
 java.util.List<RoleGroupTO> RolesAndUsersTransfertObjectAssemblerImpl.toAllGroupes(java.util.List<RoleGroup> listRolesGroups)
           
 

Methods in org.ow2.dragon.service.administration with parameters of type RoleGroupTO
 java.lang.String RoleGroupManagerImpl.createRoleGroup(RoleGroupTO roleGroupTO)
           
 void RolesAndUsersTransfertObjectAssembler.toRoleGroupBO(RoleGroupTO roleGroupTO, RoleGroup roleGroupBO)
           
 void RolesAndUsersTransfertObjectAssemblerImpl.toRoleGroupBO(RoleGroupTO roleGroupTO, RoleGroup roleGroupBO)
           
 java.lang.String RoleGroupManagerImpl.updateRoleGroup(RoleGroupTO roleGroupTO)
           
 



Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.