org.jasig.schedassist.web.admin
Class RelationshipDataSourceAdminController

java.lang.Object
  extended by org.jasig.schedassist.web.admin.RelationshipDataSourceAdminController

@Controller
@RequestMapping(value="/admin/relationshipSource.html")
public class RelationshipDataSourceAdminController
extends Object

Simple Controller for investigating the status and interacting with a RelationshipDataSource.

Version:
$Id: AdvisorListAdminController.java 2978 2011-01-25 19:20:51Z npblair $
Author:
Nicholas Blair, nblair@doit.wisc.edu

Constructor Summary
RelationshipDataSourceAdminController()
           
 
Method Summary
 RelationshipDataSource getRelationshipDataSource()
           
 void setAdvisorListDataSource(RelationshipDataSource relationshipDataSource)
           
protected  String showForm(org.springframework.ui.ModelMap model)
           
protected  String triggerReload()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationshipDataSourceAdminController

public RelationshipDataSourceAdminController()
Method Detail

setAdvisorListDataSource

public void setAdvisorListDataSource(RelationshipDataSource relationshipDataSource)
Parameters:
relationshipDataSource - the relationshipDataSource to set

getRelationshipDataSource

public RelationshipDataSource getRelationshipDataSource()
Returns:
the relationshipDataSource

showForm

@RequestMapping
protected String showForm(org.springframework.ui.ModelMap model)
Parameters:
model -
Returns:

triggerReload

@RequestMapping(method=POST,
                params="action=reload")
protected String triggerReload()
Returns:


Copyright © 2012 Jasig. All Rights Reserved.