Searched refs:allRunningProfileUserIds (Results 1 – 1 of 1) sorted by relevance
249 int[] allRunningProfileUserIds = userProfileGroup.getAllRunningProfilesUserIds(); in getIssuesFor() local250 for (int i = 0; i < allRunningProfileUserIds.length; i++) { in getIssuesFor()251 issues.addAll(getIssuesForUser(allRunningProfileUserIds[i])); in getIssuesFor()