org.jasig.schedassist.web.owner.relationships
Class AdhocRelationshipsController
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdhocRelationshipsController
public AdhocRelationshipsController()
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.