Uses of Class
com.atlassian.crowd.exception.runtime.GroupNotFoundException
Packages that use GroupNotFoundException
-
Uses of GroupNotFoundException in com.atlassian.crowd.embedded.api
Methods in com.atlassian.crowd.embedded.api that throw GroupNotFoundExceptionModifier and TypeMethodDescriptionbooleanCrowdService.addGroupToGroup(Group childGroup, Group parentGroup) Adds a group as a member of a parent group.booleanCrowdService.addUserToGroup(User user, Group group) Adds a user as a member of a group.voidCrowdService.removeAllGroupAttributes(Group group) Removes all group attributes.voidCrowdService.removeGroupAttribute(Group group, String attributeName) Removes all the values for a single attribute key for a group.booleanCrowdService.removeGroupFromGroup(Group childGroup, Group parentGroup) Removes a group as a member of a parent group.booleanCrowdService.removeUserFromGroup(User user, Group group) Removes a user as a member of a group.voidCrowdService.setGroupAttribute(Group group, String attributeName, String attributeValue) Adds or updates a group's attributes with the new attributes.voidCrowdService.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
Methods in com.atlassian.crowd.embedded.core that throw GroupNotFoundExceptionModifier and TypeMethodDescriptionbooleanCrowdServiceImpl.addGroupToGroup(Group childGroup, Group parentGroup) booleanCrowdServiceImpl.addUserToGroup(User user, Group group) voidCrowdServiceImpl.removeAllGroupAttributes(Group group) booleanCrowdServiceImpl.removeGroup(Group group) voidCrowdServiceImpl.removeGroupAttribute(Group group, String attributeName) booleanCrowdServiceImpl.removeGroupFromGroup(Group childGroup, Group parentGroup) booleanCrowdServiceImpl.removeUserFromGroup(User user, Group group) voidCrowdServiceImpl.setGroupAttribute(Group group, String attributeName, String attributeValue) voidCrowdServiceImpl.setGroupAttribute(Group group, String attributeName, Set<String> attributeValues) CrowdServiceImpl.updateGroup(Group group)