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 DbAgencyCalendarHandler
SQLException
public abstract DbAgencyEstateCalendarEntry[] getEstateCalendarEntries(Connection c, long[] agencyEstateIds, long[] calendarEntryIds) throws SQLException
getEstateCalendarEntries
in interface DbAgencyCalendarHandler
SQLException
public final void removeEstateCalendarEntry(Connection c, DbAgencyEstateCalendarEntry relation) throws SQLException
removeEstateCalendarEntry
in interface DbAgencyCalendarHandler
SQLException
public abstract void removeEstateCalendarEntries(Connection c, DbAgencyEstateCalendarEntry[] relations) throws SQLException
removeEstateCalendarEntries
in interface DbAgencyCalendarHandler
SQLException
public abstract void saveEstateCalendarEntry(Connection c, DbAgencyEstateCalendarEntry relation) throws SQLException
saveEstateCalendarEntry
in interface DbAgencyCalendarHandler
SQLException
Copyright © 2015 OpenEstate. All rights reserved.