Uses of Class
com.atlassian.crowd.exception.runtime.GroupNotFoundException
-
Uses of GroupNotFoundException in com.atlassian.crowd.embedded.api
Modifier and TypeMethodDescriptionboolean
CrowdService.addGroupToGroup
(Group childGroup, Group parentGroup) Adds a group as a member of a parent group.boolean
CrowdService.addUserToGroup
(User user, Group group) Adds a user as a member of a group.void
CrowdService.removeAllGroupAttributes
(Group group) Removes all group attributes.void
CrowdService.removeGroupAttribute
(Group group, String attributeName) Removes all the values for a single attribute key for a group.boolean
CrowdService.removeGroupFromGroup
(Group childGroup, Group parentGroup) Removes a group as a member of a parent group.boolean
CrowdService.removeUserFromGroup
(User user, Group group) Removes a user as a member of a group.void
CrowdService.setGroupAttribute
(Group group, String attributeName, String attributeValue) Adds or updates a group's attributes with the new attributes.void
CrowdService.setGroupAttribute
(Group group, String attributeName, Set<String> attributeValues) Adds or updates a group's attributes with the newattributes
.CrowdService.updateGroup
(Group group) Updates thegroup
. -
Uses of GroupNotFoundException in com.atlassian.crowd.embedded.core
Modifier and TypeMethodDescriptionboolean
CrowdServiceImpl.addGroupToGroup
(Group childGroup, Group parentGroup) boolean
CrowdServiceImpl.addUserToGroup
(User user, Group group) void
CrowdServiceImpl.removeAllGroupAttributes
(Group group) boolean
CrowdServiceImpl.removeGroup
(Group group) void
CrowdServiceImpl.removeGroupAttribute
(Group group, String attributeName) boolean
CrowdServiceImpl.removeGroupFromGroup
(Group childGroup, Group parentGroup) boolean
CrowdServiceImpl.removeUserFromGroup
(User user, Group group) void
CrowdServiceImpl.setGroupAttribute
(Group group, String attributeName, String attributeValue) void
CrowdServiceImpl.setGroupAttribute
(Group group, String attributeName, Set<String> attributeValues) CrowdServiceImpl.updateGroup
(Group group)