org.ibisph.dao.chart
Interface DAO

All Known Implementing Classes:
AbstractDAO, IndicatorView, QueryModuleResult

public interface DAO

DAO methods needed for pluggable chart related DAO.

Author:
Garth Braithwaite, STG

Method Summary
 void load(java.lang.Object object, ChartData chartData)
          Loads source data object into destination ChartData object.
 

Method Detail

load

void load(java.lang.Object object,
          ChartData chartData)
          throws java.lang.Exception
Loads source data object into destination ChartData object.

Parameters:
object - Source object (typically an XML DOM4j document) to be loaded into the chart data.
chartData - Destination chart data object to be loaded with the XML document data.
Throws:
java.lang.Exception