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
SQLException
DbMailAccount[] getAccounts(Connection c) throws SQLException
SQLException
DbMailAccount[] getAccounts(Connection c, Boolean enabled) throws SQLException
SQLException
DbMailAccount[] getAccounts(Connection c, DbMailAccount.Type type, Boolean enabled) throws SQLException
SQLException
DbMailAccount[] getAccounts(Connection c, DbMailAccount.Type[] types, Boolean enabled) throws SQLException
SQLException
DbMailAccount[] getAccounts(Connection c, long[] ids) throws SQLException
SQLException
DbMailAccount[] getAccountsForAutoRetrieval(Connection c) throws SQLException
SQLException
long[] getAccountIds(Connection c) throws SQLException
SQLException
DbMailAccount getPrivateAccount(Connection c) throws SQLException
SQLException
DbMailAccount[] getSharedAccounts(Connection c) throws SQLException
SQLException
void loadAccountSettings(Connection c, DbMailAccount account) throws SQLException
SQLException
void loadAccountSettings(Connection c, DbMailAccount[] accounts) throws SQLException
SQLException
void removeAccount(Connection c, long id) throws SQLException
SQLException
void removeAccounts(Connection c, long[] ids) throws SQLException
SQLException
void saveAccount(Connection c, DbMailAccount account) throws SQLException
SQLException
Copyright © 2015 OpenEstate. All rights reserved.