@Controller @RequestMapping(value="/shopadmin/*") public class SpLnmgListController extends 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 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, switchIdp@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–2014 SURFnet bv, The Netherlands. All rights reserved.