Interface IMoodAnalyticsDao
- All Known Implementing Classes:
MoodAnalyticsDao
public interface IMoodAnalyticsDao
-
Method Summary
Modifier and TypeMethodDescriptionfindEmotionImpact(String userId, Integer lastDays, String typeFilter, int lowMoodThreshold, int minSamples, int limit) findInfluenceImpact(String userId, Integer lastDays, String typeFilter, int lowMoodThreshold, int minSamples, int limit)
-
Method Details
-
findInfluenceImpact
List<ImpactRow> findInfluenceImpact(String userId, Integer lastDays, String typeFilter, int lowMoodThreshold, int minSamples, int limit) throws SQLException - Throws:
SQLException
-
findEmotionImpact
List<ImpactRow> findEmotionImpact(String userId, Integer lastDays, String typeFilter, int lowMoodThreshold, int minSamples, int limit) throws SQLException - Throws:
SQLException
-