com.stimulsoft.report.components
Class StiDataRetrieval

java.lang.Object
  extended by com.stimulsoft.report.components.StiDataRetrieval

public class StiDataRetrieval
extends java.lang.Object

The service allows to find all data sources, columns, relations, which are used in the report.


Constructor Summary
StiDataRetrieval()
           
 
Method Summary
 void dispose()
           
 java.util.Hashtable getUsedColumns()
          Gets columns to use.
 java.util.Hashtable getUsedDataSources()
          Gets Data Sources used.
 java.util.Hashtable getUsedRelations()
          Gets relations to use.
 void Retrieval(StiReport report)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiDataRetrieval

public StiDataRetrieval()
Method Detail

dispose

public final void dispose()

getUsedColumns

public java.util.Hashtable getUsedColumns()
Gets columns to use.


getUsedRelations

public java.util.Hashtable getUsedRelations()
Gets relations to use.


getUsedDataSources

public java.util.Hashtable getUsedDataSources()
Gets Data Sources used.


Retrieval

public void Retrieval(StiReport report)