@Controller public class ObjectStoreServiceInternalController extends Object
| Modifier and Type | Field and Description |
|---|---|
eu.dnetlib.data.objectstore.modular.ModularObjectStoreService |
objectStoreservice |
eu.dnetlib.enabling.locators.UniqueServiceLocator |
serviceLocator |
| Constructor and Description |
|---|
ObjectStoreServiceInternalController() |
| Modifier and Type | Method and Description |
|---|---|
ObjectStoreInfo |
getObjectStoreInfo(org.springframework.ui.ModelMap map,
String objId,
int from,
String recordId) |
List<ObjectStoreInfo> |
listObjectStoreInfo(org.springframework.ui.ModelMap map) |
@Autowired public eu.dnetlib.enabling.locators.UniqueServiceLocator serviceLocator
@Autowired public eu.dnetlib.data.objectstore.modular.ModularObjectStoreService objectStoreservice
public ObjectStoreServiceInternalController()
@RequestMapping(value="/ui/objectStore/listObjectStores.do") @ResponseBody public List<ObjectStoreInfo> listObjectStoreInfo(org.springframework.ui.ModelMap map) throws eu.dnetlib.data.objectstore.rmi.ObjectStoreServiceException
eu.dnetlib.data.objectstore.rmi.ObjectStoreServiceException@RequestMapping(value="/ui/objectStore/getObjectStoreInfo.do") @ResponseBody public ObjectStoreInfo getObjectStoreInfo(org.springframework.ui.ModelMap map, @RequestParam(value="objId",required=true) String objId, @RequestParam(value="from",required=true) int from, @RequestParam(value="id",required=false) String recordId)
Copyright © 2017. All rights reserved.