Uses of Class
com.atlassian.confluence.security.persistence.dao.hibernate.SpacePermissionDTOLight
-
Packages that use SpacePermissionDTOLight Package Description com.atlassian.confluence.security.persistence.dao com.atlassian.confluence.security.persistence.dao.hibernate -
-
Uses of SpacePermissionDTOLight in com.atlassian.confluence.security.persistence.dao
Methods in com.atlassian.confluence.security.persistence.dao that return types with arguments of type SpacePermissionDTOLight Modifier and Type Method Description List<SpacePermissionDTOLight>
SpacePermissionDao. findPermissionsForSpacesAndTypes(Set<Long> spaceIdList, Collection<String> typeList)
Retrieves all permissions for the provides space list. -
Uses of SpacePermissionDTOLight in com.atlassian.confluence.security.persistence.dao.hibernate
Methods in com.atlassian.confluence.security.persistence.dao.hibernate that return types with arguments of type SpacePermissionDTOLight Modifier and Type Method Description List<SpacePermissionDTOLight>
HibernateSpacePermissionDao. findPermissionsForSpacesAndTypes(Set<Long> spaceIdList, Collection<String> typeList)
Retrieves all permissions for the provides space list.
-