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)
           
 
Methods inherited from interface bucket.core.persistence.ObjectDao
findAll, findAllSorted, getPersistentClass, refresh, remove, replicate, save, saveRaw
 

Method Detail

getById

public ContentPermission getById(long id)


Confluence is developed by Atlassian.