@Controller @RequestMapping(value="/shopadmin/*") public class SpLnmgListController extends BaseController
COMPOUND_SP, COMPOUND_SPS, DEEPLINK_TO_SURFMARKET_ALLOWED, FACET_CONNECTION_VISIBLE, IS_GOD, localeResolver, SELECTED_IDP, SERVICE_CONNECTION_VISIBLE, TOKEN_CHECK| Constructor and Description |
|---|
SpLnmgListController() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteCompoundServiceProvider(String postedCspId,
javax.servlet.http.HttpServletResponse response) |
String |
exportToCSV(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String type) |
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) |
getLocale, getMyInstitutionIdps, getSelectedIdp, handleAjaxResponseException@RequestMapping(value="/all-spslmng") public org.springframework.web.servlet.ModelAndView listAllSpsLmng(Map<String,Object> model)
@RequestMapping(value="/export/csv") @ResponseBody public String exportToCSV(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, @RequestParam(value="type",required=false) String type) throws URISyntaxException
URISyntaxException@RequestMapping(value="/save-splmng",
method=POST)
public org.springframework.web.servlet.ModelAndView saveLmngServices(javax.servlet.http.HttpServletRequest req)
@RequestMapping(value="/update-enduser-visible/{cspId}/{newValue}",
method=PUT)
@ResponseBody
public String updateCspPublicApi(@PathVariable(value="cspId")
Long cspId,
@PathVariable(value="newValue")
boolean newValue)
@RequestMapping(value="/delete-csp.shtml",
method=POST)
public void deleteCompoundServiceProvider(@RequestParam(value="cspId")
String postedCspId,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOExceptionCopyright © 2013–2015 SURFnet bv, The Netherlands. All rights reserved.