Class MoodEntryService
java.lang.Object
com.serinity.moodcontrol.service.MoodEntryService
- All Implemented Interfaces:
IMoodEntryService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongbooleanfindHistory(String userId, Integer lastDays, String typeFilter) void
-
Constructor Details
-
MoodEntryService
public MoodEntryService() -
MoodEntryService
-
-
Method Details
-
add
- Specified by:
addin interfaceIMoodEntryService- Throws:
SQLException
-
findHistory
public List<MoodHistoryItem> findHistory(String userId, Integer lastDays, String typeFilter) throws SQLException - Specified by:
findHistoryin interfaceIMoodEntryService- Throws:
SQLException
-
getByID
- Specified by:
getByIDin interfaceIMoodEntryService- Throws:
SQLException
-
update
- Specified by:
updatein interfaceIMoodEntryService- Throws:
SQLException
-
delete
- Specified by:
deletein interfaceIMoodEntryService- Throws:
SQLException
-