| |
|
| java.lang.Object org.sakaiproject.component.app.roster.RosterManagerImpl
RosterManagerImpl | public class RosterManagerImpl implements RosterManager(Code) | | author: rshastri version: $Id: RosterManagerImpl.java 1244 2005-08-17 16:06:54Z rshastri@iupui.edu $ |
currentUserHasExportPerm | public boolean currentUserHasExportPerm()(Code) | | |
currentUserHasSiteUpdatePerm | public boolean currentUserHasSiteUpdatePerm()(Code) | | |
currentUserHasViewAllPerm | public boolean currentUserHasViewAllPerm()(Code) | | |
currentUserHasViewHiddenPerm | public boolean currentUserHasViewHiddenPerm()(Code) | | |
currentUserHasViewOfficialIdPerm | public boolean currentUserHasViewOfficialIdPerm()(Code) | | |
currentUserHasViewSectionPerm | public boolean currentUserHasViewSectionPerm()(Code) | | |
destroy | public void destroy()(Code) | | |
getRoster | public List getRoster(String filter)(Code) | | retrieve the list of participants filtered by the passed filter
(such as Show All Sections) that are viewable by the current user
Parameters: filter - List |
getViewableSectionsForCurrentUser | public List getViewableSectionsForCurrentUser()(Code) | | returns sections that user has permission to view
|
setProfileManager | public void setProfileManager(ProfileManager newProfileManager)(Code) | | Parameters: sakaiProfileManager - |
siteHasSections | public boolean siteHasSections()(Code) | | Determine if sectioning exists in this site
|
sortParticipants | public void sortParticipants(List participants, String sortByColumn, boolean ascending)(Code) | | |
|
|
|