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