|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.dao.support.DaoSupport org.springframework.orm.hibernate.support.HibernateDaoSupport com.atlassian.hibernate.HibernateObjectDao com.atlassian.confluence.core.persistence.hibernate.VersionedHibernateObjectDao com.atlassian.confluence.core.persistence.hibernate.ContentPermissionHibernateDao
public class ContentPermissionHibernateDao
Field Summary |
---|
Fields inherited from class com.atlassian.confluence.core.persistence.hibernate.VersionedHibernateObjectDao |
---|
cacheFactory, confluenceUserDao |
Fields inherited from class org.springframework.dao.support.DaoSupport |
---|
logger |
Constructor Summary | |
---|---|
ContentPermissionHibernateDao()
|
Method Summary | |
---|---|
ContentPermission |
getById(long id)
|
java.util.List<ContentPermission> |
getGroupPermissions(java.lang.String groupName)
|
java.lang.Class |
getPersistentClass()
|
java.util.List<ContentPermission> |
getUserPermissions(ConfluenceUser user)
|
java.util.List<ContentPermission> |
getUserPermissions(java.lang.String userName)
Deprecated. |
Methods inherited from class com.atlassian.confluence.core.persistence.hibernate.VersionedHibernateObjectDao |
---|
findAllSorted, findLatestVersionsCount, findLatestVersionsIterator, save, setCacheFactory, setConfluenceUserDao, 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 |
---|
public ContentPermissionHibernateDao()
Method Detail |
---|
public ContentPermission getById(long id)
getById
in interface ContentPermissionDao
public java.util.List<ContentPermission> getGroupPermissions(java.lang.String groupName)
getGroupPermissions
in interface ContentPermissionDao
public java.util.List<ContentPermission> getUserPermissions(ConfluenceUser user)
getUserPermissions
in interface ContentPermissionDao
@Deprecated public java.util.List<ContentPermission> getUserPermissions(java.lang.String userName)
getUserPermissions
in interface ContentPermissionDao
public java.lang.Class getPersistentClass()
getPersistentClass
in interface ObjectDao
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |