| Modifier and Type | Method and Description |
|---|---|
DAOGetCouponRuleFiredDetailsResponseWrapper |
RuleDao.getCouponRuleFiredDetails(Coupon coupon,
int ruleid) |
DAOGetSensorDataResponseWrapper |
SensorsDao.getSensorDataList(Coupon coupon,
java.lang.String sensorName,
java.sql.Timestamp startTime,
java.sql.Timestamp endTime) |
int |
SensorsDao.getSensorInterval(Coupon coupon,
java.lang.String sensorName) |
DAOResponseWrapper |
RuleDao.updateLastRuleFiredTime(Coupon coupon,
int ruleid,
java.sql.Timestamp sensorRuleFiredTime,
java.sql.Timestamp currentRuleFiredTime) |
| Modifier and Type | Method and Description |
|---|---|
DAOGetCouponsResponseWrapper |
CouponDao.addCoupons(java.util.List<Coupon> couponsList,
java.lang.String studyname) |
| Modifier and Type | Method and Description |
|---|---|
DAOGetRuleQuestionServiceActiveDetailsResponseWrapper |
RuleQuestionServiceActiveDao.getRuleQuestionServiceActiveDetails(Coupon coupon,
UserConsentDetails userConsentDetails) |
DAOGetRuleQuestionServicePassiveDetailsResponseWrapper |
RuleQuestionServicePassiveDao.getRuleQuestionServicePassiveDetails(Coupon coupon,
UserConsentDetails userConsentDetails,
int test_duration_hours) |
DAOGetServicesActiveDetailsResponseWrapper |
ServicesActiveDao.getServicesActiveDetails(Coupon coupon,
UserConsentDetails userConsentDetails) |
DAOGetServicesPassiveDetailsResponseWrapper |
ServicesPassiveDao.getServicesPassiveDetails(Coupon coupon,
UserConsentDetails userConsentDetails) |
DAOGetUploadServiceActiveDetailsResponseWrapper |
UploadServiceActiveDao.getUploadServiceActiveDetails(Coupon coupon,
UserConsentDetails userConsentDetails) |
| Modifier and Type | Method and Description |
|---|---|
GPSServicePassive |
GPSServicePassiveDao.getDetails(Coupon coupon,
UserConsentDetails userConsentDetails) |
GPSServiceActive |
GPSServiceActiveDao.getDetails(Coupon coupon,
UserConsentDetails userConsentDetails) |
<T> T |
ServiceDetailsDao.getDetails(Coupon coupon,
UserConsentDetails userConsentDetails) |
| Modifier and Type | Method and Description |
|---|---|
Coupon |
BEDataSourceImplementations.getCouponDetails(java.lang.String couponNumber) |
| Modifier and Type | Method and Description |
|---|---|
void |
AnswerDataObservableImplementation.notifyAll(Answer answer,
Coupon coupon) |
void |
SensorDataObservableImplementation.notifyAll(SensorData sensorData,
Coupon coupon,
java.lang.String sensorName) |
| Modifier and Type | Method and Description |
|---|---|
Coupon |
IBEDataSource.getCouponDetails(java.lang.String couponNumber) |
| Modifier and Type | Method and Description |
|---|---|
CouponRuleFiredDetails |
IRuleDataSource.getLastRuleFiredTime(Coupon coupon,
int ruleid) |
java.util.List<SensorData> |
IRuleDataSource.getSensorData(java.lang.String sensorName,
Coupon coupon,
java.sql.Timestamp startTime,
java.sql.Timestamp endTime) |
int |
IRuleDataSource.getSensorInterval(Coupon coupon,
java.lang.String sensorName) |
void |
IRuleDataSource.updateLastRuleFiredTime(Coupon coupon,
int ruleid,
java.sql.Timestamp sensorRuleFiredTime,
java.sql.Timestamp currentRuleFiredTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
IAnswerDataObserver.notifyInsertAnswer(Coupon coupon,
Answer answer) |
void |
ISensorDataObserver.notifyInsertSensorData(SensorData sensorData,
java.lang.String sensorName,
Coupon coupon) |
| Modifier and Type | Class and Description |
|---|---|
class |
CouponHeartBeatDetails |
| Modifier and Type | Method and Description |
|---|---|
Coupon |
SubjectAnswers.getCoupon() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubjectAnswers.setCoupon(Coupon coupon) |
| Constructor and Description |
|---|
SubjectAnswers(Coupon coupon,
java.util.Map<java.lang.Integer,java.util.List<Answer>> ruleIdToAnswersList) |
| Modifier and Type | Method and Description |
|---|---|
Coupon |
TestResult.getCoupon() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestResult.setCoupon(Coupon coupon) |
| Constructor and Description |
|---|
TestResult(TestStatus testStatus,
Study study,
Coupon coupon,
UserConsentDetails userConsentDetails,
RuleQuestionServicePassive ruleQuestionServicePassive,
ServicesPassive servicesPassive,
RuleQuestionServiceActive ruleQuestionServiceActive,
ServicesActive servicesActive,
UploadServiceActive uploadServiceActive) |
| Modifier and Type | Method and Description |
|---|---|
Coupon |
DAOGetCouponDetailsResponseWrapper.getCoupon() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Coupon> |
DAOGetCouponsResponseWrapper.getCoupons() |
| Modifier and Type | Method and Description |
|---|---|
void |
DAOGetCouponDetailsResponseWrapper.setCoupon(Coupon coupon) |
| Modifier and Type | Method and Description |
|---|---|
void |
DAOGetCouponsResponseWrapper.setCoupons(java.util.List<Coupon> coupons) |
| Constructor and Description |
|---|
DAOGetCouponDetailsResponseWrapper(Coupon coupon,
int code,
java.lang.String message) |
| Constructor and Description |
|---|
DAOGetCouponsResponseWrapper(java.util.List<Coupon> coupons,
int code,
java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
Coupon |
DAOGetCouponStatsResponseWrapper.getCoupon() |
| Modifier and Type | Method and Description |
|---|---|
void |
DAOGetCouponStatsResponseWrapper.setCoupon(Coupon coupon) |
| Constructor and Description |
|---|
DAOGetCouponStatsResponseWrapper(Coupon coupon,
int code,
java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
TestStatus |
RuleQuestionServiceActiveValidation.getRuleQuestionServiceActiveStatus(Study study,
Coupon coupon,
UserConsentDetails userConsentDetails) |
TestStatus |
RuleQuestionServicePassiveValidation.getRuleQuestionServicePassiveStatus(Study study,
Coupon coupon,
UserConsentDetails userConsentDetails) |
TestStatus |
ServicesActiveValidation.getServicesActiveStatus(Study study,
Coupon coupon,
UserConsentDetails userConsentDetails) |
TestStatus |
UploadServiceActiveValidation.getUploadServiceActiveStatus(Study study,
Coupon coupon,
UserConsentDetails userConsentDetails) |
| Modifier and Type | Method and Description |
|---|---|
CouponRuleFiredDetails |
PersistenceLayer.getLastRuleFiredTime(Coupon coupon,
int ruleid) |
java.util.List<SensorData> |
PersistenceLayer.getSensorData(java.lang.String sensorName,
Coupon coupon,
java.sql.Timestamp startTime,
java.sql.Timestamp endTime) |
int |
PersistenceLayer.getSensorInterval(Coupon coupon,
java.lang.String sensorName) |
void |
PersistenceLayer.updateLastRuleFiredTime(Coupon coupon,
int ruleid,
java.sql.Timestamp sensorRuleFiredTime,
java.sql.Timestamp currentRuleFiredTime) |