public class HSqlDbContactsCalendarHandler extends DbContactsCalendarHandlerImpl
Modifier and Type | Field and Description |
---|---|
static String |
PROC_REMOVE_CONTACTS_ENTRIES_CALENDAR_ENTRIES |
static String |
PROC_SAVE_CONTACTS_ENTRIES_CALENDAR_ENTRIES |
static String |
VIEW_CONTACTS_ENTRIES_CALENDAR_ENTRIES |
Constructor and Description |
---|
HSqlDbContactsCalendarHandler() |
Modifier and Type | Method and Description |
---|---|
DbContactsEntryCalendarEntry[] |
getEntryCalendarEntries(Connection c,
long[] contactsEntryIds,
long[] calendarEntryIds) |
void |
removeEntryCalendarEntries(Connection c,
DbContactsEntryCalendarEntry[] relations) |
void |
saveEntryCalendarEntry(Connection c,
DbContactsEntryCalendarEntry relation) |
getEntryCalendarEntries, removeEntryCalendarEntry
public static final String VIEW_CONTACTS_ENTRIES_CALENDAR_ENTRIES
public static final String PROC_REMOVE_CONTACTS_ENTRIES_CALENDAR_ENTRIES
public static final String PROC_SAVE_CONTACTS_ENTRIES_CALENDAR_ENTRIES
public DbContactsEntryCalendarEntry[] getEntryCalendarEntries(Connection c, long[] contactsEntryIds, long[] calendarEntryIds) throws SQLException
getEntryCalendarEntries
in interface DbContactsCalendarHandler
getEntryCalendarEntries
in class DbContactsCalendarHandlerImpl
SQLException
public void removeEntryCalendarEntries(Connection c, DbContactsEntryCalendarEntry[] relations) throws SQLException
removeEntryCalendarEntries
in interface DbContactsCalendarHandler
removeEntryCalendarEntries
in class DbContactsCalendarHandlerImpl
SQLException
public void saveEntryCalendarEntry(Connection c, DbContactsEntryCalendarEntry relation) throws SQLException
saveEntryCalendarEntry
in interface DbContactsCalendarHandler
saveEntryCalendarEntry
in class DbContactsCalendarHandlerImpl
SQLException
Copyright © 2015 OpenEstate. All rights reserved.