|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Report | |
|---|---|
| com.jamasoftware.contour.dao | |
| com.jamasoftware.contour.domain | Classes for domain objects. |
| com.jamasoftware.contour.plugin | |
| Uses of Report in com.jamasoftware.contour.dao |
|---|
| Methods in com.jamasoftware.contour.dao that return Report | |
|---|---|
Report |
ReportDao.getReport(java.lang.Integer reportId)
|
Report |
ReportDao.getReportByName(java.lang.String name)
|
Report |
ReportDao.saveReport(Report report)
|
| Methods in com.jamasoftware.contour.dao that return types with arguments of type Report | |
|---|---|
java.util.List<Report> |
ReportDao.getRecentlyViewedReports(java.lang.Integer userId,
java.lang.Integer projectId,
java.lang.Integer orgId,
java.lang.Boolean contextSensitive)
|
java.util.List<Report> |
ReportDao.getReportList()
|
java.util.List<Report> |
ReportDao.getReportList(java.lang.Integer scope,
java.lang.Integer refId)
|
java.util.List<Report> |
ReportDao.getReportsWithMainReportFileAttachmentId(java.lang.Integer attachmentId)
|
java.util.List<Report> |
ReportDao.getReportsWithPreviewImageFileAttachmentId(java.lang.Integer attachmentId)
|
java.util.List<Report> |
ReportDao.getVisibleReportList(java.lang.Integer scope,
java.lang.Integer refId,
java.lang.Boolean contextSensitive,
java.lang.Boolean includeSystem)
|
| Methods in com.jamasoftware.contour.dao with parameters of type Report | |
|---|---|
void |
ReportDao.deleteReport(Report report)
|
Report |
ReportDao.saveReport(Report report)
|
| Uses of Report in com.jamasoftware.contour.domain |
|---|
| Methods in com.jamasoftware.contour.domain that return Report | |
|---|---|
Report |
ReportCriteria.getReport()
|
| Methods in com.jamasoftware.contour.domain with parameters of type Report | |
|---|---|
void |
ReportCriteria.setReport(Report report)
|
| Uses of Report in com.jamasoftware.contour.plugin |
|---|
| Fields in com.jamasoftware.contour.plugin declared as Report | |
|---|---|
protected Report |
VelocityReportPluginSupport.report
|
| Methods in com.jamasoftware.contour.plugin that return Report | |
|---|---|
Report |
VelocityReportPluginSupport.getReport()
|
| Methods in com.jamasoftware.contour.plugin with parameters of type Report | |
|---|---|
void |
VelocityReportPluginSupport.init(Report report,
org.springframework.context.ApplicationContext applicationContext)
Initiates the daos and services used by the report. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||