| com.atlassian.confluence.hosted.persistence.dao.SpaceGroupPermissionDao |
Known Indirect Subclasses
|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get space group permissions for the user.
| |||||||||||
Returns a list of usernames with permissions of a certain type to a
SpaceGroup | |||||||||||
Determines whether permission exists in the data store
| |||||||||||
Saves or updates the specified perm.
| |||||||||||
Get space group permissions for the user.
| IllegalArgumentException | if username is null |
|---|
Returns a list of usernames with permissions of a certain type to a SpaceGroup
| spaceGroup | The SpaceGroup against which we want to check the permissions |
|---|---|
| type | The type of permission we want to check |
Determines whether permission exists in the data store
| permission | the SpacePermission to look up |
|---|
Saves or updates the specified perm.