@Controller public class MDStoreServiceInternalController extends Object
| Constructor and Description |
|---|
MDStoreServiceInternalController() |
| Modifier and Type | Method and Description |
|---|---|
MDStoreResult |
findRecords(org.springframework.ui.ModelMap map,
Map<String,String> queryParam) |
MDStoreInfo |
getMdStoreInfo(org.springframework.ui.ModelMap map,
String profileId) |
MDStoreResult |
getMDStoreResults(org.springframework.ui.ModelMap map,
String mdId,
int from,
String idToQuery,
String freeQuery) |
List<MDStoreInfo> |
listMDStores(org.springframework.ui.ModelMap map)
List md stores.
|
List<MDStoreInfo> |
reloadInfo(org.springframework.ui.ModelMap map) |
@RequestMapping(value="/ui/mdstore/listMDStores.do") @ResponseBody public List<MDStoreInfo> listMDStores(org.springframework.ui.ModelMap map) throws Exception
map - the mapException - the exception@RequestMapping(value="/ui/mdstore/reloadInfo") @ResponseBody public List<MDStoreInfo> reloadInfo(org.springframework.ui.ModelMap map) throws Exception
Exception@RequestMapping(value="/ui/mdstore/getMdStoreInfo.do") @ResponseBody public MDStoreInfo getMdStoreInfo(org.springframework.ui.ModelMap map, @RequestParam(value="id",required=true) String profileId) throws Exception
Exception@RequestMapping(value="/ui/mdstore/findRecords",
method=POST)
@ResponseBody
public MDStoreResult findRecords(org.springframework.ui.ModelMap map,
@RequestBody
Map<String,String> queryParam)
throws Exception
Exception@RequestMapping(value="/ui/mdstore/mdStoreResults") @ResponseBody public MDStoreResult getMDStoreResults(org.springframework.ui.ModelMap map, @RequestParam(value="mdId",required=true) String mdId, @RequestParam(value="from",required=true) int from, @RequestParam(value="id_query",required=false) String idToQuery, @RequestParam(value="free_query",required=false) String freeQuery) throws Exception
ExceptionCopyright © 2025. All rights reserved.