Description:
This is a stub standalone context implementation helper delegate class for
the AgentFacade class. "Standalone" means that Samigo (Tests and Quizzes)
is running without the context of the Sakai portal and authentication
mechanisms, and therefore we "make up" some of the values returned.
Note: To customize behavior you can add your own helper class to the
Spring injection via the integrationContext.xml for your context.
The particular integrationContext.xml to be used is selected by the
build process.
Sakai Project Copyright (c) 2005
author: Ed Smiley author: based on code originally in AgentFacade
isFileUploadAvailable() This is a kludge to work around a JSF scriptlet dependency introduced by cwen
on org.sakaiproject.component.cover.ServerConfigurationService.
This gets the current site id and transforms it into the realm.
Parameters: inUsers - the Collection of users who have their roles looked up.This is a Collection of userId Strings Returns the map of users as keys and their roles as values.If the user is not in the realm then they will have a null role.
This is a kludge to work around a JSF scriptlet dependency introduced by cwen
on org.sakaiproject.component.cover.ServerConfigurationService.
true unless it is turned off