|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractWabitObject | |
|---|---|
| ca.sqlpower.wabit | |
| ca.sqlpower.wabit.enterprise.client | |
| ca.sqlpower.wabit.image | |
| ca.sqlpower.wabit.olap | |
| ca.sqlpower.wabit.report | |
| ca.sqlpower.wabit.report.chart | |
| Uses of AbstractWabitObject in ca.sqlpower.wabit |
|---|
| Subclasses of AbstractWabitObject in ca.sqlpower.wabit | |
|---|---|
class |
QueryCache
This method will be able to execute and cache the results of a query. |
class |
WabitColumnItem
This WabitItem is more specific to a column in a table. |
class |
WabitConstantItem
Defines a WabitItem to be in the constants table. |
class |
WabitConstantsContainer
This class represents a specific implementation of WabitContainer that
wraps the constants container in a Query. |
class |
WabitContainer<T extends WabitItem>
This container wraps any other kind of Container to allow attaching WabitListeners that will be notified appropriately when events happen
on the container. |
class |
WabitDataSource
An implementation of WabitObject that wraps a data sources. |
class |
WabitItem
This type of Item wraps any other type of item to let other classes
attach WabitListeners to the delegate. |
class |
WabitJoin
Wraps a SQLJoin and converts events on the join to WabitListener
events. |
class |
WabitTableContainer
This class distinguishes a WabitContainer as more specifically containing a TableContainer. |
class |
WabitWorkspace
The WabitWorkspace is the root WabitObject of a WabitSession. |
| Constructors in ca.sqlpower.wabit with parameters of type AbstractWabitObject | |
|---|---|
ResultSetAndUpdateCountCollection(java.sql.ResultSet rs,
AbstractWabitObject parentObject)
This will wrap a given result set in a ResultSetAndUpdateCountCollection. |
|
ResultSetAndUpdateCountCollection(java.sql.Statement statement,
boolean isNextAResultSet,
boolean isStreaming,
int streamingRowLimit,
AbstractWabitObject parent)
This constructor will iterate through the statement's results and collect a set of result sets and update counts. |
|
| Uses of AbstractWabitObject in ca.sqlpower.wabit.enterprise.client |
|---|
| Subclasses of AbstractWabitObject in ca.sqlpower.wabit.enterprise.client | |
|---|---|
class |
Grant
A Grant object represents a set of permissions on a single object, or class of objects. |
class |
Group
|
class |
GroupMember
|
class |
ReportTask
ReportTask objects are used to parameter a server side report production and distribution via email. |
class |
User
|
| Uses of AbstractWabitObject in ca.sqlpower.wabit.image |
|---|
| Subclasses of AbstractWabitObject in ca.sqlpower.wabit.image | |
|---|---|
class |
WabitImage
The image saved in this object can be used in different reports in Wabit. |
| Uses of AbstractWabitObject in ca.sqlpower.wabit.olap |
|---|
| Subclasses of AbstractWabitObject in ca.sqlpower.wabit.olap | |
|---|---|
class |
OlapQuery
This is the model of an OLAP query. |
class |
WabitOlapAxis
Wrapper class to an Olap4j Dimension. |
class |
WabitOlapDimension
Wrapper class to an Olap4j Dimension. |
class |
WabitOlapExclusion
This is a dummy class used to differentiate between Selections and Exclusions within the persistence framework |
class |
WabitOlapInclusion
This is a dummy class used to differentiate between inclusions and exclusions |
class |
WabitOlapSelection
Wrapper class to wrap an Olap4j Selection, that is, an Inclusion or Exclusion. |
| Uses of AbstractWabitObject in ca.sqlpower.wabit.report |
|---|
| Subclasses of AbstractWabitObject in ca.sqlpower.wabit.report | |
|---|---|
class |
CellSetRenderer
Renders a CellSet from a MDX query on a report layout. |
class |
ChartRenderer
This class will render a chart from a query's result set in a chart format defined by the user. |
class |
ColumnInfo
|
class |
ContentBox
Represents a box on the page which has an absolute position and size. |
class |
Guide
|
class |
ImageRenderer
This class will let users import an image into their layout. |
class |
Label
A simple report content item that prints out some text with optional variable substitution. |
class |
Layout
|
class |
Page
A page is an arrangement of boxes and guides (usually page margins) on a container of a particular size. |
class |
Report
Represents a report layout in the Wabit. |
class |
ResultSetRenderer
Renders a JDBC result set using configurable absolute column widths. |
class |
Template
|
| Uses of AbstractWabitObject in ca.sqlpower.wabit.report.chart |
|---|
| Subclasses of AbstractWabitObject in ca.sqlpower.wabit.report.chart | |
|---|---|
class |
Chart
|
class |
ChartColumn
This class handles some of the generic methods to the ColumnIdentifier. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||