A B C D E G H I J L M N O P S T

A

abbreviation - Variable in class org.jasig.portlet.maps.model.xml.Location
 
address - Variable in class org.jasig.portlet.maps.model.xml.Location
 
AggregationAwareFilterBean - Class in org.jasig.portlet.maps.mvc
Pays attention to the state of skin aggregation and only applies the fitler if it is disabled
AggregationAwareFilterBean() - Constructor for class org.jasig.portlet.maps.mvc.AggregationAwareFilterBean
 
append(ObjectLocator, StringBuilder, ToStringStrategy) - Method in class org.jasig.portlet.maps.model.xml.DefaultLocation
 
append(ObjectLocator, StringBuilder, ToStringStrategy) - Method in class org.jasig.portlet.maps.model.xml.Location
 
append(ObjectLocator, StringBuilder, ToStringStrategy) - Method in class org.jasig.portlet.maps.model.xml.MapData
 
appendFields(ObjectLocator, StringBuilder, ToStringStrategy) - Method in class org.jasig.portlet.maps.model.xml.DefaultLocation
 
appendFields(ObjectLocator, StringBuilder, ToStringStrategy) - Method in class org.jasig.portlet.maps.model.xml.Location
 
appendFields(ObjectLocator, StringBuilder, ToStringStrategy) - Method in class org.jasig.portlet.maps.model.xml.MapData
 

B

ByNameLocationComparator - Class in org.jasig.portlet.maps.tools
 
ByNameLocationComparator() - Constructor for class org.jasig.portlet.maps.tools.ByNameLocationComparator
 

C

campuses - Variable in class org.jasig.portlet.maps.model.xml.Location
 
categories - Variable in class org.jasig.portlet.maps.model.xml.Location
 
compare(Location, Location) - Method in class org.jasig.portlet.maps.tools.ByNameLocationComparator
 
createDefaultLocation() - Method in class org.jasig.portlet.maps.model.xml.ObjectFactory
Create an instance of DefaultLocation
createLocation() - Method in class org.jasig.portlet.maps.model.xml.ObjectFactory
Create an instance of Location
createMapData() - Method in class org.jasig.portlet.maps.model.xml.ObjectFactory
Create an instance of MapData

D

DefaultLocation - Class in org.jasig.portlet.maps.model.xml
Java class for anonymous complex type.
DefaultLocation() - Constructor for class org.jasig.portlet.maps.model.xml.DefaultLocation
 
defaultLocation - Variable in class org.jasig.portlet.maps.model.xml.MapData
 
DefaultMapDaoImpl - Class in org.jasig.portlet.maps.dao
Default map DAO retrieves map data from a static JSON file hosted from within the portlet itself.
DefaultMapDaoImpl() - Constructor for class org.jasig.portlet.maps.dao.DefaultMapDaoImpl
 
destroy() - Method in class org.jasig.portlet.maps.mvc.AggregationAwareFilterBean
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.jasig.portlet.maps.mvc.AggregationAwareFilterBean
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.jasig.portlet.maps.mvc.JsonContentTypeFilter
 

E

equals(ObjectLocator, ObjectLocator, Object, EqualsStrategy) - Method in class org.jasig.portlet.maps.model.xml.DefaultLocation
 
equals(Object) - Method in class org.jasig.portlet.maps.model.xml.DefaultLocation
 
equals(ObjectLocator, ObjectLocator, Object, EqualsStrategy) - Method in class org.jasig.portlet.maps.model.xml.Location
 
equals(Object) - Method in class org.jasig.portlet.maps.model.xml.Location
 
equals(ObjectLocator, ObjectLocator, Object, EqualsStrategy) - Method in class org.jasig.portlet.maps.model.xml.MapData
 
equals(Object) - Method in class org.jasig.portlet.maps.model.xml.MapData
 

G

getAbbreviation() - Method in class org.jasig.portlet.maps.model.xml.Location
Gets the value of the abbreviation property.
getAddress() - Method in class org.jasig.portlet.maps.model.xml.Location
Gets the value of the address property.
getCampuses() - Method in class org.jasig.portlet.maps.model.xml.Location
Gets the value of the campuses property.
getCategories() - Method in class org.jasig.portlet.maps.model.xml.Location
Gets the value of the categories property.
getDefaultLocation() - Method in class org.jasig.portlet.maps.model.xml.MapData
Gets the value of the defaultLocation property.
getImg() - Method in class org.jasig.portlet.maps.model.xml.Location
Gets the value of the img property.
getLatitude() - Method in class org.jasig.portlet.maps.model.xml.DefaultLocation
Gets the value of the latitude property.
getLatitude() - Method in class org.jasig.portlet.maps.model.xml.Location
Gets the value of the latitude property.
getLocations() - Method in class org.jasig.portlet.maps.model.xml.MapData
Gets the value of the locations property.
getLongitude() - Method in class org.jasig.portlet.maps.model.xml.DefaultLocation
Gets the value of the longitude property.
getLongitude() - Method in class org.jasig.portlet.maps.model.xml.Location
Gets the value of the longitude property.
getMap(PortletRequest) - Method in class org.jasig.portlet.maps.dao.DefaultMapDaoImpl
 
getMap(PortletRequest) - Method in interface org.jasig.portlet.maps.dao.IMapDao
Retrieve map data for the specified PortletRequest.
getMapData(ResourceRequest, ResourceResponse) - Method in class org.jasig.portlet.maps.mvc.portlet.MapViewController
 
getName() - Method in class org.jasig.portlet.maps.model.xml.Location
Gets the value of the name property.
getSearchKeys() - Method in class org.jasig.portlet.maps.model.xml.Location
Gets the value of the searchKeys property.
getSearchText() - Method in class org.jasig.portlet.maps.model.xml.Location
Gets the value of the searchText property.
getUrlTemplate(PortletRequest) - Method in class org.jasig.portlet.maps.dao.DefaultMapDaoImpl
Get the REST url template for the current portlet request.
getView(RenderRequest, String) - Method in class org.jasig.portlet.maps.mvc.portlet.MapViewController
 

H

hashCode(ObjectLocator, HashCodeStrategy) - Method in class org.jasig.portlet.maps.model.xml.DefaultLocation
 
hashCode() - Method in class org.jasig.portlet.maps.model.xml.DefaultLocation
 
hashCode(ObjectLocator, HashCodeStrategy) - Method in class org.jasig.portlet.maps.model.xml.Location
 
hashCode() - Method in class org.jasig.portlet.maps.model.xml.Location
 
hashCode(ObjectLocator, HashCodeStrategy) - Method in class org.jasig.portlet.maps.model.xml.MapData
 
hashCode() - Method in class org.jasig.portlet.maps.model.xml.MapData
 

I

IMapDao - Interface in org.jasig.portlet.maps.dao
IMapDao represents a generic interface for retrieving map data for a particular portlet request.
img - Variable in class org.jasig.portlet.maps.model.xml.Location
 
init(FilterConfig) - Method in class org.jasig.portlet.maps.mvc.AggregationAwareFilterBean
 

J

JsonContentTypeFilter - Class in org.jasig.portlet.maps.mvc
JsonContentTypeFilter sets the content type of a response to appliation/json.
JsonContentTypeFilter() - Constructor for class org.jasig.portlet.maps.mvc.JsonContentTypeFilter
 

L

latitude - Variable in class org.jasig.portlet.maps.model.xml.DefaultLocation
 
latitude - Variable in class org.jasig.portlet.maps.model.xml.Location
 
Location - Class in org.jasig.portlet.maps.model.xml
Java class for anonymous complex type.
Location() - Constructor for class org.jasig.portlet.maps.model.xml.Location
 
locations - Variable in class org.jasig.portlet.maps.model.xml.MapData
 
log - Variable in class org.jasig.portlet.maps.dao.DefaultMapDaoImpl
 
logger - Variable in class org.jasig.portlet.maps.mvc.AggregationAwareFilterBean
 
longitude - Variable in class org.jasig.portlet.maps.model.xml.DefaultLocation
 
longitude - Variable in class org.jasig.portlet.maps.model.xml.Location
 

M

main(String[]) - Static method in class org.jasig.portlet.maps.tools.MapDataTransformer
 
MAP_OPTION_MAPTYPE_CONTROL - Static variable in class org.jasig.portlet.maps.mvc.portlet.MapViewController
 
MAP_OPTIONS_OVERVIEW_CONTROL - Static variable in class org.jasig.portlet.maps.mvc.portlet.MapViewController
 
MAP_OPTIONS_PAN_CONTROL - Static variable in class org.jasig.portlet.maps.mvc.portlet.MapViewController
 
MAP_OPTIONS_ROTATE_CONTROL - Static variable in class org.jasig.portlet.maps.mvc.portlet.MapViewController
 
MAP_OPTIONS_SCALE_CONTROL - Static variable in class org.jasig.portlet.maps.mvc.portlet.MapViewController
 
MAP_OPTIONS_STREET_VIEW - Static variable in class org.jasig.portlet.maps.mvc.portlet.MapViewController
 
MAP_OPTIONS_ZOOM_CONTROL - Static variable in class org.jasig.portlet.maps.mvc.portlet.MapViewController
 
MapData - Class in org.jasig.portlet.maps.model.xml
Java class for anonymous complex type.
MapData() - Constructor for class org.jasig.portlet.maps.model.xml.MapData
 
MapDataTransformer - Class in org.jasig.portlet.maps.tools
 
MapDataTransformer() - Constructor for class org.jasig.portlet.maps.tools.MapDataTransformer
 
MapViewController - Class in org.jasig.portlet.maps.mvc.portlet
 
MapViewController() - Constructor for class org.jasig.portlet.maps.mvc.portlet.MapViewController
 

N

name - Variable in class org.jasig.portlet.maps.model.xml.Location
 

O

ObjectFactory - Class in org.jasig.portlet.maps.model.xml
This object contains factory methods for each Java content interface and Java element interface generated in the org.jasig.portlet.maps.model.xml package.
ObjectFactory() - Constructor for class org.jasig.portlet.maps.model.xml.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jasig.portlet.maps.model.xml
org.jasig.portlet.maps.dao - package org.jasig.portlet.maps.dao
 
org.jasig.portlet.maps.model.xml - package org.jasig.portlet.maps.model.xml
 
org.jasig.portlet.maps.mvc - package org.jasig.portlet.maps.mvc
 
org.jasig.portlet.maps.mvc.portlet - package org.jasig.portlet.maps.mvc.portlet
 
org.jasig.portlet.maps.tools - package org.jasig.portlet.maps.tools
 

P

postProcessData(MapData) - Method in class org.jasig.portlet.maps.dao.DefaultMapDaoImpl
Perform data post-processing to set a search string for each location.
PREFERENCE_API_KEY - Static variable in class org.jasig.portlet.maps.mvc.portlet.MapViewController
 
PREFERENCE_PORTAL_JS_NAMESPACE - Static variable in class org.jasig.portlet.maps.mvc.portlet.MapViewController
 
PREFERENCE_STARTING_LATITUDE - Static variable in class org.jasig.portlet.maps.mvc.portlet.MapViewController
 
PREFERENCE_STARTING_LONGITUDE - Static variable in class org.jasig.portlet.maps.mvc.portlet.MapViewController
 
PREFERENCE_STARTING_ZOOM - Static variable in class org.jasig.portlet.maps.mvc.portlet.MapViewController
 
PREFERENCE_USE_PORTAL_JS_LIBS - Static variable in class org.jasig.portlet.maps.mvc.portlet.MapViewController
 

S

searchKeys - Variable in class org.jasig.portlet.maps.model.xml.Location
 
searchText - Variable in class org.jasig.portlet.maps.model.xml.Location
 
setAbbreviation(String) - Method in class org.jasig.portlet.maps.model.xml.Location
Sets the value of the abbreviation property.
setAbbreviations(MapData) - Static method in class org.jasig.portlet.maps.tools.MapDataTransformer
Update the provided MapData abbreviations, ensuring each location has a unique and non-null ID.
setAddress(String) - Method in class org.jasig.portlet.maps.model.xml.Location
Sets the value of the address property.
setAddresses(MapData) - Static method in class org.jasig.portlet.maps.tools.MapDataTransformer
Update the provided MapData, ensuring each location has an address.
setDefaultLocation(DefaultLocation) - Method in class org.jasig.portlet.maps.model.xml.MapData
Sets the value of the defaultLocation property.
setElementsProvider(ResourcesElementsProvider) - Method in class org.jasig.portlet.maps.mvc.AggregationAwareFilterBean
 
setFilter(Filter) - Method in class org.jasig.portlet.maps.mvc.AggregationAwareFilterBean
The filter to delegate to
setImg(String) - Method in class org.jasig.portlet.maps.model.xml.Location
Sets the value of the img property.
setLatitude(BigDecimal) - Method in class org.jasig.portlet.maps.model.xml.DefaultLocation
Sets the value of the latitude property.
setLatitude(BigDecimal) - Method in class org.jasig.portlet.maps.model.xml.Location
Sets the value of the latitude property.
setLongitude(BigDecimal) - Method in class org.jasig.portlet.maps.model.xml.DefaultLocation
Sets the value of the longitude property.
setLongitude(BigDecimal) - Method in class org.jasig.portlet.maps.model.xml.Location
Sets the value of the longitude property.
setMapDao(IMapDao) - Method in class org.jasig.portlet.maps.mvc.portlet.MapViewController
 
setName(String) - Method in class org.jasig.portlet.maps.model.xml.Location
Sets the value of the name property.
setRestTemplate(RestTemplate) - Method in class org.jasig.portlet.maps.dao.DefaultMapDaoImpl
 
setSearchText(String) - Method in class org.jasig.portlet.maps.model.xml.Location
Sets the value of the searchText property.

T

toString() - Method in class org.jasig.portlet.maps.model.xml.DefaultLocation
 
toString() - Method in class org.jasig.portlet.maps.model.xml.Location
 
toString() - Method in class org.jasig.portlet.maps.model.xml.MapData
 

A B C D E G H I J L M N O P S T

Copyright © 2012 Jasig. All Rights Reserved.