public class HSqlDbCrmCalendarHandler extends DbCrmCalendarHandlerImpl
Modifier and Type | Field and Description |
---|---|
static String |
PROC_REMOVE_CRM_ACTIVITIES_CALENDAR_ENTRIES |
static String |
PROC_SAVE_CRM_ACTIVITIES_CALENDAR_ENTRIES |
static String |
VIEW_CRM_ACTIVITIES_CALENDAR_ENTRIES |
Constructor and Description |
---|
HSqlDbCrmCalendarHandler() |
Modifier and Type | Method and Description |
---|---|
DbCrmActivityCalendarEntry[] |
getActivityCalendarEntries(Connection c,
long[] crmActivityIds,
long[] calendarEntryIds) |
void |
removeActivityCalendarEntries(Connection c,
DbCrmActivityCalendarEntry[] relations) |
void |
saveActivityCalendarEntries(Connection c,
DbCrmActivityCalendarEntry relation) |
buildActivityCalendarEntry, getActivityCalendarEntries, getActivityCalendarEntries, getActivityCalendarEntries, removeActivityCalendarEntry
public static final String VIEW_CRM_ACTIVITIES_CALENDAR_ENTRIES
public static final String PROC_REMOVE_CRM_ACTIVITIES_CALENDAR_ENTRIES
public static final String PROC_SAVE_CRM_ACTIVITIES_CALENDAR_ENTRIES
public DbCrmActivityCalendarEntry[] getActivityCalendarEntries(Connection c, long[] crmActivityIds, long[] calendarEntryIds) throws SQLException
getActivityCalendarEntries
in interface DbCrmCalendarHandler
getActivityCalendarEntries
in class DbCrmCalendarHandlerImpl
SQLException
public void removeActivityCalendarEntries(Connection c, DbCrmActivityCalendarEntry[] relations) throws SQLException
removeActivityCalendarEntries
in interface DbCrmCalendarHandler
removeActivityCalendarEntries
in class DbCrmCalendarHandlerImpl
SQLException
public void saveActivityCalendarEntries(Connection c, DbCrmActivityCalendarEntry relation) throws SQLException
saveActivityCalendarEntries
in interface DbCrmCalendarHandler
saveActivityCalendarEntries
in class DbCrmCalendarHandlerImpl
SQLException
Copyright © 2015 OpenEstate. All rights reserved.