Uses of Class
com.tszadel.qctools4j.model.user.Group

Packages that use Group
com.tszadel.qctools4j   
com.tszadel.qctools4j.clients   
com.tszadel.qctools4j.model.user   
 

Uses of Group in com.tszadel.qctools4j
 

Methods in com.tszadel.qctools4j that return types with arguments of type Group
 List<Group> IQcConnection.getCurrentGroups()
          Returns the groups that the current user is member.
 

Uses of Group in com.tszadel.qctools4j.clients
 

Methods in com.tszadel.qctools4j.clients that return types with arguments of type Group
 List<Group> QcConnectionImpl.getCurrentGroups()
          Overrides getCurrentGroups.
 List<Group> UserClient.getGroupsOfUser(String pUsername)
          Returns the groups of the user.
 

Uses of Group in com.tszadel.qctools4j.model.user
 

Methods in com.tszadel.qctools4j.model.user that return types with arguments of type Group
 List<Group> User.getGroups()
          Returns groups.
 

Method parameters in com.tszadel.qctools4j.model.user with type arguments of type Group
 void User.setGroups(List<Group> groups)
          Sets the groups.