public abstract class DbAgencyCalendarHandlerImpl extends Object implements DbAgencyCalendarHandler
| Constructor and Description |
|---|
DbAgencyCalendarHandlerImpl() |
| Modifier and Type | Method and Description |
|---|---|
abstract DbAgencyEstateCalendarEntry[] |
getEstateCalendarEntries(Connection c,
long[] agencyEstateIds,
long[] calendarEntryIds) |
DbAgencyEstateCalendarEntry[] |
getEstateCalendarEntries(Connection c,
long agencyEstateId,
long calendarEntryId) |
abstract void |
removeEstateCalendarEntries(Connection c,
DbAgencyEstateCalendarEntry[] relations) |
void |
removeEstateCalendarEntry(Connection c,
DbAgencyEstateCalendarEntry relation) |
abstract void |
saveEstateCalendarEntry(Connection c,
DbAgencyEstateCalendarEntry relation) |
public final DbAgencyEstateCalendarEntry[] getEstateCalendarEntries(Connection c, long agencyEstateId, long calendarEntryId) throws SQLException
getEstateCalendarEntries in interface DbAgencyCalendarHandlerSQLExceptionpublic abstract DbAgencyEstateCalendarEntry[] getEstateCalendarEntries(Connection c, long[] agencyEstateIds, long[] calendarEntryIds) throws SQLException
getEstateCalendarEntries in interface DbAgencyCalendarHandlerSQLExceptionpublic final void removeEstateCalendarEntry(Connection c, DbAgencyEstateCalendarEntry relation) throws SQLException
removeEstateCalendarEntry in interface DbAgencyCalendarHandlerSQLExceptionpublic abstract void removeEstateCalendarEntries(Connection c, DbAgencyEstateCalendarEntry[] relations) throws SQLException
removeEstateCalendarEntries in interface DbAgencyCalendarHandlerSQLExceptionpublic abstract void saveEstateCalendarEntry(Connection c, DbAgencyEstateCalendarEntry relation) throws SQLException
saveEstateCalendarEntry in interface DbAgencyCalendarHandlerSQLExceptionCopyright © 2015 OpenEstate. All rights reserved.