@Controller public class ServiceReportController extends Object
| Constructor and Description |
|---|
ServiceReportController(ServiceReportManager serviceReportManager,
ContentStoreManager contentStoreManager) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
getCompletedServicesReportList() |
org.springframework.web.servlet.ModelAndView |
getDeployedReport() |
org.springframework.web.servlet.ModelAndView |
getInfo(String storeId,
String spaceId,
String contentId) |
org.springframework.web.servlet.ModelAndView |
getReportAsHtmlTable(javax.servlet.http.HttpServletResponse response,
String storeId,
String spaceId,
String contentId) |
org.springframework.web.servlet.ModelAndView |
getStorageReport(String reportId) |
public ServiceReportController(ServiceReportManager serviceReportManager, @Qualifier(value="contentStoreManager") ContentStoreManager contentStoreManager)
@RequestMapping(value="/servicesreport/deployed")
public org.springframework.web.servlet.ModelAndView getDeployedReport()
throws ReportException
ReportException@RequestMapping(value="/servicesreport/completed/list")
public org.springframework.web.servlet.ModelAndView getCompletedServicesReportList()
throws ReportException
ReportException@RequestMapping(value="/servicesreport/completed/get")
public org.springframework.web.servlet.ModelAndView getStorageReport(@RequestParam(required=true,value="reportId")
String reportId)
throws ReportException,
NotFoundException
ReportExceptionNotFoundException@RequestMapping(value="/servicesreport/htmltable")
public org.springframework.web.servlet.ModelAndView getReportAsHtmlTable(javax.servlet.http.HttpServletResponse response,
@RequestParam(required=false,value="storeId")
String storeId,
@RequestParam(required=true,value="spaceId")
String spaceId,
@RequestParam(required=true,value="contentId")
String contentId)
throws ReportException,
NotFoundException,
ContentStoreException,
IOException
@RequestMapping(value="/servicesreport/info")
public org.springframework.web.servlet.ModelAndView getInfo(@RequestParam(required=false,value="storeId")
String storeId,
@RequestParam(required=true,value="spaceId")
String spaceId,
@RequestParam(required=true,value="contentId")
String contentId)
throws ReportException,
NotFoundException,
ContentStoreException,
IOException
Copyright © 2009-2013 DuraSpace. All Rights Reserved.