com.atlassian.confluence.core.persistence
Interface ContentPermissionDao

All Superinterfaces:
bucket.core.persistence.ObjectDao
All Known Implementing Classes:
ContentPermissionHibernateDao

public interface ContentPermissionDao
extends bucket.core.persistence.ObjectDao


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

Method Detail

getById

ContentPermission getById(long id)

getGroupPermissions

java.util.List getGroupPermissions(java.lang.String groupName)

getUserPermissions

java.util.List getUserPermissions(java.lang.String userId)


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.