|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GroupNotFoundException | |
|---|---|
| com.atlassian.crowd.embedded.api | |
| com.atlassian.crowd.embedded.core | |
| Uses of GroupNotFoundException in com.atlassian.crowd.embedded.api |
|---|
| Methods in com.atlassian.crowd.embedded.api that throw GroupNotFoundException | |
|---|---|
void |
CrowdService.addGroupToGroup(Group childGroup,
Group parentGroup)
Adds a group as a member of a parent group. |
void |
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,
java.lang.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,
java.lang.String attributeName,
java.util.Set<java.lang.String> attributeValues)
Adds or updates a group's attributes with the new attributes. |
void |
CrowdService.setGroupAttribute(Group group,
java.lang.String attributeName,
java.lang.String attributeValue)
Adds or updates a group's attributes with the new attributes. |
Group |
CrowdService.updateGroup(Group group)
Updates the group. |
| Uses of GroupNotFoundException in com.atlassian.crowd.embedded.core |
|---|
| Methods in com.atlassian.crowd.embedded.core that throw GroupNotFoundException | |
|---|---|
void |
CrowdServiceImpl.addGroupToGroup(Group childGroup,
Group parentGroup)
|
void |
FilteredCrowdServiceImpl.addGroupToGroup(Group childGroup,
Group parentGroup)
|
void |
CrowdServiceImpl.addUserToGroup(User user,
Group group)
|
void |
FilteredCrowdServiceImpl.addUserToGroup(User user,
Group group)
|
void |
CrowdServiceImpl.removeAllGroupAttributes(Group group)
|
void |
FilteredCrowdServiceImpl.removeAllGroupAttributes(Group group)
|
boolean |
CrowdServiceImpl.removeGroup(Group group)
|
void |
CrowdServiceImpl.removeGroupAttribute(Group group,
java.lang.String attributeName)
|
void |
FilteredCrowdServiceImpl.removeGroupAttribute(Group group,
java.lang.String attributeName)
|
boolean |
CrowdServiceImpl.removeGroupFromGroup(Group childGroup,
Group parentGroup)
|
boolean |
FilteredCrowdServiceImpl.removeGroupFromGroup(Group childGroup,
Group parentGroup)
|
boolean |
CrowdServiceImpl.removeUserFromGroup(User user,
Group group)
|
boolean |
FilteredCrowdServiceImpl.removeUserFromGroup(User user,
Group group)
|
void |
CrowdServiceImpl.setGroupAttribute(Group group,
java.lang.String attributeName,
java.util.Set<java.lang.String> attributeValues)
|
void |
FilteredCrowdServiceImpl.setGroupAttribute(Group group,
java.lang.String attributeName,
java.util.Set<java.lang.String> attributeValues)
|
void |
CrowdServiceImpl.setGroupAttribute(Group group,
java.lang.String attributeName,
java.lang.String attributeValue)
|
void |
FilteredCrowdServiceImpl.setGroupAttribute(Group group,
java.lang.String attributeName,
java.lang.String attributeValue)
|
Group |
CrowdServiceImpl.updateGroup(Group group)
|
Group |
FilteredCrowdServiceImpl.updateGroup(Group group)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||