|
@@ -71,7 +71,7 @@ public interface IndicadorClient {
|
|
|
public Integer countByEnquesta(@PathVariable String enquesta);
|
|
public Integer countByEnquesta(@PathVariable String enquesta);
|
|
|
|
|
|
|
|
@PostMapping("/indicadorEnquesta/templatedata")
|
|
@PostMapping("/indicadorEnquesta/templatedata")
|
|
|
- public void getTemplateData(@RequestParam Integer idTitulacio, @RequestParam Integer idCentre, @RequestParam Integer curs, @RequestParam HashMap<String, String> context);
|
|
|
|
|
|
|
+ public HashMap<String, String> getTemplateData(@RequestParam Integer idTitulacio, @RequestParam Integer idCentre, @RequestParam Integer curs, @RequestParam HashMap<String, String> context);
|
|
|
|
|
|
|
|
@PostMapping("/indicadorEnquesta/download/templatedata")
|
|
@PostMapping("/indicadorEnquesta/download/templatedata")
|
|
|
public HashMap<String, String> getTemplateData(@RequestParam Integer idTitulacio, @RequestParam Integer idCentre, @RequestParam Integer curs);
|
|
public HashMap<String, String> getTemplateData(@RequestParam Integer idTitulacio, @RequestParam Integer idCentre, @RequestParam Integer curs);
|