A C D G H I M O P S T W X 

A

au.edu.anu.portal.portlets.sakaiconnector - package au.edu.anu.portal.portlets.sakaiconnector
 
au.edu.anu.portal.portlets.sakaiconnector.helper - package au.edu.anu.portal.portlets.sakaiconnector.helper
 
au.edu.anu.portal.portlets.sakaiconnector.logic - package au.edu.anu.portal.portlets.sakaiconnector.logic
 
au.edu.anu.portal.portlets.sakaiconnector.models - package au.edu.anu.portal.portlets.sakaiconnector.models
 
au.edu.anu.portal.portlets.sakaiconnector.support - package au.edu.anu.portal.portlets.sakaiconnector.support
 
au.edu.anu.portal.portlets.sakaiconnector.utils - package au.edu.anu.portal.portlets.sakaiconnector.utils
 

C

CACHE_NAME - Static variable in class au.edu.anu.portal.portlets.sakaiconnector.utils.Constants
 
call(String, String, Map<String, Map<String, String>>) - Static method in class au.edu.anu.portal.portlets.sakaiconnector.support.WebServiceSupport
Make a web service call to the given endpoint, calling the method and using the params supplied
CollectionsSupport - Class in au.edu.anu.portal.portlets.sakaiconnector.support
Java.util.Collections utility class.
CollectionsSupport() - Constructor for class au.edu.anu.portal.portlets.sakaiconnector.support.CollectionsSupport
 
Constants - Class in au.edu.anu.portal.portlets.sakaiconnector.utils
 
Constants() - Constructor for class au.edu.anu.portal.portlets.sakaiconnector.utils.Constants
 

D

deserialiseParameterMap(Map<String, String[]>) - Static method in class au.edu.anu.portal.portlets.sakaiconnector.support.HttpSupport
Deserialise the result of request.getParameterMap to convert a query string back into a single valued map.
destroy() - Method in class au.edu.anu.portal.portlets.sakaiconnector.PortletDispatcher
 
dispatch(RenderRequest, RenderResponse, String) - Method in class au.edu.anu.portal.portlets.sakaiconnector.PortletDispatcher
Dispatch to a JSP or servlet
doConfig(RenderRequest, RenderResponse) - Method in class au.edu.anu.portal.portlets.sakaiconnector.PortletDispatcher
Custom mode handler for CONFIG view
doDispatch(RenderRequest, RenderResponse) - Method in class au.edu.anu.portal.portlets.sakaiconnector.PortletDispatcher
Delegate to appropriate PortletMode.
doEdit(RenderRequest, RenderResponse) - Method in class au.edu.anu.portal.portlets.sakaiconnector.PortletDispatcher
Render the edit page, invalidates any cached data
doPost(String, Map<String, String>) - Static method in class au.edu.anu.portal.portlets.sakaiconnector.support.HttpSupport
Make a POST request with the given Map of parameters to be encoded
doView(RenderRequest, RenderResponse) - Method in class au.edu.anu.portal.portlets.sakaiconnector.PortletDispatcher
Render the main view

G

getAllSitesForUser(SakaiWebServiceLogic, String) - Static method in class au.edu.anu.portal.portlets.sakaiconnector.helper.SakaiWebServiceHelper
 
getAllSitesForUser(String) - Method in class au.edu.anu.portal.portlets.sakaiconnector.logic.SakaiWebServiceLogic
Get the XML for a list of all sites for a user, transformed to a List of Sites
getRemoteUserIdForUser(SakaiWebServiceLogic, String) - Static method in class au.edu.anu.portal.portlets.sakaiconnector.helper.SakaiWebServiceHelper
 
getRemoteUserIdForUser(String) - Method in class au.edu.anu.portal.portlets.sakaiconnector.logic.SakaiWebServiceLogic
Get the userId for a user.
getString(String) - Static method in class au.edu.anu.portal.portlets.sakaiconnector.utils.Messages
Get a simple message from the bundle
getString(String, Object[]) - Static method in class au.edu.anu.portal.portlets.sakaiconnector.utils.Messages
Get a parameterised message from the bundle and perform the parameter substitution on it
getTitle(RenderRequest) - Method in class au.edu.anu.portal.portlets.sakaiconnector.PortletDispatcher
Override GenericPortlet.getTitle() to use the preferred title for the portlet instead
getToolsForSite(SakaiWebServiceLogic, String, String) - Static method in class au.edu.anu.portal.portlets.sakaiconnector.helper.SakaiWebServiceHelper
 
getToolsForSite(String, String) - Method in class au.edu.anu.portal.portlets.sakaiconnector.logic.SakaiWebServiceLogic
Get the list of tools in a site.

H

HttpSupport - Class in au.edu.anu.portal.portlets.sakaiconnector.support
HTTP support class.
HttpSupport() - Constructor for class au.edu.anu.portal.portlets.sakaiconnector.support.HttpSupport
 

I

init(PortletConfig) - Method in class au.edu.anu.portal.portlets.sakaiconnector.PortletDispatcher
 

M

Messages - Class in au.edu.anu.portal.portlets.sakaiconnector.utils
Messages.java Handles the retrieval of localised messages and parameter substitution.
Messages() - Constructor for class au.edu.anu.portal.portlets.sakaiconnector.utils.Messages
 

O

OAuthSupport - Class in au.edu.anu.portal.portlets.sakaiconnector.support
A set of OAuth methods
OAuthSupport() - Constructor for class au.edu.anu.portal.portlets.sakaiconnector.support.OAuthSupport
 

P

Page - Class in au.edu.anu.portal.portlets.sakaiconnector.models
An object to store information about a page in a site, and the List of tools contained within it.
Page() - Constructor for class au.edu.anu.portal.portlets.sakaiconnector.models.Page
 
PageList - Class in au.edu.anu.portal.portlets.sakaiconnector.models
A convenience object to hold a list of pages retrieved from the web service call, when the XML is parsed.
PageList() - Constructor for class au.edu.anu.portal.portlets.sakaiconnector.models.PageList
 
parseListOfPages(String) - Static method in class au.edu.anu.portal.portlets.sakaiconnector.utils.XmlParser
Parse the given XML into a list of Tools.
parseListOfSites(String) - Static method in class au.edu.anu.portal.portlets.sakaiconnector.utils.XmlParser
Parse the given XML into a list of Sites.
PORTLET_HEIGHT_1200 - Static variable in class au.edu.anu.portal.portlets.sakaiconnector.utils.Constants
 
PORTLET_HEIGHT_1600 - Static variable in class au.edu.anu.portal.portlets.sakaiconnector.utils.Constants
 
PORTLET_HEIGHT_400 - Static variable in class au.edu.anu.portal.portlets.sakaiconnector.utils.Constants
 
PORTLET_HEIGHT_600 - Static variable in class au.edu.anu.portal.portlets.sakaiconnector.utils.Constants
 
PORTLET_HEIGHT_800 - Static variable in class au.edu.anu.portal.portlets.sakaiconnector.utils.Constants
 
PORTLET_HEIGHT_DEFAULT - Static variable in class au.edu.anu.portal.portlets.sakaiconnector.utils.Constants
 
PORTLET_TITLE_DEFAULT - Static variable in class au.edu.anu.portal.portlets.sakaiconnector.utils.Constants
 
PortletDispatcher - Class in au.edu.anu.portal.portlets.sakaiconnector
 
PortletDispatcher() - Constructor for class au.edu.anu.portal.portlets.sakaiconnector.PortletDispatcher
 
postLaunchHtml(String, Map<String, String>) - Static method in class au.edu.anu.portal.portlets.sakaiconnector.support.HttpSupport
Generate a HTML form that will automatically submit itself, based on the parameters supplied.
printMap(Map<?, ?>) - Static method in class au.edu.anu.portal.portlets.sakaiconnector.support.CollectionsSupport
Print all key-value pairs of a map to stdout
processAction(ActionRequest, ActionResponse) - Method in class au.edu.anu.portal.portlets.sakaiconnector.PortletDispatcher
Process any portlet actions.

S

SakaiWebServiceHelper - Class in au.edu.anu.portal.portlets.sakaiconnector.helper
This is a static cover for the logic class, used until we convert to Spring.
SakaiWebServiceHelper() - Constructor for class au.edu.anu.portal.portlets.sakaiconnector.helper.SakaiWebServiceHelper
 
SakaiWebServiceLogic - Class in au.edu.anu.portal.portlets.sakaiconnector.logic
This class is a simple logic class that makes the required web service calls for the Basic LTI portlet to get its information.
SakaiWebServiceLogic() - Constructor for class au.edu.anu.portal.portlets.sakaiconnector.logic.SakaiWebServiceLogic
 
serialiseMapToQueryString(Map<String, String>) - Static method in class au.edu.anu.portal.portlets.sakaiconnector.support.HttpSupport
Serialise the given Map of parameters to a URL query string
signProperties(String, Map<String, String>, String, String, String) - Static method in class au.edu.anu.portal.portlets.sakaiconnector.support.OAuthSupport
Sign a property Map with OAuth.
Site - Class in au.edu.anu.portal.portlets.sakaiconnector.models
An object that holds information about a site, retrieved from the web service call
Site() - Constructor for class au.edu.anu.portal.portlets.sakaiconnector.models.Site
 
SiteList - Class in au.edu.anu.portal.portlets.sakaiconnector.models
A convenience object to hold a list of Sites retrieved from the web service call, when the XML is parsed.
SiteList() - Constructor for class au.edu.anu.portal.portlets.sakaiconnector.models.SiteList
 
SitePageList - Class in au.edu.anu.portal.portlets.sakaiconnector.models
A convenience object to hold a list of pages, in turn holding a list of tools, retrieved from the web service call, when the XML is parsed.
SitePageList() - Constructor for class au.edu.anu.portal.portlets.sakaiconnector.models.SitePageList
 

T

Tool - Class in au.edu.anu.portal.portlets.sakaiconnector.models
An object to store information about a tool.
Tool() - Constructor for class au.edu.anu.portal.portlets.sakaiconnector.models.Tool
 

W

WebServiceSupport - Class in au.edu.anu.portal.portlets.sakaiconnector.support
A set of services for making Web Service calls
WebServiceSupport() - Constructor for class au.edu.anu.portal.portlets.sakaiconnector.support.WebServiceSupport
 

X

XmlParser - Class in au.edu.anu.portal.portlets.sakaiconnector.utils
A collection of methods to parse XML into various lists and objects Ideally these should be genericised to a generic parsing algorithm
XmlParser() - Constructor for class au.edu.anu.portal.portlets.sakaiconnector.utils.XmlParser
 
A C D G H I M O P S T W X 

Copyright © 2009-2013 Division of Information, Australian National University. All Rights Reserved.