public abstract class VirtualCalendarAdapter extends Object implements VirtualCalendarExtension
ID| Constructor and Description |
|---|
VirtualCalendarAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Action[] |
getActions(ImmoToolProject project,
DbCalendarEntry entry) |
DbCalendarEntry[] |
getEntries(Connection c,
String dbDriver) |
abstract DbCalendarEntry[] |
getEntries(Connection c,
String dbDriver,
DbCalendarEntry.Type type) |
DbCalendarEventEntry[] |
getEventEntries(Connection c,
String dbDriver) |
String[] |
getRequiredPluginIds() |
abstract String |
getTitle() |
DbCalendarTodoEntry[] |
getTodoEntries(Connection c,
String dbDriver) |
String |
getToolTip() |
Action |
getViewAction(ImmoToolProject project,
DbCalendarEntry entry) |
abstract boolean |
isUsable() |
public Action[] getActions(ImmoToolProject project, DbCalendarEntry entry)
getActions in interface VirtualCalendarExtensionpublic final DbCalendarEntry[] getEntries(Connection c, String dbDriver) throws SQLException, IOException
getEntries in interface VirtualCalendarExtensionSQLExceptionIOExceptionpublic abstract DbCalendarEntry[] getEntries(Connection c, String dbDriver, DbCalendarEntry.Type type) throws SQLException, IOException
getEntries in interface VirtualCalendarExtensionSQLExceptionIOExceptionpublic final DbCalendarEventEntry[] getEventEntries(Connection c, String dbDriver) throws SQLException, IOException
getEventEntries in interface VirtualCalendarExtensionSQLExceptionIOExceptionpublic String[] getRequiredPluginIds()
getRequiredPluginIds in interface BasicExtensionpublic abstract String getTitle()
getTitle in interface VirtualCalendarExtensionpublic String getToolTip()
getToolTip in interface VirtualCalendarExtensionpublic final DbCalendarTodoEntry[] getTodoEntries(Connection c, String dbDriver) throws SQLException, IOException
getTodoEntries in interface VirtualCalendarExtensionSQLExceptionIOExceptionpublic Action getViewAction(ImmoToolProject project, DbCalendarEntry entry)
getViewAction in interface VirtualCalendarExtensionpublic abstract boolean isUsable()
isUsable in interface VirtualCalendarExtensionCopyright © 2015 OpenEstate. All rights reserved.