com.atlassian.confluence.security.persistence.dao.hibernate
Class HibernateContentPermissionSetDao

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate.support.HibernateDaoSupport
          extended by com.atlassian.hibernate.HibernateObjectDao
              extended by com.atlassian.confluence.security.persistence.dao.hibernate.HibernateContentPermissionSetDao
All Implemented Interfaces:
ObjectDao, ContentPermissionSetDao, org.springframework.beans.factory.InitializingBean

public class HibernateContentPermissionSetDao
extends HibernateObjectDao
implements ContentPermissionSetDao


Field Summary
 
Fields inherited from class com.atlassian.hibernate.HibernateObjectDao
log
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
HibernateContentPermissionSetDao()
           
 
Method Summary
 ContentPermissionSet getById(long id)
           
 List getInheritedContentPermissionSets(ContentEntityObject ceo, String type)
           
 Class getPersistentClass()
           
 
Methods inherited from class com.atlassian.hibernate.HibernateObjectDao
findAll, findAllSorted, findAllSorted, findNamedQuery, findNamedQuery, findNamedQuery, findNamedQueryStringParam, findNamedQueryStringParam, findNamedQueryStringParam, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findSingleObject, getByClassId, getCountResult, index, refresh, reIndex, remove, replicate, save, saveRaw, setIndexer, unIndex, updateModificationData
 
Methods inherited from class org.springframework.orm.hibernate.support.HibernateDaoSupport
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface bucket.core.persistence.ObjectDao
findAll, findAllSorted, findAllSorted, refresh, remove, replicate, save, saveRaw
 

Constructor Detail

HibernateContentPermissionSetDao

public HibernateContentPermissionSetDao()
Method Detail

getById

public ContentPermissionSet getById(long id)
Specified by:
getById in interface ContentPermissionSetDao

getInheritedContentPermissionSets

public List getInheritedContentPermissionSets(ContentEntityObject ceo,
                                              String type)
Specified by:
getInheritedContentPermissionSets in interface ContentPermissionSetDao
Returns:
a list of ContentPermissionSets associated with the ancestors of this content object

getPersistentClass

public Class getPersistentClass()
Specified by:
getPersistentClass in interface ObjectDao


Copyright © 2003-2012 Atlassian. All Rights Reserved.