public interface DbAgencyCalendarHandler
| Modifier and Type | Method and Description |
|---|---|
DbAgencyEstateCalendarEntry[] |
getEstateCalendarEntries(Connection c,
long[] agencyEstateIds,
long[] calendarEntryIds) |
DbAgencyEstateCalendarEntry[] |
getEstateCalendarEntries(Connection c,
long agencyEstateId,
long calendarEntryId) |
void |
removeEstateCalendarEntries(Connection c,
DbAgencyEstateCalendarEntry[] relations) |
void |
removeEstateCalendarEntry(Connection c,
DbAgencyEstateCalendarEntry relation) |
void |
saveEstateCalendarEntry(Connection c,
DbAgencyEstateCalendarEntry relation) |
DbAgencyEstateCalendarEntry[] getEstateCalendarEntries(Connection c, long agencyEstateId, long calendarEntryId) throws SQLException
SQLExceptionDbAgencyEstateCalendarEntry[] getEstateCalendarEntries(Connection c, long[] agencyEstateIds, long[] calendarEntryIds) throws SQLException
SQLExceptionvoid removeEstateCalendarEntry(Connection c, DbAgencyEstateCalendarEntry relation) throws SQLException
SQLExceptionvoid removeEstateCalendarEntries(Connection c, DbAgencyEstateCalendarEntry[] relations) throws SQLException
SQLExceptionvoid saveEstateCalendarEntry(Connection c, DbAgencyEstateCalendarEntry relation) throws SQLException
SQLExceptionCopyright © 2015 OpenEstate. All rights reserved.