Interface DbContactsCalendarHandler
-
- All Known Implementing Classes:
DbContactsCalendarHandlerImpl
,HSqlDbContactsCalendarHandler
public interface DbContactsCalendarHandler
DbContactsCalendarHandler.- 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)
void
removeEntryCalendarEntries(Connection c, DbContactsEntryCalendarEntry[] relations)
void
removeEntryCalendarEntry(Connection c, DbContactsEntryCalendarEntry relation)
void
saveEntryCalendarEntry(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
-
-