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
SQLExceptionDbContact[] getContacts(Connection c) throws SQLException
SQLExceptionDbContact[] getContacts(Connection c, Boolean withObjects) throws SQLException
SQLExceptionDbContact[] getContacts(Connection c, long[] ids) throws SQLException
SQLExceptionlong[] getContactIds(Connection c) throws SQLException
SQLExceptionlong[] getContactIds(Connection c, Boolean withObjects) throws SQLException
SQLExceptionvoid removeContact(Connection c, long id) throws SQLException
SQLExceptionvoid removeContacts(Connection c, long[] ids) throws SQLException
SQLExceptionvoid saveContact(Connection c, DbContact contact) throws SQLException
SQLExceptionCopyright © 2019 OpenEstate. All rights reserved.