Uses of Interface
com.f1j.data.query.DataQuery

Packages that use DataQuery
com.f1j.data   
com.f1j.data.query   
com.f1j.data.source   
com.f1j.ss.datarange   
com.f1j.ss.pivot   
com.f1j.ss.report   
 

Uses of DataQuery in com.f1j.data
 

Methods in com.f1j.data that return DataQuery
 DataQuery
          Returns the query that this data range is listening to.
 DataQuery
          Creates a data query and adds it to this collection of data queries.
 DataQuery
           
 DataQuery[]
          Returns a list of data queries in this DataQueryCollection.
 DataQuery
          Returns the data query with the specified name in this collection.
 DataQuery
          Returns the data query in this collection which has the specified data range registered as listening to it.
 

Methods in com.f1j.data with parameters of type DataQuery
 void
          Moves a data range to the specified sheet/location and attaches it to the specified data query.
 void
          Associates a data range with a data query.
 java.lang.String
           
 void
          Deletes a data query from the collection.
 

Uses of DataQuery in com.f1j.data.query
 

Methods in com.f1j.data.query that return DataQuery
 DataQuery
          Returns the query that this field is associated with.
 

Uses of DataQuery in com.f1j.data.source
 

Methods in com.f1j.data.source that return DataQuery
 DataQuery
           
 

Uses of DataQuery in com.f1j.ss.datarange
 

Methods in com.f1j.ss.datarange with parameters of type DataQuery
 DataRange
          Creates a DataRange at the specified location using the specified query.
 

Uses of DataQuery in com.f1j.ss.pivot
 

Methods in com.f1j.ss.pivot that return DataQuery
 DataQuery
          Returns the e.Spreadsheet query that should be used for the PivotRange being defined.
 

Methods in com.f1j.ss.pivot with parameters of type DataQuery
 PivotRange
          Creates a PivotRange at the specified location using the specified query.
 PivotRange
           
 void
          Sets the e.Spreadsheet query that should be used for the PivotRange being defined.
 

Uses of DataQuery in com.f1j.ss.report
 

Methods in com.f1j.ss.report with parameters of type DataQuery
 java.util.Iterator
           
 void
           
 com.actuate.util.NativeDataType
          Returns the native type for this parameter's association with the specified query, if present.
 void
          Adds an association to the query.
 boolean
          Removes an association to the query.
 boolean
          Determines if parameter has a query association.