public interface DbContactsHandler extends DbHandler
Modifier and Type | Method and Description |
---|---|
DbContact |
getContact(Connection c,
long id) |
long[] |
getContactIds(Connection c) |
long[] |
getContactIds(Connection c,
Boolean withObjects) |
DbContact[] |
getContacts(Connection c) |
DbContact[] |
getContacts(Connection c,
Boolean withObjects) |
DbContact[] |
getContacts(Connection c,
long[] ids) |
void |
removeContact(Connection c,
long id) |
void |
removeContacts(Connection c,
long[] ids) |
void |
saveContact(Connection c,
DbContact contact) |
DbContact getContact(Connection c, long id) throws SQLException
SQLException
DbContact[] getContacts(Connection c) throws SQLException
SQLException
DbContact[] getContacts(Connection c, Boolean withObjects) throws SQLException
SQLException
DbContact[] getContacts(Connection c, long[] ids) throws SQLException
SQLException
long[] getContactIds(Connection c) throws SQLException
SQLException
long[] getContactIds(Connection c, Boolean withObjects) throws SQLException
SQLException
void removeContact(Connection c, long id) throws SQLException
SQLException
void removeContacts(Connection c, long[] ids) throws SQLException
SQLException
void saveContact(Connection c, DbContact contact) throws SQLException
SQLException
Copyright © 2019 OpenEstate. All rights reserved.