public interface DbCrmCalendarHandler
Modifier and Type | Method and Description |
---|---|
DbCrmActivityCalendarEntry[] |
getActivityCalendarEntries(Connection c,
long crmActivityId) |
DbCrmActivityCalendarEntry[] |
getActivityCalendarEntries(Connection c,
long[] crmActivityIds) |
DbCrmActivityCalendarEntry[] |
getActivityCalendarEntries(Connection c,
long[] crmActivityIds,
long[] calendarEntryIds) |
DbCrmActivityCalendarEntry[] |
getActivityCalendarEntries(Connection c,
long crmActivityId,
long calendarEntryId) |
void |
removeActivityCalendarEntries(Connection c,
DbCrmActivityCalendarEntry[] relations) |
void |
removeActivityCalendarEntry(Connection c,
DbCrmActivityCalendarEntry relation) |
void |
saveActivityCalendarEntries(Connection c,
DbCrmActivityCalendarEntry relation) |
DbCrmActivityCalendarEntry[] getActivityCalendarEntries(Connection c, long crmActivityId) throws SQLException
SQLException
DbCrmActivityCalendarEntry[] getActivityCalendarEntries(Connection c, long[] crmActivityIds) throws SQLException
SQLException
DbCrmActivityCalendarEntry[] getActivityCalendarEntries(Connection c, long crmActivityId, long calendarEntryId) throws SQLException
SQLException
DbCrmActivityCalendarEntry[] getActivityCalendarEntries(Connection c, long[] crmActivityIds, long[] calendarEntryIds) throws SQLException
SQLException
void removeActivityCalendarEntry(Connection c, DbCrmActivityCalendarEntry relation) throws SQLException
SQLException
void removeActivityCalendarEntries(Connection c, DbCrmActivityCalendarEntry[] relations) throws SQLException
SQLException
void saveActivityCalendarEntries(Connection c, DbCrmActivityCalendarEntry relation) throws SQLException
SQLException
Copyright © 2015 OpenEstate. All rights reserved.