@Controller @RequestMapping(value="/shopadmin/*") public class TaxonomyController 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 |
|---|
TaxonomyController() |
getLocale, getMyInstitutionIdps, getSelectedIdp@RequestMapping(value="taxonomy-overview.shtml") public String getAllFacets(org.springframework.ui.ModelMap model)
@RequestMapping(value="taxonomy-translations.shtml") public String getFacetTranslations(org.springframework.ui.ModelMap model)
@RequestMapping(value="taxonomy-services-overview.shtml") public String getServicesFacetsOverview(org.springframework.ui.ModelMap model)
@RequestMapping(value="/facet/{facetId}",
method=PUT)
@ResponseBody
public String updateFacet(@RequestBody
Facet facet,
@PathVariable(value="facetId")
Long facetId)
@RequestMapping(value="/facet",
method=POST)
@ResponseBody
public Long createFacet(@RequestBody
Facet newFacet)
@RequestMapping(value="/facet/{facetId}",
method=DELETE)
@ResponseBody
public String deleteFacet(@PathVariable(value="facetId")
Long facetId)
@RequestMapping(value="/facet-value/{facetValueId}",
method=PUT)
@ResponseBody
public String updateFacetValue(@PathVariable(value="facetValueId")
Long facetValueId,
@RequestBody
FacetValue facetValue)
@RequestMapping(value="{facetId}/facet-value",
method=POST)
@ResponseBody
public Long createFacetValue(@PathVariable(value="facetId")
Long facetId,
@RequestBody
FacetValue newFacetValue)
@RequestMapping(value="/facet-value/{facetValueId}",
method=DELETE)
@ResponseBody
public String deleteFacetValue(@PathVariable(value="facetValueId")
Long facetValueId)
@RequestMapping(value="/service-taxonomy-configuration",
method=GET)
public String facetConfiguraton(@RequestParam(value="spEntityId")
String entityId,
org.springframework.ui.ModelMap modelMap)
@RequestMapping(value="/facet-value-csp/{facetValueId}/{compoundServiceProviderId}",
method=POST)
@ResponseBody
public String linkFacetValueCompoundServiceProvider(@PathVariable(value="facetValueId")
Long facetValueId,
@PathVariable(value="compoundServiceProviderId")
Long compoundServiceProviderId,
@ModelAttribute
IsLinkRequest isLinkRequest)
@RequestMapping(value="/facet-value-used/{facetValueId}",
method=GET)
@ResponseBody
public List<InUseFacetValue> facetValueUsed(@PathVariable(value="facetValueId")
Long facetValueId)
@RequestMapping(value="/facet-used/{facetId}",
method=GET)
@ResponseBody
public List<InUseFacetValue> facetUsed(@PathVariable(value="facetId")
Long facetId)
@RequestMapping(value="/taxonomy-translation/{multilingualStringId}",
method=POST)
@ResponseBody
public Long addFacetValueTranslation(@PathVariable(value="multilingualStringId")
Long multilingualStringId,
@RequestBody
LocalizedString newLocalizedString)
@RequestMapping(value="/taxonomy-translation/{localizedStringId}",
method=PUT)
@ResponseBody
public String updateFacetValueTranslation(@PathVariable(value="localizedStringId")
Long localizedStringId,
@RequestBody
LocalizedString update)
Copyright © 2012–2016 Pivotal Software, Inc.. All rights reserved.