public interface DbContactsHandler
DbContactsEntry getEntry(Connection c, long id) throws SQLException
SQLExceptionDbContactsEntry getEntry(Connection c, javax.mail.internet.InternetAddress address) throws SQLException
SQLExceptionDbContactsEntry[] getEntries(Connection c) throws SQLException
SQLExceptionDbContactsEntry[] getEntries(Connection c, long[] ids) throws SQLException
SQLException@Deprecated DbContactsEntry[] getEntriesByAddress(Connection c, String key, String value, boolean ignoreCase) throws SQLException
SQLExceptionDbContactsEntry[] getEntriesByInternetAddress(Connection c, javax.mail.internet.InternetAddress address) throws SQLException
SQLExceptionDbContactsEntry[] getEntriesByInternetAddress(Connection c, javax.mail.internet.InternetAddress address, int limit) throws SQLException
SQLExceptionDbContactsEntry[] getEntriesByKeyword(Connection c, String keyword) throws SQLException
SQLExceptionDbContactsEntry[] getEntriesByKeyword(Connection c, String keyword, int limit) throws SQLException
SQLExceptionDbContactsEntry[] getEntriesByKeyword(Connection c, String keyword, long groupId, int limit) throws SQLException
SQLExceptionDbContactsEntry[] getEntriesByKeyword(Connection c, String keyword, long[] groupIds, int limit) throws SQLException
SQLException@Deprecated DbContactsEntry[] getEntriesBySetting(Connection c, String key, String value, boolean ignoreCase) throws SQLException
SQLExceptionlong getEntryId(Connection c, String publicId) throws SQLException
SQLExceptionlong[] getEntryIds(Connection c) throws SQLException
SQLExceptionlong[] getEntryIds(Connection c, String[] publicIds) throws SQLException
SQLExceptionDbContactsGroup getGroup(Connection c, long id) throws SQLException
SQLExceptionDbContactsGroup[] getGroups(Connection c) throws SQLException
SQLExceptionDbContactsGroup[] getGroups(Connection c, long[] ids) throws SQLException
SQLExceptionDbContactsGroup[] getGroups(Connection c, String name) throws SQLException
SQLExceptionDbContactsEntry[] getGroupEntries(Connection c, long groupId) throws SQLException
SQLExceptionDbContactsEntry[] getGroupEntries(Connection c, long[] groupIds) throws SQLException
SQLExceptionlong[] getGroupIds(Connection c) throws SQLException
SQLExceptionvoid loadEntrySettings(Connection c, DbContactsEntry entry) throws SQLException
SQLExceptionvoid loadEntrySettings(Connection c, DbContactsEntry[] entries) throws SQLException
SQLExceptionvoid removeEntry(Connection c, long id) throws SQLException
SQLExceptionvoid removeEntries(Connection c, long[] ids) throws SQLException
SQLExceptionvoid removeGroup(Connection c, long id) throws SQLException
SQLExceptionvoid removeGroups(Connection c, long[] ids) throws SQLException
SQLExceptionvoid saveEntry(Connection c, DbContactsEntry entry) throws SQLException
SQLExceptionvoid saveGroup(Connection c, DbContactsGroup group) throws SQLException
SQLExceptionvoid setEntryActive(Connection c, long entryId, boolean active) throws SQLException
SQLExceptionvoid setEntryGroup(Connection c, long entryId, long groupId) throws SQLException
SQLExceptionvoid setEntriesActive(Connection c, long[] entryIds, boolean active) throws SQLException
SQLExceptionvoid setEntriesGroup(Connection c, long[] entryIds, long groupId) throws SQLException
SQLExceptionCopyright © 2015 OpenEstate. All rights reserved.