Package edu.suffolk.litlab.efspserver.db
Class MessageSettingsDatabase
java.lang.Object
edu.suffolk.litlab.efspserver.db.Database
edu.suffolk.litlab.efspserver.db.MessageSettingsDatabase
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
findMessageInfo
(UUID serverId) void
updateTable
(MessageInfo info) void
updateTable
(UUID serverId, String toEmail, String subjectLine, String emailTemplate, String confirmationSubjectLine, String emailConfirmation) Methods inherited from class edu.suffolk.litlab.efspserver.db.Database
close, commit, rollback, setAutoCommit, setSavepoint
-
Constructor Details
-
MessageSettingsDatabase
-
-
Method Details
-
createTablesIfAbsent
- Specified by:
createTablesIfAbsent
in classDatabase
- Throws:
SQLException
-
updateTable
- Throws:
SQLException
-
updateTable
public void updateTable(UUID serverId, String toEmail, String subjectLine, String emailTemplate, String confirmationSubjectLine, String emailConfirmation) throws SQLException - Throws:
SQLException
-
findMessageInfo
-