Uses of Class
com.openindex.openestate.tool.agency.addons.calendar.db.DbAgencyEstateCalendarEntry
-
Packages that use DbAgencyEstateCalendarEntry Package Description com.openindex.openestate.tool.agency.addons.calendar.db com.openindex.openestate.tool.agency.addons.calendar.db.hsql -
-
Uses of DbAgencyEstateCalendarEntry in com.openindex.openestate.tool.agency.addons.calendar.db
Methods in com.openindex.openestate.tool.agency.addons.calendar.db that return DbAgencyEstateCalendarEntry Modifier and Type Method Description DbAgencyEstateCalendarEntry[]
DbAgencyCalendarHandler. getEstateCalendarEntries(Connection c, long[] agencyEstateIds, long[] calendarEntryIds)
DbAgencyEstateCalendarEntry[]
DbAgencyCalendarHandler. getEstateCalendarEntries(Connection c, long agencyEstateId, long calendarEntryId)
abstract DbAgencyEstateCalendarEntry[]
DbAgencyCalendarHandlerImpl. getEstateCalendarEntries(Connection c, long[] agencyEstateIds, long[] calendarEntryIds)
DbAgencyEstateCalendarEntry[]
DbAgencyCalendarHandlerImpl. getEstateCalendarEntries(Connection c, long agencyEstateId, long calendarEntryId)
Methods in com.openindex.openestate.tool.agency.addons.calendar.db with parameters of type DbAgencyEstateCalendarEntry Modifier and Type Method Description void
DbAgencyCalendarHandler. removeEstateCalendarEntries(Connection c, DbAgencyEstateCalendarEntry[] relations)
abstract void
DbAgencyCalendarHandlerImpl. removeEstateCalendarEntries(Connection c, DbAgencyEstateCalendarEntry[] relations)
void
DbAgencyCalendarHandler. removeEstateCalendarEntry(Connection c, DbAgencyEstateCalendarEntry relation)
void
DbAgencyCalendarHandlerImpl. removeEstateCalendarEntry(Connection c, DbAgencyEstateCalendarEntry relation)
void
DbAgencyCalendarHandler. saveEstateCalendarEntry(Connection c, DbAgencyEstateCalendarEntry relation)
abstract void
DbAgencyCalendarHandlerImpl. saveEstateCalendarEntry(Connection c, DbAgencyEstateCalendarEntry relation)
-
Uses of DbAgencyEstateCalendarEntry in com.openindex.openestate.tool.agency.addons.calendar.db.hsql
Methods in com.openindex.openestate.tool.agency.addons.calendar.db.hsql that return DbAgencyEstateCalendarEntry Modifier and Type Method Description DbAgencyEstateCalendarEntry[]
HSqlDbAgencyCalendarHandler. getEstateCalendarEntries(Connection c, long[] agencyEstateIds, long[] calendarEntryIds)
Methods in com.openindex.openestate.tool.agency.addons.calendar.db.hsql with parameters of type DbAgencyEstateCalendarEntry Modifier and Type Method Description void
HSqlDbAgencyCalendarHandler. removeEstateCalendarEntries(Connection c, DbAgencyEstateCalendarEntry[] relations)
void
HSqlDbAgencyCalendarHandler. saveEstateCalendarEntry(Connection c, DbAgencyEstateCalendarEntry relation)
-