public interface DbContactsCalendarHandler
| Modifier and Type | Method and Description |
|---|---|
DbContactsEntryCalendarEntry[] |
getEntryCalendarEntries(Connection c,
long[] contactsEntryIds,
long[] calendarEntryIds) |
DbContactsEntryCalendarEntry[] |
getEntryCalendarEntries(Connection c,
long contactsEntryId,
long calendarEntryId) |
void |
removeEntryCalendarEntries(Connection c,
DbContactsEntryCalendarEntry[] relations) |
void |
removeEntryCalendarEntry(Connection c,
DbContactsEntryCalendarEntry relation) |
void |
saveEntryCalendarEntry(Connection c,
DbContactsEntryCalendarEntry relation) |
DbContactsEntryCalendarEntry[] getEntryCalendarEntries(Connection c, long contactsEntryId, long calendarEntryId) throws SQLException
SQLExceptionDbContactsEntryCalendarEntry[] getEntryCalendarEntries(Connection c, long[] contactsEntryIds, long[] calendarEntryIds) throws SQLException
SQLExceptionvoid removeEntryCalendarEntry(Connection c, DbContactsEntryCalendarEntry relation) throws SQLException
SQLExceptionvoid removeEntryCalendarEntries(Connection c, DbContactsEntryCalendarEntry[] relations) throws SQLException
SQLExceptionvoid saveEntryCalendarEntry(Connection c, DbContactsEntryCalendarEntry relation) throws SQLException
SQLExceptionCopyright © 2015 OpenEstate. All rights reserved.