public abstract class DbContactsHandlerImpl extends Object implements DbContactsHandler
| Constructor and Description |
|---|
DbContactsHandlerImpl() |
public final DbContactsEntry getEntry(Connection c, long id) throws SQLException
getEntry in interface DbContactsHandlerSQLExceptionpublic final DbContactsEntry getEntry(Connection c, javax.mail.internet.InternetAddress address) throws SQLException
getEntry in interface DbContactsHandlerSQLExceptionpublic final DbContactsEntry[] getEntries(Connection c) throws SQLException
getEntries in interface DbContactsHandlerSQLExceptionpublic abstract DbContactsEntry[] getEntries(Connection c, long[] ids) throws SQLException
getEntries in interface DbContactsHandlerSQLException@Deprecated public abstract DbContactsEntry[] getEntriesByAddress(Connection c, String key, String value, boolean ignoreCase) throws SQLException
getEntriesByAddress in interface DbContactsHandlerSQLExceptionpublic final DbContactsEntry[] getEntriesByInternetAddress(Connection c, javax.mail.internet.InternetAddress address) throws SQLException
getEntriesByInternetAddress in interface DbContactsHandlerSQLExceptionpublic abstract DbContactsEntry[] getEntriesByInternetAddress(Connection c, javax.mail.internet.InternetAddress address, int limit) throws SQLException
getEntriesByInternetAddress in interface DbContactsHandlerSQLExceptionpublic final DbContactsEntry[] getEntriesByKeyword(Connection c, String keyword) throws SQLException
getEntriesByKeyword in interface DbContactsHandlerSQLExceptionpublic final DbContactsEntry[] getEntriesByKeyword(Connection c, String keyword, int limit) throws SQLException
getEntriesByKeyword in interface DbContactsHandlerSQLExceptionpublic final DbContactsEntry[] getEntriesByKeyword(Connection c, String keyword, long groupId, int limit) throws SQLException
getEntriesByKeyword in interface DbContactsHandlerSQLExceptionpublic abstract DbContactsEntry[] getEntriesByKeyword(Connection c, String keyword, long[] groupIds, int limit) throws SQLException
getEntriesByKeyword in interface DbContactsHandlerSQLException@Deprecated public abstract DbContactsEntry[] getEntriesBySetting(Connection c, String key, String value, boolean ignoreCase) throws SQLException
getEntriesBySetting in interface DbContactsHandlerSQLExceptionpublic final long getEntryId(Connection c, String publicId) throws SQLException
getEntryId in interface DbContactsHandlerSQLExceptionpublic final long[] getEntryIds(Connection c) throws SQLException
getEntryIds in interface DbContactsHandlerSQLExceptionpublic abstract long[] getEntryIds(Connection c, String[] publicIds) throws SQLException
getEntryIds in interface DbContactsHandlerSQLExceptionpublic final DbContactsGroup getGroup(Connection c, long id) throws SQLException
getGroup in interface DbContactsHandlerSQLExceptionpublic final DbContactsGroup[] getGroups(Connection c) throws SQLException
getGroups in interface DbContactsHandlerSQLExceptionpublic abstract DbContactsGroup[] getGroups(Connection c, long[] ids) throws SQLException
getGroups in interface DbContactsHandlerSQLExceptionpublic abstract DbContactsGroup[] getGroups(Connection c, String name) throws SQLException
getGroups in interface DbContactsHandlerSQLExceptionpublic final DbContactsEntry[] getGroupEntries(Connection c, long groupId) throws SQLException
getGroupEntries in interface DbContactsHandlerSQLExceptionpublic abstract DbContactsEntry[] getGroupEntries(Connection c, long[] groupIds) throws SQLException
getGroupEntries in interface DbContactsHandlerSQLExceptionpublic abstract long[] getGroupIds(Connection c) throws SQLException
getGroupIds in interface DbContactsHandlerSQLExceptionpublic final void loadEntrySettings(Connection c, DbContactsEntry entry) throws SQLException
loadEntrySettings in interface DbContactsHandlerSQLExceptionpublic abstract void loadEntrySettings(Connection c, DbContactsEntry[] entries) throws SQLException
loadEntrySettings in interface DbContactsHandlerSQLExceptionpublic final void removeEntry(Connection c, long id) throws SQLException
removeEntry in interface DbContactsHandlerSQLExceptionpublic abstract void removeEntries(Connection c, long[] ids) throws SQLException
removeEntries in interface DbContactsHandlerSQLExceptionpublic final void removeGroup(Connection c, long id) throws SQLException
removeGroup in interface DbContactsHandlerSQLExceptionpublic abstract void removeGroups(Connection c, long[] ids) throws SQLException
removeGroups in interface DbContactsHandlerSQLExceptionpublic abstract void saveEntry(Connection c, DbContactsEntry entry) throws SQLException
saveEntry in interface DbContactsHandlerSQLExceptionpublic abstract void saveGroup(Connection c, DbContactsGroup group) throws SQLException
saveGroup in interface DbContactsHandlerSQLExceptionpublic final void setEntryActive(Connection c, long entryId, boolean active) throws SQLException
setEntryActive in interface DbContactsHandlerSQLExceptionpublic final void setEntryGroup(Connection c, long entryId, long groupId) throws SQLException
setEntryGroup in interface DbContactsHandlerSQLExceptionpublic abstract void setEntriesActive(Connection c, long[] entryIds, boolean active) throws SQLException
setEntriesActive in interface DbContactsHandlerSQLExceptionpublic abstract void setEntriesGroup(Connection c, long[] entryIds, long groupId) throws SQLException
setEntriesGroup in interface DbContactsHandlerSQLExceptionCopyright © 2015 OpenEstate. All rights reserved.