Class HSqlDbAgencyCalendarHandler
- java.lang.Object
-
- com.openindex.openestate.tool.agency.addons.calendar.db.DbAgencyCalendarHandlerImpl
-
- com.openindex.openestate.tool.agency.addons.calendar.db.hsql.HSqlDbAgencyCalendarHandler
-
- All Implemented Interfaces:
DbAgencyCalendarHandler
public class HSqlDbAgencyCalendarHandler extends DbAgencyCalendarHandlerImpl
HSqlDbAgencyCalendarHandler.- Author:
- Andreas Rudolph
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROC_REMOVE_AGENCY_OBJECTS_CALENDAR_ENTRIESstatic StringPROC_SAVE_AGENCY_OBJECTS_CALENDAR_ENTRIESstatic StringVIEW_AGENCY_OBJECTS_CALENDAR_ENTRIES
-
Constructor Summary
Constructors Constructor Description HSqlDbAgencyCalendarHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbAgencyEstateCalendarEntry[]getEstateCalendarEntries(Connection c, long[] agencyEstateIds, long[] calendarEntryIds)voidremoveEstateCalendarEntries(Connection c, DbAgencyEstateCalendarEntry[] relations)voidsaveEstateCalendarEntry(Connection c, DbAgencyEstateCalendarEntry relation)-
Methods inherited from class com.openindex.openestate.tool.agency.addons.calendar.db.DbAgencyCalendarHandlerImpl
getEstateCalendarEntries, removeEstateCalendarEntry
-
-
-
-
Field Detail
-
VIEW_AGENCY_OBJECTS_CALENDAR_ENTRIES
public static final String VIEW_AGENCY_OBJECTS_CALENDAR_ENTRIES
- See Also:
- Constant Field Values
-
PROC_REMOVE_AGENCY_OBJECTS_CALENDAR_ENTRIES
public static final String PROC_REMOVE_AGENCY_OBJECTS_CALENDAR_ENTRIES
- See Also:
- Constant Field Values
-
PROC_SAVE_AGENCY_OBJECTS_CALENDAR_ENTRIES
public static final String PROC_SAVE_AGENCY_OBJECTS_CALENDAR_ENTRIES
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEstateCalendarEntries
public DbAgencyEstateCalendarEntry[] getEstateCalendarEntries(Connection c, long[] agencyEstateIds, long[] calendarEntryIds) throws SQLException
- Specified by:
getEstateCalendarEntriesin interfaceDbAgencyCalendarHandler- Specified by:
getEstateCalendarEntriesin classDbAgencyCalendarHandlerImpl- Throws:
SQLException
-
removeEstateCalendarEntries
public void removeEstateCalendarEntries(Connection c, DbAgencyEstateCalendarEntry[] relations) throws SQLException
- Specified by:
removeEstateCalendarEntriesin interfaceDbAgencyCalendarHandler- Specified by:
removeEstateCalendarEntriesin classDbAgencyCalendarHandlerImpl- Throws:
SQLException
-
saveEstateCalendarEntry
public void saveEstateCalendarEntry(Connection c, DbAgencyEstateCalendarEntry relation) throws SQLException
- Specified by:
saveEstateCalendarEntryin interfaceDbAgencyCalendarHandler- Specified by:
saveEstateCalendarEntryin classDbAgencyCalendarHandlerImpl- Throws:
SQLException
-
-