|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openengsb.domain.report.common.AbstractReportDomain
public abstract class AbstractReportDomain
| Constructor Summary | |
|---|---|
AbstractReportDomain()
|
|
| Method Summary | |
|---|---|
void |
createCategory(String category)
Creates the given category, which is empty at the start. |
List<String> |
getAllCategories()
Get all report categories. |
List<Report> |
getAllReports(String category)
Get all finished reports of the given category. |
ReportStore |
getStore()
|
void |
removeCategory(String category)
Remove the given category and all reports stored in this category. |
void |
removeReport(String category,
Report report)
Remove the given report from the given category. |
void |
setStore(ReportStore store)
|
void |
storeReport(String category,
Report report)
Store the given report in the report store under the given category. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.openengsb.domain.report.ReportDomain |
|---|
addReportPart, collectData, generateReport, getDraft, processEvent |
| Methods inherited from interface org.openengsb.core.common.Domain |
|---|
getAliveState |
| Constructor Detail |
|---|
public AbstractReportDomain()
| Method Detail |
|---|
public List<Report> getAllReports(String category)
ReportDomain
getAllReports in interface ReportDomain
public void storeReport(String category,
Report report)
ReportDomain
storeReport in interface ReportDomain
public void removeReport(String category,
Report report)
ReportDomain
removeReport in interface ReportDomainpublic List<String> getAllCategories()
ReportDomain
getAllCategories in interface ReportDomainpublic void removeCategory(String category)
ReportDomain
removeCategory in interface ReportDomainpublic void createCategory(String category)
ReportDomainReportDomain.storeReport(String, Report) or ReportDomain.generateReport(String, String, String) specifying the respective
category. If a category exists with the given name no operation is performed.
createCategory in interface ReportDomainpublic void setStore(ReportStore store)
public ReportStore getStore()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||