nl.surfnet.coin.portal.control
Class TeamsController

java.lang.Object
  extended by nl.surfnet.coin.portal.control.BaseController
      extended by nl.surfnet.coin.portal.control.TeamsController

@Controller
public class TeamsController
extends BaseController


Field Summary
 
Fields inherited from class nl.surfnet.coin.portal.control.BaseController
gadgetService, logger, personService, tabService, userPreferencesService
 
Constructor Summary
TeamsController()
           
 
Method Summary
 String getTeamMembers(org.springframework.ui.ModelMap modelMap, javax.servlet.http.HttpServletRequest request, String groupId)
           
 String teams(org.springframework.ui.ModelMap modelMap, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class nl.surfnet.coin.portal.control.BaseController
getGadget, getGroupsForLoggedInPerson, getPerson, getPreferences, getTab, isMemberOfGroup, populateModelMapWithPreferences
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TeamsController

public TeamsController()
Method Detail

teams

@RequestMapping(value="/teams.shtml")
public String teams(org.springframework.ui.ModelMap modelMap,
                                   javax.servlet.http.HttpServletRequest request)
             throws InterruptedException,
                    ExecutionException
Throws:
InterruptedException
ExecutionException

getTeamMembers

@RequestMapping(value="/teams/myteamdetails.shtml",
                method=POST)
public String getTeamMembers(org.springframework.ui.ModelMap modelMap,
                                            javax.servlet.http.HttpServletRequest request,
                                            @RequestParam
                                            String groupId)
                      throws Exception
Throws:
Exception


Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.