com.atlassian.confluence.core.persistence
Interface ContentPermissionDao

All Superinterfaces:
ObjectDao
All Known Implementing Classes:
ContentPermissionHibernateDao

public interface ContentPermissionDao
extends ObjectDao


Method Summary
 ContentPermission getById(long id)
           
 List getGroupPermissions(String groupName)
           
 List getUserPermissions(String userId)
           
 
Methods inherited from interface bucket.core.persistence.ObjectDao
findAll, findAllSorted, findAllSorted, getPersistentClass, refresh, remove, replicate, save, saveRaw
 

Method Detail

getById

ContentPermission getById(long id)

getGroupPermissions

List getGroupPermissions(String groupName)

getUserPermissions

List getUserPermissions(String userId)


Confluence is developed by Atlassian.