@Transactional public class GroupLevelAdminStatsHelperImpl extends Object implements GroupLevelAdminStatsHelper
LAST_GLA_ACTION| Constructor and Description |
|---|
GroupLevelAdminStatsHelperImpl(UserPermissionService userPermissionService,
InternalUserDao internalUserDao,
ApplicationFactory crowdApplicationFactory,
org.hibernate.SessionFactory sessionFactory) |
| Modifier and Type | Method and Description |
|---|---|
GroupLevelAdminStats |
getGroupLevelAdminStats(LocalDateTime upTo,
Set<Period> periods)
Warning: this function is optimized for performance and clears the hibernate session!
|
boolean |
groupLevelAdminAnalyticsEnabled() |
public GroupLevelAdminStatsHelperImpl(UserPermissionService userPermissionService, InternalUserDao internalUserDao, ApplicationFactory crowdApplicationFactory, org.hibernate.SessionFactory sessionFactory)
public boolean groupLevelAdminAnalyticsEnabled()
groupLevelAdminAnalyticsEnabled in interface GroupLevelAdminStatsHelperpublic GroupLevelAdminStats getGroupLevelAdminStats(LocalDateTime upTo, Set<Period> periods) throws DirectoryNotFoundException, OperationFailedException
GroupLevelAdminStatsHelpergetGroupLevelAdminStats in interface GroupLevelAdminStatsHelperupTo - period will be evaluated till this dateperiods - periods to look up group level actionsDirectoryNotFoundExceptionOperationFailedExceptionCopyright © 2022 Atlassian. All rights reserved.