it.eng.spagobi.geo.datamart
Class AbstractDatamartProvider

java.lang.Object
  extended by it.eng.spagobi.geo.datamart.AbstractDatamartProvider
All Implemented Interfaces:
DatamartProviderIFace
Direct Known Subclasses:
DefaultDatamartProvider

public abstract class AbstractDatamartProvider
extends java.lang.Object
implements DatamartProviderIFace

Executes the query and obtains the data associated to the svg map


Constructor Summary
AbstractDatamartProvider()
          Builds the class
 
Method Summary
 DatamartObject getDatamartObject(it.eng.spago.base.SourceBean datamartProviderConfiguration)
          Executes the query and obtains the data associated to the svg map
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDatamartProvider

public AbstractDatamartProvider()
Builds the class

Method Detail

getDatamartObject

public DatamartObject getDatamartObject(it.eng.spago.base.SourceBean datamartProviderConfiguration)
                                 throws it.eng.spago.error.EMFUserError
Executes the query and obtains the data associated to the svg map

Specified by:
getDatamartObject in interface DatamartProviderIFace
Parameters:
datamartProviderConfiguration - SourceBean wich contains the configuration for the data recovering (see template definition into GeoAction class)
Throws:
it.eng.spago.error.EMFUserError