org.jasig.schedassist.web.owner.relationships
Class AdhocRelationshipsController

java.lang.Object
  extended by org.jasig.schedassist.web.owner.relationships.AdhocRelationshipsController

@Controller
@RequestMapping(value={"/owner/sharing.html","/delegate/sharing.html"})
public class AdhocRelationshipsController
extends Object

Controller that displays an IScheduleOwner's adhoc relationships.

Version:
$Id: AdhocRelationshipsController.java 2050 2010-04-30 16:01:31Z npblair $
Author:
Nicholas Blair, nblair@doit.wisc.edu

Constructor Summary
AdhocRelationshipsController()
           
 
Method Summary
 String getAdhocRelationships(org.springframework.ui.ModelMap model)
           
 void setMutableRelationshipDao(MutableRelationshipDao mutableRelationshipDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdhocRelationshipsController

public AdhocRelationshipsController()
Method Detail

setMutableRelationshipDao

public void setMutableRelationshipDao(MutableRelationshipDao mutableRelationshipDao)
Parameters:
mutableRelationshipDao - the mutableRelationshipDao to set

getAdhocRelationships

@RequestMapping(method=GET)
public String getAdhocRelationships(org.springframework.ui.ModelMap model)
                             throws NotRegisteredException
Parameters:
request -
Returns:
Throws:
NotRegisteredException


Copyright © 2011 Jasig. All Rights Reserved.