Uses of Class
com.opensymphony.user.Group

Packages that use Group
com.atlassian.jira.issue.customfields.converters   
com.atlassian.jira.issue.subscription   
com.atlassian.jira.scheme   
com.atlassian.jira.security   
com.atlassian.jira.security.groups   
com.atlassian.jira.user.util   
com.opensymphony.user   
 

Uses of Group in com.atlassian.jira.issue.customfields.converters
 

Methods in com.atlassian.jira.issue.customfields.converters that return Group
 Group GroupConverter.getGroup(String stringValue)
          Deprecated. Use GroupConverter.getGroupObject(String stringValue). Since 4.3
 

Methods in com.atlassian.jira.issue.customfields.converters with parameters of type Group
 String GroupConverter.getString(Group group)
           
 

Uses of Group in com.atlassian.jira.issue.subscription
 

Methods in com.atlassian.jira.issue.subscription with parameters of type Group
 void SubscriptionManager.deleteSubscriptionsForGroup(Group group)
           
 

Uses of Group in com.atlassian.jira.scheme
 

Methods in com.atlassian.jira.scheme that return types with arguments of type Group
 Collection<Group> SchemeManager.getGroups(Long permissionId, org.ofbiz.core.entity.GenericValue project)
           
 

Uses of Group in com.atlassian.jira.security
 

Methods in com.atlassian.jira.security that return types with arguments of type Group
 Collection<Group> PermissionManager.getAllGroups(int permissionId, org.ofbiz.core.entity.GenericValue project)
          Deprecated. Use PermissionManager.getAllGroups(int, com.atlassian.jira.project.Project) instead. Since v4.3
 

Uses of Group in com.atlassian.jira.security.groups
 

Methods in com.atlassian.jira.security.groups that return Group
 Group GroupManager.getGroup(String groupName)
          Deprecated. Use GroupManager.getGroupObject(String groupName) Since v4.3.
 

Methods in com.atlassian.jira.security.groups with parameters of type Group
 boolean GroupManager.isUserInGroup(User user, Group group)
          Deprecated. Use GroupManager.isUserInGroup(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.Group) instead. Since v4.4.
 

Uses of Group in com.atlassian.jira.user.util
 

Methods in com.atlassian.jira.user.util that return Group
static Group OSUserConverter.convertToOSGroup(com.atlassian.crowd.embedded.api.Group crowdGroup)
          Convert a Crowd Group to an OSUser Group If a group is already an OSGroup the group will be returned unchanged.
 Group UserUtil.getGroup(String groupName)
          Deprecated. Since v4.3. Use UserUtil.getGroupObject(String).
 Group UserManager.getGroup(String groupName)
          Deprecated. Since v4.3. Use UserManager.getGroupObject(String).
 

Methods in com.atlassian.jira.user.util that return types with arguments of type Group
static Set<Group> OSUserConverter.convertToOSGroups(Iterable<com.atlassian.crowd.embedded.api.Group> crowdGroups)
          Convert a collection of Crowd Groups to OS User Groups If any group is already an OSGroup that group will be returned unchanged.
 Set<Group> UserManager.getAllGroups()
          Deprecated. Use UserManager.getGroups(). Since v4.3
 

Methods in com.atlassian.jira.user.util with parameters of type Group
 void UserUtil.addUserToGroup(Group group, User userToAdd)
          Deprecated. Use UserUtil.addUserToGroup(com.atlassian.crowd.embedded.api.Group, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
 void UserUtil.removeUserFromGroup(Group group, User userToRemove)
          Deprecated. Use UserUtil.removeUserFromGroup(com.atlassian.crowd.embedded.api.Group, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
 

Method parameters in com.atlassian.jira.user.util with type arguments of type Group
 void UserUtil.addUserToGroups(Collection<Group> groups, User userToAdd)
          Deprecated. Use UserUtil.addUserToGroups(java.util.Collection, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
 SortedSet<User> UserUtil.getUsersInGroups(Collection<Group> groups)
          Deprecated. Use UserUtil.getAllUsersInGroups(java.util.Collection) instead. Since v4.3
 void UserUtil.removeUserFromGroups(Collection<Group> groups, User userToRemove)
          Deprecated. Use UserUtil.removeUserFromGroups(java.util.Collection, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
 

Uses of Group in com.opensymphony.user
 

Methods in com.opensymphony.user that return Group
 Group UserManager.createGroup(String name)
          Deprecated. Create a new Group with given name.
 Group UserManager.getGroup(String name)
          Deprecated. Return Group with given name.
 

Methods in com.opensymphony.user that return types with arguments of type Group
 List<Group> UserManager.getGroups()
          Deprecated. Return all known Groups from all AccessProviders that allow listing.
 

Methods in com.opensymphony.user with parameters of type Group
 boolean User.addToGroup(Group group)
          Deprecated. Use CrowdService.addUserToGroup(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.Group) instead. Since v4.4.
 boolean User.inGroup(Group group)
          Deprecated. Use GroupManager.isUserInGroup(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.Group) instead. Since v4.4.
 boolean User.removeFromGroup(Group group)
          Deprecated. Use CrowdService.removeUserFromGroup(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.Group)} instead. Since v4.4.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.