org.activemath.webapp.admin
Class UserGroupAccessor

java.lang.Object
  extended by org.activemath.webapp.admin.UserGroupAccessor

public class UserGroupAccessor
extends Object

Provides some methods which will be called from this controller's views


Constructor Summary
UserGroupAccessor()
           
 
Method Summary
 Set<String> getAllowedGroupingIds(String groupId)
           
 Set<String> getAllowedRecBookIds(String groupId)
           
 Set<String> getAllowedSurveys(String groupId)
           
 Set<String> getGroupSpecificGroupingIds(String groupId)
           
 Set<String> getGroupSpecificRecBookIds(String groupId)
           
 Set<String> getGroupSpecificSurveys(String groupId)
           
 Set<String> getInheritedGroupingIds(String groupId)
           
 Set<String> getInheritedRecBookIds(String groupId)
           
 Set<String> getInheritedSurveys(String groupId)
           
 List<String> splitCSV(String line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserGroupAccessor

public UserGroupAccessor()
Method Detail

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)