Uses of Interface
com.openindex.openestate.tool.calendar.extensions.DbCalendarExtension
-
Packages that use DbCalendarExtension Package Description com.openindex.openestate.tool.calendar ImmoTool-Add-On zur Verwaltung von iCal-Kalendern.com.openindex.openestate.tool.calendar.db.hsql com.openindex.openestate.tool.calendar.extensions -
-
Uses of DbCalendarExtension in com.openindex.openestate.tool.calendar
Methods in com.openindex.openestate.tool.calendar that return DbCalendarExtension Modifier and Type Method Description static DbCalendarExtension
CalendarPlugin. getDbCalendarExtension()
Methods in com.openindex.openestate.tool.calendar with parameters of type DbCalendarExtension Modifier and Type Method Description static void
CalendarPlugin. saveSettings(Connection c, DbUser user, DbExtension dbExtension, DbCalendarExtension dbCalendarExtension)
static void
CalendarPlugin. setDbCalendarExtension(DbCalendarExtension dbCalendarExtension)
-
Uses of DbCalendarExtension in com.openindex.openestate.tool.calendar.db.hsql
Classes in com.openindex.openestate.tool.calendar.db.hsql that implement DbCalendarExtension Modifier and Type Class Description class
HSqlDbCalendarExtension
HSqlDbCalendarExtension. -
Uses of DbCalendarExtension in com.openindex.openestate.tool.calendar.extensions
Classes in com.openindex.openestate.tool.calendar.extensions that implement DbCalendarExtension Modifier and Type Class Description class
DbCalendarAdapter
DbCalendarAdapter.Methods in com.openindex.openestate.tool.calendar.extensions that return DbCalendarExtension Modifier and Type Method Description static DbCalendarExtension
DbCalendarExtension. loadByDriver(AbstractDbDriver driver)
static DbCalendarExtension
DbCalendarExtension. loadByDriver(String driverName)
static DbCalendarExtension
DbCalendarExtension. loadByProject(ImmoToolProject project)
Methods in com.openindex.openestate.tool.calendar.extensions that return types with arguments of type DbCalendarExtension Modifier and Type Method Description static Collection<DbCalendarExtension>
DbCalendarExtension. load()
-