nl.surfnet.coin.portal.control
Class TeamController

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

@Controller
public class TeamController
extends BaseController

Controller that handles the Team settings


Field Summary
static String ERROR
           
 
Fields inherited from class nl.surfnet.coin.portal.control.BaseController
gadgetService, personService, tabService, userPreferencesService
 
Constructor Summary
TeamController()
           
 
Method Summary
 String gadgetOverview(org.springframework.ui.ModelMap modelMap, javax.servlet.http.HttpServletRequest request)
           
 String sendSnapshot(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
 

Field Detail

ERROR

public static final String ERROR
See Also:
Constant Field Values
Constructor Detail

TeamController

public TeamController()
Method Detail

gadgetOverview

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

sendSnapshot

@RequestMapping(value="send-snapshot.shtml",
                method=POST)
@ResponseBody
public String sendSnapshot(org.springframework.ui.ModelMap modelMap,
                                                       javax.servlet.http.HttpServletRequest request)
                    throws InterruptedException,
                           ExecutionException,
                           org.springframework.mail.MailException,
                           org.apache.shindig.protocol.ProtocolException,
                           IOException
Throws:
InterruptedException
ExecutionException
org.springframework.mail.MailException
org.apache.shindig.protocol.ProtocolException
IOException


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