@Controller public class StorageReportController extends Object
| Constructor and Description |
|---|
StorageReportController(StorageReportManager storageReportManager,
StorageSummaryCache storageSummaryCache) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
getDetail(String storeId,
String reportId) |
org.springframework.web.servlet.ModelAndView |
getStorageReport(String reportId,
String format,
javax.servlet.http.HttpServletResponse response)
Deprecated.
|
org.springframework.web.servlet.ModelAndView |
getStorageReportList() |
org.springframework.web.servlet.ModelAndView |
getStorageReportSummaries(String storeId,
String spaceId) |
@Autowired public StorageReportController(StorageReportManager storageReportManager, StorageSummaryCache storageSummaryCache)
@RequestMapping(value="/storagereport/list")
public org.springframework.web.servlet.ModelAndView getStorageReportList()
throws ReportException
ReportException@RequestMapping(value="/storagereport/summaries")
public org.springframework.web.servlet.ModelAndView getStorageReportSummaries(@RequestParam
String storeId,
@RequestParam(required=false)
String spaceId)
throws ParseException,
ReportException,
NotFoundException
@RequestMapping(value="/storagereport/get") @Deprecated public org.springframework.web.servlet.ModelAndView getStorageReport(@RequestParam(required=false,value="reportId") String reportId, @RequestParam(required=false,value="format") String format, javax.servlet.http.HttpServletResponse response) throws ReportException, NotFoundException
ReportExceptionNotFoundException@RequestMapping(value="/storagereport/detail")
public org.springframework.web.servlet.ModelAndView getDetail(@RequestParam(required=true,value="storeId")
String storeId,
@RequestParam(required=false,value="reportId")
String reportId)
throws ReportException,
NotFoundException
ReportExceptionNotFoundExceptionCopyright © 2009–2016 DuraSpace. All rights reserved.