org.activemath.webapp.admin
Class UserGroupAccessor
java.lang.Object
org.activemath.webapp.admin.UserGroupAccessor
public class UserGroupAccessor
- extends Object
Provides some methods which will be called from this controller's views
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserGroupAccessor
public UserGroupAccessor()
getInheritedRecBookIds
public Set<String> getInheritedRecBookIds(String groupId)
getAllowedRecBookIds
public Set<String> getAllowedRecBookIds(String groupId)
getGroupSpecificRecBookIds
public Set<String> getGroupSpecificRecBookIds(String groupId)
getInheritedGroupingIds
public Set<String> getInheritedGroupingIds(String groupId)
getAllowedGroupingIds
public Set<String> getAllowedGroupingIds(String groupId)
getGroupSpecificGroupingIds
public Set<String> getGroupSpecificGroupingIds(String groupId)
getAllowedSurveys
public Set<String> getAllowedSurveys(String groupId)
getGroupSpecificSurveys
public Set<String> getGroupSpecificSurveys(String groupId)
getInheritedSurveys
public Set<String> getInheritedSurveys(String groupId)
splitCSV
public List<String> splitCSV(String line)