Uses of Interface
com.atlassian.confluence.core.persistence.ContentPermissionDao
-
Packages that use ContentPermissionDao Package Description com.atlassian.confluence.core com.atlassian.confluence.core.persistence.hibernate com.atlassian.confluence.internal.persistence -
-
Uses of ContentPermissionDao in com.atlassian.confluence.core
Fields in com.atlassian.confluence.core declared as ContentPermissionDao Modifier and Type Field Description protected ContentPermissionDao
DefaultContentPermissionManager. contentPermissionDao
Methods in com.atlassian.confluence.core with parameters of type ContentPermissionDao Modifier and Type Method Description void
DefaultContentPermissionManager. setContentPermissionDao(ContentPermissionDao contentPermissionDao)
-
Uses of ContentPermissionDao in com.atlassian.confluence.core.persistence.hibernate
Classes in com.atlassian.confluence.core.persistence.hibernate that implement ContentPermissionDao Modifier and Type Class Description class
ContentPermissionHibernateDao
-
Uses of ContentPermissionDao in com.atlassian.confluence.internal.persistence
Subinterfaces of ContentPermissionDao in com.atlassian.confluence.internal.persistence Modifier and Type Interface Description interface
ContentPermissionDaoInternal
Dao for ContentPermissions.
-