Interface IMoodEntryService
- All Known Implementing Classes:
MoodEntryService
public interface IMoodEntryService
-
Method Summary
Modifier and TypeMethodDescriptionlongbooleanfindHistory(String userId, Integer lastDays, String typeFilter) void
-
Method Details
-
add
- Throws:
SQLException
-
findHistory
List<MoodHistoryItem> findHistory(String userId, Integer lastDays, String typeFilter) throws SQLException - Throws:
SQLException
-
getByID
- Throws:
SQLException
-
update
- Throws:
SQLException
-
delete
- Throws:
SQLException
-