Class AclStatisticsServiceImpl
- java.lang.Object
-
- com.atlassian.bamboo.security.acegi.acls.AclStatisticsServiceImpl
-
- All Implemented Interfaces:
AclStatisticsService
public class AclStatisticsServiceImpl extends Object implements AclStatisticsService
-
-
Constructor Summary
Constructors Constructor Description AclStatisticsServiceImpl(AclStatisticsDao aclDao)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AclEntriesStatistics
countAclEntriesByJavaType()
Counts ACL entries grouped byObjectIdentity
andBambooPermission
.long
countNonEmptyProjectsWithProjectPlanPermissions()
Counts ACL entries for unique non-empty Project which have Project Plan permissions defined
-
-
-
Constructor Detail
-
AclStatisticsServiceImpl
@Autowired public AclStatisticsServiceImpl(AclStatisticsDao aclDao)
-
-
Method Detail
-
countAclEntriesByJavaType
public AclEntriesStatistics countAclEntriesByJavaType()
Description copied from interface:AclStatisticsService
Counts ACL entries grouped byObjectIdentity
andBambooPermission
.- Specified by:
countAclEntriesByJavaType
in interfaceAclStatisticsService
-
countNonEmptyProjectsWithProjectPlanPermissions
public long countNonEmptyProjectsWithProjectPlanPermissions()
Description copied from interface:AclStatisticsService
Counts ACL entries for unique non-empty Project which have Project Plan permissions defined- Specified by:
countNonEmptyProjectsWithProjectPlanPermissions
in interfaceAclStatisticsService
-
-