Searched defs:profileGroup (Results 1 – 2 of 2) sorted by relevance
116 public Collection<UserReference> profileGroup() { in profileGroup() method in Users122 public Collection<UserReference> profileGroup(UserReference user) { in profileGroup() method in Users
62 final Set<Integer> profileGroup = new HashSet<>(); in addProfileIds() local