- Edited
Hello allI am currently working on a mod that requires me to pull all the elements under teams, departments and groups.For the classes of teams and departments, I see there was a method getTeams() and getDepartments() which returned an array of all the elements. When I went over to the groups class I noticed their isn't a method to get all groups. I am sure this wasn't by accident and it must be part of the design and was kind of wondering why there isn't a method to return all groups.Hope someone can provide some insight into this and thanks in advance.