public class HSqlDbAgencyCalendarHandler extends DbAgencyCalendarHandlerImpl
| Modifier and Type | Field and Description |
|---|---|
static String |
PROC_REMOVE_AGENCY_OBJECTS_CALENDAR_ENTRIES |
static String |
PROC_SAVE_AGENCY_OBJECTS_CALENDAR_ENTRIES |
static String |
VIEW_AGENCY_OBJECTS_CALENDAR_ENTRIES |
| Constructor and Description |
|---|
HSqlDbAgencyCalendarHandler() |
| Modifier and Type | Method and Description |
|---|---|
DbAgencyEstateCalendarEntry[] |
getEstateCalendarEntries(Connection c,
long[] agencyEstateIds,
long[] calendarEntryIds) |
void |
removeEstateCalendarEntries(Connection c,
DbAgencyEstateCalendarEntry[] relations) |
void |
saveEstateCalendarEntry(Connection c,
DbAgencyEstateCalendarEntry relation) |
getEstateCalendarEntries, removeEstateCalendarEntrypublic static final String VIEW_AGENCY_OBJECTS_CALENDAR_ENTRIES
public static final String PROC_REMOVE_AGENCY_OBJECTS_CALENDAR_ENTRIES
public static final String PROC_SAVE_AGENCY_OBJECTS_CALENDAR_ENTRIES
public DbAgencyEstateCalendarEntry[] getEstateCalendarEntries(Connection c, long[] agencyEstateIds, long[] calendarEntryIds) throws SQLException
getEstateCalendarEntries in interface DbAgencyCalendarHandlergetEstateCalendarEntries in class DbAgencyCalendarHandlerImplSQLExceptionpublic void removeEstateCalendarEntries(Connection c, DbAgencyEstateCalendarEntry[] relations) throws SQLException
removeEstateCalendarEntries in interface DbAgencyCalendarHandlerremoveEstateCalendarEntries in class DbAgencyCalendarHandlerImplSQLExceptionpublic void saveEstateCalendarEntry(Connection c, DbAgencyEstateCalendarEntry relation) throws SQLException
saveEstateCalendarEntry in interface DbAgencyCalendarHandlersaveEstateCalendarEntry in class DbAgencyCalendarHandlerImplSQLExceptionCopyright © 2015 OpenEstate. All rights reserved.