Class JournalEntryService
java.lang.Object
com.serinity.moodcontrol.service.JournalEntryService
- All Implemented Interfaces:
IJournalEntryService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongadd(JournalEntry entry) booleanbooleanupdate(JournalEntry entry)
-
Constructor Details
-
JournalEntryService
public JournalEntryService() -
JournalEntryService
-
-
Method Details
-
add
- Specified by:
addin interfaceIJournalEntryService- Throws:
SQLException
-
getAll
- Specified by:
getAllin interfaceIJournalEntryService- Throws:
SQLException
-
getByID
- Specified by:
getByIDin interfaceIJournalEntryService- Throws:
SQLException
-
update
- Specified by:
updatein interfaceIJournalEntryService- Throws:
SQLException
-
delete
- Specified by:
deletein interfaceIJournalEntryService- Throws:
SQLException
-