Class GroupHelper


  • public class GroupHelper
    extends Object
    Helper methods for group management
    Author:
    plukasew
    • Constructor Detail

      • GroupHelper

        public GroupHelper()
    • Method Detail

      • getSiteGroupByTitle

        public static String getSiteGroupByTitle​(org.sakaiproject.site.api.Site site,
                                                 String groupTitle)
        Finds a group in a particular site, by group title
        Parameters:
        site - the site
        groupTitle - the group title
        Returns:
        the id of the group with the matching title, or empty string if not found