public interface AgentHelper extends Serializable
Description: This is a context implementation helper delegate interface for the AgentFacade class. Using Spring injection via the integrationContext.xml selected by the build process to find the implementation.
Sakai Project Copyright (c) 2005
| Modifier and Type | Field and Description |
|---|---|
static String |
UNASSIGNED_AGENT_STRING |
| Modifier and Type | Method and Description |
|---|---|
String |
createAnonymous(AgentFacade agent) |
AgentImpl |
getAgent() |
String |
getAgentString(String agentString) |
String |
getAnonymousId(String agentString) |
String |
getCurrentSiteId(boolean accessViaUrl) |
String |
getCurrentSiteName(boolean accessViaUrl) |
String |
getDisplayId(String agentId) |
String |
getDisplayName(String agentString) |
String |
getDisplayNameByAgentId(String agentId) |
String |
getEid(String agentString) |
String |
getEidById(String agentString) |
String |
getEmail(String agentString) |
String |
getFirstName(String agentString) |
String |
getLastName(String agentString) |
String |
getRole(String agentString) |
String |
getRoleForAgentAndSite(String agentString,
String siteId) |
String |
getRoleForCurrentAgent(String agentString) |
String |
getSiteName(String siteId) |
Map |
getUserRolesFromContextRealm(Collection inUsers) |
boolean |
isFileUploadAvailable()
Deprecated.
|
boolean |
isIntegratedEnvironment() |
boolean |
isStandaloneEnvironment() |
static final String UNASSIGNED_AGENT_STRING
AgentImpl getAgent()
String createAnonymous(AgentFacade agent)
String getCurrentSiteId(boolean accessViaUrl)
String getCurrentSiteName(boolean accessViaUrl)
boolean isStandaloneEnvironment()
boolean isIntegratedEnvironment()
Map getUserRolesFromContextRealm(Collection inUsers)
boolean isFileUploadAvailable()
Copyright © 2005-2014 Sakai Project. All Rights Reserved.