com.atlassian.confluence.security.persistence.dao
Interface ContentPermissionSetDao

All Superinterfaces:
ObjectDao
All Known Implementing Classes:
HibernateContentPermissionSetDao

public interface ContentPermissionSetDao
extends ObjectDao


Method Summary
 ContentPermissionSet getById(long id)
           
 List getInheritedContentPermissionSets(ContentEntityObject ceo, String type)
           
 
Methods inherited from interface bucket.core.persistence.ObjectDao
findAll, findAllSorted, findAllSorted, getPersistentClass, refresh, remove, replicate, save, saveRaw
 

Method Detail

getById

ContentPermissionSet getById(long id)

getInheritedContentPermissionSets

List getInheritedContentPermissionSets(ContentEntityObject ceo,
                                       String type)
Returns:
list of ContentPermissionSets of the ancestors of ceo


Copyright © 2003-2012 Atlassian. All Rights Reserved.