Class HSqlDbContactsCalendarHandler
- java.lang.Object
-
- com.openindex.openestate.tool.contacts.addons.calendar.db.DbContactsCalendarHandlerImpl
-
- com.openindex.openestate.tool.contacts.addons.calendar.db.hsql.HSqlDbContactsCalendarHandler
-
- All Implemented Interfaces:
DbContactsCalendarHandler
public class HSqlDbContactsCalendarHandler extends DbContactsCalendarHandlerImpl
HSqlDbContactsCalendarHandler.- Author:
- Andreas Rudolph
-
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description HSqlDbContactsCalendarHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbContactsEntryCalendarEntry[]
getEntryCalendarEntries(Connection c, long[] contactsEntryIds, long[] calendarEntryIds)
void
removeEntryCalendarEntries(Connection c, DbContactsEntryCalendarEntry[] relations)
void
saveEntryCalendarEntry(Connection c, DbContactsEntryCalendarEntry relation)
-
Methods inherited from class com.openindex.openestate.tool.contacts.addons.calendar.db.DbContactsCalendarHandlerImpl
getEntryCalendarEntries, removeEntryCalendarEntry
-
-
-
-
Field Detail
-
VIEW_CONTACTS_ENTRIES_CALENDAR_ENTRIES
public static final String VIEW_CONTACTS_ENTRIES_CALENDAR_ENTRIES
- See Also:
- Constant Field Values
-
PROC_REMOVE_CONTACTS_ENTRIES_CALENDAR_ENTRIES
public static final String PROC_REMOVE_CONTACTS_ENTRIES_CALENDAR_ENTRIES
- See Also:
- Constant Field Values
-
PROC_SAVE_CONTACTS_ENTRIES_CALENDAR_ENTRIES
public static final String PROC_SAVE_CONTACTS_ENTRIES_CALENDAR_ENTRIES
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEntryCalendarEntries
public DbContactsEntryCalendarEntry[] getEntryCalendarEntries(Connection c, long[] contactsEntryIds, long[] calendarEntryIds) throws SQLException
- Specified by:
getEntryCalendarEntries
in interfaceDbContactsCalendarHandler
- Specified by:
getEntryCalendarEntries
in classDbContactsCalendarHandlerImpl
- Throws:
SQLException
-
removeEntryCalendarEntries
public void removeEntryCalendarEntries(Connection c, DbContactsEntryCalendarEntry[] relations) throws SQLException
- Specified by:
removeEntryCalendarEntries
in interfaceDbContactsCalendarHandler
- Specified by:
removeEntryCalendarEntries
in classDbContactsCalendarHandlerImpl
- Throws:
SQLException
-
saveEntryCalendarEntry
public void saveEntryCalendarEntry(Connection c, DbContactsEntryCalendarEntry relation) throws SQLException
- Specified by:
saveEntryCalendarEntry
in interfaceDbContactsCalendarHandler
- Specified by:
saveEntryCalendarEntry
in classDbContactsCalendarHandlerImpl
- Throws:
SQLException
-
-