Interface DbContactsCalendarHandler
-
- All Known Implementing Classes:
DbContactsCalendarHandlerImpl,HSqlDbContactsCalendarHandler
public interface DbContactsCalendarHandlerDbContactsCalendarHandler.- Author:
- Andreas Rudolph
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DbContactsEntryCalendarEntry[]getEntryCalendarEntries(Connection c, long[] contactsEntryIds, long[] calendarEntryIds)DbContactsEntryCalendarEntry[]getEntryCalendarEntries(Connection c, long contactsEntryId, long calendarEntryId)voidremoveEntryCalendarEntries(Connection c, DbContactsEntryCalendarEntry[] relations)voidremoveEntryCalendarEntry(Connection c, DbContactsEntryCalendarEntry relation)voidsaveEntryCalendarEntry(Connection c, DbContactsEntryCalendarEntry relation)
-
-
-
Method Detail
-
getEntryCalendarEntries
DbContactsEntryCalendarEntry[] getEntryCalendarEntries(Connection c, long contactsEntryId, long calendarEntryId) throws SQLException
- Throws:
SQLException
-
getEntryCalendarEntries
DbContactsEntryCalendarEntry[] getEntryCalendarEntries(Connection c, long[] contactsEntryIds, long[] calendarEntryIds) throws SQLException
- Throws:
SQLException
-
removeEntryCalendarEntry
void removeEntryCalendarEntry(Connection c, DbContactsEntryCalendarEntry relation) throws SQLException
- Throws:
SQLException
-
removeEntryCalendarEntries
void removeEntryCalendarEntries(Connection c, DbContactsEntryCalendarEntry[] relations) throws SQLException
- Throws:
SQLException
-
saveEntryCalendarEntry
void saveEntryCalendarEntry(Connection c, DbContactsEntryCalendarEntry relation) throws SQLException
- Throws:
SQLException
-
-