|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public SpacePermission getById(long id)
id
- the SpacePermission to retrieve
public boolean hasPermission(SpacePermission permission)
permission
- the SpacePermission to look up
public List findAllGlobalPermissions()
public List findAllGlobalPermissionsForType(String permissionType)
permissionType
- the SpacePermission type to look up
public List findPermissionsForUser(String userName)
userName
- the username to look up
public List findPermissionsForGroup(String group)
group
- the group to look up
public List findPermissionsForSpace(Space space)
space
- the Space to look up
public void removePermissionsForUser(String userName)
userName
- the User whose permissions will be removedpublic void removePermissionsForGroup(String group)
group
- the Group whose permissions will be removedpublic void removePermissionsForSpace(Space space)
space
- the Space that permissions will be removed frompublic List 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 |