nl.surfnet.coin.csa.control.shopadmin
Class SpLnmgListController

java.lang.Object
  extended by nl.surfnet.coin.csa.control.BaseController
      extended by nl.surfnet.coin.csa.control.shopadmin.SpLnmgListController

@Controller
@RequestMapping(value="/shopadmin/*")
public class SpLnmgListController
extends BaseController


Field Summary
 
Fields inherited from class nl.surfnet.coin.csa.control.BaseController
ALL_IDPS, COMPOUND_SP, COMPOUND_SPS, DEEPLINK_TO_SURFMARKET_ALLOWED, FACET_CONNECTION_VISIBLE, FILTER_APP_GRID_ALLOWED, GROUPS_WITH_MEMBERS, IS_ADMIN_USER, IS_GOD, localeResolver, RAW_ARP_ATTRIBUTES_VISIBLE, SELECTED_IDP, SERVICE_APPLY_ALLOWED, SERVICE_CONNECTION_VISIBLE, SERVICE_QUESTION_ALLOWED, TOKEN_CHECK
 
Constructor Summary
SpLnmgListController()
           
 
Method Summary
 org.springframework.web.servlet.ModelAndView listAllSpsLmng(Map<String,Object> model)
           
 org.springframework.web.servlet.ModelAndView saveLmngServices(javax.servlet.http.HttpServletRequest req)
           
 String updateCspPublicApi(Long cspId, boolean newValue)
           
 
Methods inherited from class nl.surfnet.coin.csa.control.BaseController
getLocale, getMyInstitutionIdps, getSelectedIdp, handleAjaxResponseException, switchIdp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpLnmgListController

public SpLnmgListController()
Method Detail

listAllSpsLmng

@RequestMapping(value="/all-spslmng")
public org.springframework.web.servlet.ModelAndView listAllSpsLmng(Map<String,Object> model)

saveLmngServices

@RequestMapping(value="/save-splmng",
                method=POST)
public org.springframework.web.servlet.ModelAndView saveLmngServices(javax.servlet.http.HttpServletRequest req)

updateCspPublicApi

@RequestMapping(value="/update-enduser-visible/{cspId}/{newValue}",
                method=PUT)
@ResponseBody
public String updateCspPublicApi(@PathVariable(value="cspId")
                                                             Long cspId,
                                                             @PathVariable(value="newValue")
                                                             boolean newValue)


Copyright © 2013 SURFnet bv, The Netherlands. All Rights Reserved.