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
SQLException
DbContactsEntryCalendarEntry[] getEntryCalendarEntries(Connection c, long[] contactsEntryIds, long[] calendarEntryIds) throws SQLException
SQLException
void removeEntryCalendarEntry(Connection c, DbContactsEntryCalendarEntry relation) throws SQLException
SQLException
void removeEntryCalendarEntries(Connection c, DbContactsEntryCalendarEntry[] relations) throws SQLException
SQLException
void saveEntryCalendarEntry(Connection c, DbContactsEntryCalendarEntry relation) throws SQLException
SQLException
Copyright © 2015 OpenEstate. All rights reserved.