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 DbCalendarExtensionCalendarPlugin. getDbCalendarExtension()Methods in com.openindex.openestate.tool.calendar with parameters of type DbCalendarExtension Modifier and Type Method Description static voidCalendarPlugin. saveSettings(Connection c, DbUser user, DbExtension dbExtension, DbCalendarExtension dbCalendarExtension)static voidCalendarPlugin. 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 classHSqlDbCalendarExtensionHSqlDbCalendarExtension. -
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 classDbCalendarAdapterDbCalendarAdapter.Methods in com.openindex.openestate.tool.calendar.extensions that return DbCalendarExtension Modifier and Type Method Description static DbCalendarExtensionDbCalendarExtension. loadByDriver(AbstractDbDriver driver)static DbCalendarExtensionDbCalendarExtension. loadByDriver(String driverName)static DbCalendarExtensionDbCalendarExtension. 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()
-