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