Uses of Class
com.wellnessapp.model.mood.MoodEntry
-
Uses of MoodEntry in com.wellnessapp.model.mood
Modifier and TypeMethodDescriptionIMoodDAO.getEntryById
(int id) MoodDAO.getEntryById
(int id) Retrieves a mood entry from the database by its ID.Modifier and TypeMethodDescriptionIMoodDAO.getAllEntries
(boolean sorted) MoodDAO.getAllEntries
(boolean sorted) Retrieves all mood entries from the database.MoodManager.getAllEntries()
MoodManager.getAllEntries
(Boolean sorted) Modifier and TypeMethodDescriptionvoid
MoodManager.addMoodEntry
(MoodEntry entry) void
void
Inserts a newMoodEntry
into the database.void
void
void
Deletes a mood entry from the database.void
void
void
Updates an existing mood entry in the database.