Uses of Interface
com.openindex.openestate.tool.calendar.db.DbCalendarHandler
-
Packages that use DbCalendarHandler Package Description com.openindex.openestate.tool.calendar ImmoTool-Add-On zur Verwaltung von iCal-Kalendern.com.openindex.openestate.tool.calendar.db com.openindex.openestate.tool.calendar.db.hsql com.openindex.openestate.tool.calendar.extensions -
-
Uses of DbCalendarHandler in com.openindex.openestate.tool.calendar
Methods in com.openindex.openestate.tool.calendar with parameters of type DbCalendarHandler Modifier and Type Method Description static TreeModelCalendarFrameSidebarExtension. createTreeModel(ImmoToolProject project, Connection c, DbCalendarHandler calendarHandler)voidCalendarEntryRelationPanel. load(Connection c, DbCalendarHandler calendarHandler)static DbCalendarEntry[]CalendarPluginUtils. searchForDbEntries(Connection c, DbCalendarHandler calendarHandler, long[] groupIds, DbCalendarEntry.Type[] types, net.fortuna.ical4j.model.property.Status[] status, Date begin, Date end)static VirtualCalendarEntry[]CalendarPluginUtils. searchForVirtualEntries(Connection c, DbCalendarHandler calendarHandler, VirtualCalendarExtension[] virtualCalendars, Date begin, Date end)static VirtualCalendarEntry[]CalendarPluginUtils. searchForVirtualEntries(Connection c, DbCalendarHandler calendarHandler, VirtualCalendarExtension virtualCalendar, Date begin, Date end)Constructors in com.openindex.openestate.tool.calendar with parameters of type DbCalendarHandler Constructor Description CalendarEntryRemoveTask(AbstractDbDriver dbDriver, DbCalendarHandler calendarHandler, long entryId)CalendarEntryRemoveTask(AbstractDbDriver dbDriver, DbCalendarHandler calendarHandler, long[] entryIds)CalendarSyncTask(AbstractDbDriver dbDriver, DbCalendarHandler calendarHandler, DbCalendarGroup calendarGroup) -
Uses of DbCalendarHandler in com.openindex.openestate.tool.calendar.db
Classes in com.openindex.openestate.tool.calendar.db that implement DbCalendarHandler Modifier and Type Class Description classDbCalendarHandlerImplDbCalendarHandler. -
Uses of DbCalendarHandler in com.openindex.openestate.tool.calendar.db.hsql
Classes in com.openindex.openestate.tool.calendar.db.hsql that implement DbCalendarHandler Modifier and Type Class Description classHSqlDbCalendarHandlerHSqlDbCalendarHandler.Methods in com.openindex.openestate.tool.calendar.db.hsql that return DbCalendarHandler Modifier and Type Method Description DbCalendarHandlerHSqlDbCalendarExtension. getCalendarHandler() -
Uses of DbCalendarHandler in com.openindex.openestate.tool.calendar.extensions
Methods in com.openindex.openestate.tool.calendar.extensions that return DbCalendarHandler Modifier and Type Method Description abstract DbCalendarHandlerDbCalendarAdapter. getCalendarHandler()DbCalendarHandlerDbCalendarExtension. getCalendarHandler()
-