com.ebay.carad.os.vitalsigns.dao
Interface IDataDAO

All Known Implementing Classes:
SqlDataDAO

public interface IDataDAO

Interface for dealing with the standard-type "data in timeline" type reports.

Version:
$Id$
Author:
Jeremy Thomerson

Field Summary
static DataPoint[] EMPTY_DATA_POINT_ARRAY
           
static IDataDAO NO_OP_INSTANCE
           
 
Method Summary
 DataPoint[] getData(IDashboardReport report)
           
 void storeReportData(float data, IReportingListenerContainer agent, IDashboardReport report)
           
 

Field Detail

EMPTY_DATA_POINT_ARRAY

static final DataPoint[] EMPTY_DATA_POINT_ARRAY

NO_OP_INSTANCE

static final IDataDAO NO_OP_INSTANCE
Method Detail

storeReportData

void storeReportData(float data,
                     IReportingListenerContainer agent,
                     IDashboardReport report)
                     throws ReportingException
Throws:
ReportingException

getData

DataPoint[] getData(IDashboardReport report)
                    throws ReportingException
Throws:
ReportingException


Copyright © 2004-2009. All Rights Reserved.