|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Transactional(readOnly=true) public interface ReportStoreService
ReportStoreService interface.
| Method Summary | |
|---|---|
void |
delete(Integer id)
delete |
void |
delete(Integer[] ids)
delete |
List<ReportCatalogEntry> |
getAll()
getAll |
Map<String,Object> |
getFormatMap()
getFormatMap |
void |
render(Integer id,
ReportFormat format,
OutputStream outputStream)
render |
void |
save(ReportCatalogEntry reportCatalogEntry)
save |
void |
setReportCatalogDao(ReportCatalogDao reportCatalogDao)
setReportCatalogDao |
void |
setReportServiceLocator(ReportServiceLocator reportServiceLocator)
setReportServiceLocator |
| Method Detail |
|---|
List<ReportCatalogEntry> getAll()
getAll
List object.Map<String,Object> getFormatMap()
getFormatMap
Map object.
void render(Integer id,
ReportFormat format,
OutputStream outputStream)
render
id - a Integer object.format - a ReportFormat object.outputStream - a OutputStream object.@Transactional(readOnly=false) void delete(Integer[] ids)
delete
ids - an array of Integer objects.@Transactional(readOnly=false) void delete(Integer id)
delete
id - a Integer object.@Transactional(readOnly=false) void save(ReportCatalogEntry reportCatalogEntry)
save
reportCatalogEntry - a ReportCatalogEntry object.void setReportCatalogDao(ReportCatalogDao reportCatalogDao)
setReportCatalogDao
reportCatalogDao - a ReportCatalogDao object.void setReportServiceLocator(ReportServiceLocator reportServiceLocator)
setReportServiceLocator
reportServiceLocator - a ReportServiceLocator object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||