public interface DbMailAccountHandler
| Modifier and Type | Method and Description |
|---|---|
DbMailAccount |
getAccount(Connection c,
long id) |
long[] |
getAccountIds(Connection c) |
DbMailAccount[] |
getAccounts(Connection c) |
DbMailAccount[] |
getAccounts(Connection c,
Boolean enabled) |
DbMailAccount[] |
getAccounts(Connection c,
DbMailAccount.Type[] types,
Boolean enabled) |
DbMailAccount[] |
getAccounts(Connection c,
DbMailAccount.Type type,
Boolean enabled) |
DbMailAccount[] |
getAccounts(Connection c,
long[] ids) |
DbMailAccount[] |
getAccountsForAutoRetrieval(Connection c) |
DbMailAccount |
getPrivateAccount(Connection c) |
DbMailAccount[] |
getSharedAccounts(Connection c) |
void |
loadAccountSettings(Connection c,
DbMailAccount account) |
void |
loadAccountSettings(Connection c,
DbMailAccount[] accounts) |
void |
removeAccount(Connection c,
long id) |
void |
removeAccounts(Connection c,
long[] ids) |
void |
saveAccount(Connection c,
DbMailAccount account) |
DbMailAccount getAccount(Connection c, long id) throws SQLException
SQLExceptionDbMailAccount[] getAccounts(Connection c) throws SQLException
SQLExceptionDbMailAccount[] getAccounts(Connection c, Boolean enabled) throws SQLException
SQLExceptionDbMailAccount[] getAccounts(Connection c, DbMailAccount.Type type, Boolean enabled) throws SQLException
SQLExceptionDbMailAccount[] getAccounts(Connection c, DbMailAccount.Type[] types, Boolean enabled) throws SQLException
SQLExceptionDbMailAccount[] getAccounts(Connection c, long[] ids) throws SQLException
SQLExceptionDbMailAccount[] getAccountsForAutoRetrieval(Connection c) throws SQLException
SQLExceptionlong[] getAccountIds(Connection c) throws SQLException
SQLExceptionDbMailAccount getPrivateAccount(Connection c) throws SQLException
SQLExceptionDbMailAccount[] getSharedAccounts(Connection c) throws SQLException
SQLExceptionvoid loadAccountSettings(Connection c, DbMailAccount account) throws SQLException
SQLExceptionvoid loadAccountSettings(Connection c, DbMailAccount[] accounts) throws SQLException
SQLExceptionvoid removeAccount(Connection c, long id) throws SQLException
SQLExceptionvoid removeAccounts(Connection c, long[] ids) throws SQLException
SQLExceptionvoid saveAccount(Connection c, DbMailAccount account) throws SQLException
SQLExceptionCopyright © 2015 OpenEstate. All rights reserved.