java.lang.Object
com.wellnessapp.model.mood.MoodManager
Manages mood entries, providing methods to add, retrieve, update, and delete mood entries.
Allows for future feature improvement and managing of the state and manipulation of data.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addMoodEntry
(MoodEntry entry) void
getAllEntries
(Boolean sorted) void
-
Constructor Details
-
MoodManager
-
-
Method Details
-
addMoodEntry
- Throws:
SQLException
-
getAllEntries
-
getAllEntries
-
update
-
delete
-