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<ContentPermission> getGroupPermissions(String groupName)
           
 List<ContentPermission> 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<ContentPermission> getGroupPermissions(String groupName)

getUserPermissions

List<ContentPermission> getUserPermissions(String userId)


Copyright © 2003-2013 Atlassian. All Rights Reserved.