public abstract class DbContactsCalendarHandlerImpl extends Object implements DbContactsCalendarHandler
| Constructor and Description |
|---|
DbContactsCalendarHandlerImpl() |
| Modifier and Type | Method and Description |
|---|---|
abstract DbContactsEntryCalendarEntry[] |
getEntryCalendarEntries(Connection c,
long[] contactsEntryIds,
long[] calendarEntryIds) |
DbContactsEntryCalendarEntry[] |
getEntryCalendarEntries(Connection c,
long contactsEntryId,
long calendarEntryId) |
abstract void |
removeEntryCalendarEntries(Connection c,
DbContactsEntryCalendarEntry[] relations) |
void |
removeEntryCalendarEntry(Connection c,
DbContactsEntryCalendarEntry relation) |
abstract void |
saveEntryCalendarEntry(Connection c,
DbContactsEntryCalendarEntry relation) |
public final DbContactsEntryCalendarEntry[] getEntryCalendarEntries(Connection c, long contactsEntryId, long calendarEntryId) throws SQLException
getEntryCalendarEntries in interface DbContactsCalendarHandlerSQLExceptionpublic abstract DbContactsEntryCalendarEntry[] getEntryCalendarEntries(Connection c, long[] contactsEntryIds, long[] calendarEntryIds) throws SQLException
getEntryCalendarEntries in interface DbContactsCalendarHandlerSQLExceptionpublic final void removeEntryCalendarEntry(Connection c, DbContactsEntryCalendarEntry relation) throws SQLException
removeEntryCalendarEntry in interface DbContactsCalendarHandlerSQLExceptionpublic abstract void removeEntryCalendarEntries(Connection c, DbContactsEntryCalendarEntry[] relations) throws SQLException
removeEntryCalendarEntries in interface DbContactsCalendarHandlerSQLExceptionpublic abstract void saveEntryCalendarEntry(Connection c, DbContactsEntryCalendarEntry relation) throws SQLException
saveEntryCalendarEntry in interface DbContactsCalendarHandlerSQLExceptionCopyright © 2015 OpenEstate. All rights reserved.