Uses of Class
com.wellnessapp.model.mood.MoodEntry
Packages that use MoodEntry
-
Uses of MoodEntry in com.wellnessapp.model.mood
Methods in com.wellnessapp.model.mood that return MoodEntryModifier and TypeMethodDescriptionIMoodDAO.getEntryById
(int id) MoodDAO.getEntryById
(int id) Retrieves a mood entry from the database by its ID.Methods in com.wellnessapp.model.mood that return types with arguments of type MoodEntryModifier and TypeMethodDescriptionIMoodDAO.getAllEntries
(boolean sorted) MoodDAO.getAllEntries
(boolean sorted) Retrieves all mood entries from the database.MoodManager.getAllEntries()
MoodManager.getAllEntries
(Boolean sorted) Methods in com.wellnessapp.model.mood with parameters of type MoodEntryModifier 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.