public class

HibernateContentPermissionSetDao

extends HibernateObjectDao
implements ContentPermissionSetDao
java.lang.Object
   ↳ org.springframework.dao.support.DaoSupport
     ↳ org.springframework.orm.hibernate.support.HibernateDaoSupport
       ↳ com.atlassian.hibernate.HibernateObjectDao
         ↳ com.atlassian.confluence.security.persistence.dao.hibernate.HibernateContentPermissionSetDao

Summary

[Expand]
Inherited Fields
From class com.atlassian.hibernate.HibernateObjectDao
From class org.springframework.dao.support.DaoSupport
Public Constructors
HibernateContentPermissionSetDao()
Public Methods
ContentPermissionSet getById(long id)
List getInheritedContentPermissionSets(ContentEntityObject ceo, String type)
Class getPersistentClass()
[Expand]
Inherited Methods
From class com.atlassian.hibernate.HibernateObjectDao
From class org.springframework.orm.hibernate.support.HibernateDaoSupport
From class org.springframework.dao.support.DaoSupport
From class java.lang.Object
From interface bucket.core.persistence.ObjectDao
From interface com.atlassian.confluence.security.persistence.dao.ContentPermissionSetDao
From interface org.springframework.beans.factory.InitializingBean

Public Constructors

public HibernateContentPermissionSetDao ()

Public Methods

public ContentPermissionSet getById (long id)

public List getInheritedContentPermissionSets (ContentEntityObject ceo, String type)

Returns

public Class getPersistentClass ()