Package org.sakaiproject.site.util
Class GroupHelper
- java.lang.Object
-
- org.sakaiproject.site.util.GroupHelper
-
public class GroupHelper extends Object
Helper methods for group management- Author:
- plukasew
-
-
Constructor Summary
Constructors Constructor Description GroupHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetSiteGroupByTitle(org.sakaiproject.site.api.Site site, String groupTitle)Finds a group in a particular site, by group title
-
-
-
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 sitegroupTitle- the group title- Returns:
- the id of the group with the matching title, or empty string if not found
-
-