|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionCodeReportItem | |
---|---|
de.smartics.exceptions.report.data | Provides classes that represent report data. |
de.smartics.exceptions.report.generator | Provides report generator implementations. |
de.smartics.exceptions.report.sort | Provides utilities to sort the tabular content of the reports. |
Uses of ExceptionCodeReportItem in de.smartics.exceptions.report.data |
---|
Methods in de.smartics.exceptions.report.data that return types with arguments of type ExceptionCodeReportItem | |
---|---|
List<ExceptionCodeReportItem> |
StoredExceptionCodesReport.getItems() Returns the list of report items. |
List<ExceptionCodeReportItem> |
InMemoryExceptionCodesReport.getItems() |
Methods in de.smartics.exceptions.report.data with parameters of type ExceptionCodeReportItem | |
---|---|
void |
InMemoryExceptionCodesReport.add(ExceptionCodeReportItem item) |
void |
ExceptionCodesReport.add(ExceptionCodeReportItem code) Adds the given code information as an item to the report. |
void |
AbstractExceptionCodesReport.add(ExceptionCodeReportItem item) Adds the given code information as an item to the report. |
protected void |
AbstractExceptionCodesReport.register(ExceptionCodeReportItem item) Registers a report item to check for uniqueness constraint violations. |
Uses of ExceptionCodeReportItem in de.smartics.exceptions.report.generator |
---|
Methods in de.smartics.exceptions.report.generator that return types with arguments of type ExceptionCodeReportItem | |
---|---|
protected List<ExceptionCodeReportItem> |
HtmlReportGenerator.getItems(StoredExceptionCodesReport report) |
protected abstract List<ExceptionCodeReportItem> |
AbstractOutputReportGenerator.getItems(StoredExceptionCodesReport report) Returns the list of exception code items sorted as defined by the report. |
Methods in de.smartics.exceptions.report.generator with parameters of type ExceptionCodeReportItem | |
---|---|
protected String |
HtmlReportGenerator.getCodeTitle(String headLine, ExceptionCodeReportItem item) |
protected abstract String |
AbstractOutputReportGenerator.getCodeTitle(String headLine, ExceptionCodeReportItem item) Returns the title to be set for the report item. |
protected String |
HtmlReportGenerator.getCurrentSelection(ExceptionCodeReportItem item) |
protected abstract String |
AbstractOutputReportGenerator.getCurrentSelection(ExceptionCodeReportItem item) Returns the selection criteria for creating subsections in the report. |
protected boolean |
HtmlReportGenerator.hasSectionChanged(String currentSection, ExceptionCodeReportItem item) |
protected abstract boolean |
AbstractOutputReportGenerator.hasSectionChanged(String currentSection, ExceptionCodeReportItem item) Determines if the section has changed for the new item. |
protected abstract void |
AbstractOutputReportGenerator.writeInfoHeader(O output, ProjectConfiguration<O> config, String headLine, ExceptionCodeReportItem item) Writes the header for the report. |
protected void |
AbstractHtmlReportGenerator.writeInfoHeader(XMLStreamWriter xmlWriter, ProjectConfiguration<XMLStreamWriter> config, String headLine, ExceptionCodeReportItem item) Writes the header for the report. |
protected abstract void |
AbstractOutputReportGenerator.writeReportElementInfo(O output, ProjectConfiguration<O> config, ExceptionCodeReportItem item) Writes the given report element information. |
protected void |
HtmlReportGenerator.writeReportElementInfo(XMLStreamWriter xmlWriter, ProjectConfiguration<XMLStreamWriter> config, ExceptionCodeReportItem item) Writes the given report element information. |
Uses of ExceptionCodeReportItem in de.smartics.exceptions.report.sort |
---|
Methods in de.smartics.exceptions.report.sort with parameters of type ExceptionCodeReportItem | |
---|---|
int |
MixedComponentCodeComparator.compare(ExceptionCodeReportItem o1, ExceptionCodeReportItem o2) |
int |
MixedCodeComparator.compare(ExceptionCodeReportItem o1, ExceptionCodeReportItem o2) |
int |
CodeComparator.compare(ExceptionCodeReportItem o1, ExceptionCodeReportItem o2) Uses DefaultCodeComparator to compare codes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |