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
EMPTY_DATA_POINT_ARRAY
static final DataPoint[] EMPTY_DATA_POINT_ARRAY
NO_OP_INSTANCE
static final IDataDAO NO_OP_INSTANCE
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.