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