Uses of Class
com.ebmwebsourcing.webcommons.user.api.to.RoleGroupTO

Packages that use RoleGroupTO
com.ebmwebsourcing.webcommons.user.api.service   
com.ebmwebsourcing.webcommons.user.api.to   
com.ebmwebsourcing.webcommons.user.service   
 

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

Methods in com.ebmwebsourcing.webcommons.user.api.service that return RoleGroupTO
 RoleGroupTO RoleGroupManager.getRoleGroup(java.lang.String nameRoleGroup)
          Retrieve the role group matching the given name
 

Methods in com.ebmwebsourcing.webcommons.user.api.service 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 com.ebmwebsourcing.webcommons.user.api.service 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 com.ebmwebsourcing.webcommons.user.api.to
 

Methods in com.ebmwebsourcing.webcommons.user.api.to that return types with arguments of type RoleGroupTO
 java.util.List<RoleGroupTO> UserTO.getListRoleGroup()
           
 

Method parameters in com.ebmwebsourcing.webcommons.user.api.to with type arguments of type RoleGroupTO
 void UserTO.setListRoleGroup(java.util.List<RoleGroupTO> listRoleGroup)
           
 

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

Methods in com.ebmwebsourcing.webcommons.user.service that return RoleGroupTO
 RoleGroupTO RoleGroupManagerImpl.getRoleGroup(java.lang.String idGroup)
           
 RoleGroupTO RolesAndUsersTransfertObjectAssemblerImpl.toRoleGroupTO(RoleGroup groupeRoles)
           
 RoleGroupTO RolesAndUsersTransfertObjectAssembler.toRoleGroupTO(RoleGroup groupeRoles)
           
 

Methods in com.ebmwebsourcing.webcommons.user.service 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> RolesAndUsersTransfertObjectAssemblerImpl.toAllGroupes(java.util.List<RoleGroup> listRolesGroups)
           
 java.util.List<RoleGroupTO> RolesAndUsersTransfertObjectAssembler.toAllGroupes(java.util.List<RoleGroup> listRoleBO)
           
 

Methods in com.ebmwebsourcing.webcommons.user.service with parameters of type RoleGroupTO
 java.lang.String RoleGroupManagerImpl.createRoleGroup(RoleGroupTO roleGroupTO)
           
 void RolesAndUsersTransfertObjectAssemblerImpl.toRoleGroupBO(RoleGroupTO roleGroupTO, RoleGroup roleGroupBO)
           
 void RolesAndUsersTransfertObjectAssembler.toRoleGroupBO(RoleGroupTO roleGroupTO, RoleGroup roleGroupBO)
           
 java.lang.String RoleGroupManagerImpl.updateRoleGroup(RoleGroupTO roleGroupTO)
           
 



Copyright © 2010 eBM WebSourcing. All Rights Reserved.