de.smartics.exceptions.report.data
Interface StoredExceptionCodesReport

Package class diagram package StoredExceptionCodesReport
All Superinterfaces:
ExceptionCodesReport
All Known Implementing Classes:
InMemoryExceptionCodesReport

public interface StoredExceptionCodesReport
     
     
extends ExceptionCodesReport

Allows to store the reported items for later access.


Method Summary
 List<ExceptionCodeReportItem> getItems()
          Returns the list of report items.
 
Methods inherited from interface de.smartics.exceptions.report.data.ExceptionCodesReport
add, addProblem, getProblems, hasProblems, isEmpty
 

Method Detail

getItems

List<ExceptionCodeReportItem> getItems()
Returns the list of report items.

Returns:
the list of report items.


Copyright © 2007-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.