|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SpacePermissionDao
| Method Summary | |
|---|---|
List |
findAllGlobalPermissions()
Retreives all global permissions |
List |
findAllGlobalPermissionsForType(String permissionType)
Retrieves all global permissions of type permissionType |
List |
findPermissionsForGroup(String group)
Retrieves all permissions for group |
List |
findPermissionsForSpace(Space space)
Retrieves all permissions for space |
List |
findPermissionsForUser(String userName)
Retrieves all permissions for userName |
List |
findPermissionTypes(SpacePermission permission)
Find all permission types matching the combination of (space, user, group) in permission. |
SpacePermission |
getById(long id)
Retrieves a single SpacePermission by its ID |
boolean |
hasPermission(SpacePermission permission)
Determines whether permission exists in the data store |
void |
removePermissionsForGroup(String group)
Removes all permissions for group |
void |
removePermissionsForSpace(Space space)
Removes all permissions in space |
void |
removePermissionsForUser(String userName)
Removes all permissions for userName |
| Methods inherited from interface com.atlassian.confluence.core.persistence.VersionedObjectDao |
|---|
findLatestVersionsCount, findLatestVersionsIterator, save |
| Methods inherited from interface bucket.core.persistence.ObjectDao |
|---|
findAll, findAllSorted, getPersistentClass, refresh, remove, replicate, save, saveRaw |
| Method Detail |
|---|
SpacePermission getById(long id)
id - the SpacePermission to retrieve
boolean hasPermission(SpacePermission permission)
permission - the SpacePermission to look up
List findAllGlobalPermissions()
List findAllGlobalPermissionsForType(String permissionType)
permissionType - the SpacePermission type to look up
List findPermissionsForUser(String userName)
userName - the username to look up
List findPermissionsForGroup(String group)
group - the group to look up
List findPermissionsForSpace(Space space)
space - the Space to look up
void removePermissionsForUser(String userName)
userName - the User whose permissions will be removedvoid removePermissionsForGroup(String group)
group - the Group whose permissions will be removedvoid removePermissionsForSpace(Space space)
space - the Space that permissions will be removed fromList findPermissionTypes(SpacePermission permission)
permission - the permission to look up
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||