@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,
String type) |
org.springframework.web.servlet.ModelAndView |
listAllSpsLmng(Map<String,Object> model) |
org.springframework.web.servlet.ModelAndView |
saveLmngServices(javax.servlet.http.HttpServletRequest req) |
org.springframework.web.servlet.ModelAndView |
saveNormenKaderUrl(javax.servlet.http.HttpServletRequest req) |
String |
updateCspLicenseStatus(Long cspId,
String newValue) |
String |
updateCspNormenKaderPresent(Long cspId,
boolean newValue) |
String |
updateCspPublicApi(Long cspId,
boolean newValue) |
getLocale, getMyInstitutionIdps, getSelectedIdp@RequestMapping(value="/all-spslmng") public org.springframework.web.servlet.ModelAndView listAllSpsLmng(Map<String,Object> model)
@RequestMapping(value="/export.csv",
produces="text/csv")
@ResponseBody
public String exportToCSV(javax.servlet.http.HttpServletRequest request,
@RequestParam(value="type",required=false)
String type)
@RequestMapping(value="/save-splmng",
method=POST)
public org.springframework.web.servlet.ModelAndView saveLmngServices(javax.servlet.http.HttpServletRequest req)
@RequestMapping(value="/save-normenkader-url",
method=POST)
public org.springframework.web.servlet.ModelAndView saveNormenKaderUrl(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="/update-normenkader-present/{cspId}/{newValue}",
method=PUT)
@ResponseBody
public String updateCspNormenKaderPresent(@PathVariable(value="cspId")
Long cspId,
@PathVariable(value="newValue")
boolean newValue)
@RequestMapping(value="/update-license-status/{cspId}/{newValue}",
method=PUT)
@ResponseBody
public String updateCspLicenseStatus(@PathVariable(value="cspId")
Long cspId,
@PathVariable(value="newValue")
String newValue)
@RequestMapping(value="/delete-csp.shtml",
method=POST)
public void deleteCompoundServiceProvider(@RequestParam(value="cspId")
String postedCspId,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOExceptionCopyright © 2015 Pivotal Software, Inc.. All rights reserved.