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 String
PROC_REMOVE_AGENCY_OBJECTS_CALENDAR_ENTRIES
static String
PROC_SAVE_AGENCY_OBJECTS_CALENDAR_ENTRIES
static String
VIEW_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)
void
removeEstateCalendarEntries(Connection c, DbAgencyEstateCalendarEntry[] relations)
void
saveEstateCalendarEntry(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:
getEstateCalendarEntries
in interfaceDbAgencyCalendarHandler
- Specified by:
getEstateCalendarEntries
in classDbAgencyCalendarHandlerImpl
- Throws:
SQLException
-
removeEstateCalendarEntries
public void removeEstateCalendarEntries(Connection c, DbAgencyEstateCalendarEntry[] relations) throws SQLException
- Specified by:
removeEstateCalendarEntries
in interfaceDbAgencyCalendarHandler
- Specified by:
removeEstateCalendarEntries
in classDbAgencyCalendarHandlerImpl
- Throws:
SQLException
-
saveEstateCalendarEntry
public void saveEstateCalendarEntry(Connection c, DbAgencyEstateCalendarEntry relation) throws SQLException
- Specified by:
saveEstateCalendarEntry
in interfaceDbAgencyCalendarHandler
- Specified by:
saveEstateCalendarEntry
in classDbAgencyCalendarHandlerImpl
- Throws:
SQLException
-
-