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