| Interface | Description |
|---|---|
| ReportQuery |
Abstract :
==========
This interface represents the query that the client needs to use to retrieve the data and build the model that will feed the view for
a given Report.
|
| Class | Description |
|---|---|
| ReportQueryFlavor |
This class is used to check if a given implementation of ReportQueryDao actually supports a given
implementation of a ReportQuery.
|
| Enum | Description |
|---|---|
| QueryOperator |
This Enumeration is optional and may be used when producing an implementation of the ReportQuery interface, or not.
|
| Exception | Description |
|---|---|
| UnsupportedFlavorException |
The Exception thrown if a given implementation of ReportQueryDao doesn't support a given implementation
of a ReportQuery.
|
Copyright © 2010-2015 Henix, henix.fr. All Rights Reserved.