Interface ContentPermissionDaoInternal
-
- All Superinterfaces:
ContentPermissionDao
,ObjectDao
,ObjectDaoInternal<ContentPermission>
- All Known Implementing Classes:
ContentPermissionHibernateDao
public interface ContentPermissionDaoInternal extends ContentPermissionDao, ObjectDaoInternal<ContentPermission>
Dao for ContentPermissions.- Since:
- 6.10.0
- See Also:
ContentPermissionSetDaoInternal
-
-
Method Summary
-
Methods inherited from interface com.atlassian.confluence.core.persistence.ContentPermissionDao
getById, getGroupPermissions, getUserPermissions
-
Methods inherited from interface com.atlassian.confluence.internal.persistence.ObjectDaoInternal
findAll, findAllSorted, findAllSorted, findByClassIds, findByClassIdsFiltered, getPersistentClass, refresh, refreshEntity, remove, removeEntity, replicate, replicateEntity, save, saveEntity, saveRaw, saveRawEntity
-
-