Class MoodEntryDao
java.lang.Object
com.serinity.moodcontrol.dao.MoodEntryDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfindHistory(String userId, Integer lastDays, String typeFilter) longvoid
-
Constructor Details
-
MoodEntryDao
public MoodEntryDao()
-
-
Method Details
-
save
- Throws:
SQLException
-
findHistory
public List<MoodHistoryItem> findHistory(String userId, Integer lastDays, String typeFilter) throws SQLException - Throws:
SQLException
-
findById
- Throws:
SQLException
-
update
- Throws:
SQLException
-
delete
- Throws:
SQLException
-