public interface VirtualCalendarExtension extends BasicExtension
| Modifier and Type | Method and Description |
|---|---|
Action[] |
getActions(ImmoToolProject project,
DbCalendarEntry entry) |
DbCalendarEntry[] |
getEntries(Connection c,
String dbDriver) |
DbCalendarEntry[] |
getEntries(Connection c,
String dbDriver,
DbCalendarEntry.Type type) |
DbCalendarEventEntry[] |
getEventEntries(Connection c,
String dbDriver) |
String |
getTitle() |
DbCalendarTodoEntry[] |
getTodoEntries(Connection c,
String dbDriver) |
String |
getToolTip() |
Action |
getViewAction(ImmoToolProject project,
DbCalendarEntry entry) |
boolean |
isUsable() |
getRequiredPluginIdsstatic final String ID
Action[] getActions(ImmoToolProject project, DbCalendarEntry entry)
DbCalendarEntry[] getEntries(Connection c, String dbDriver) throws SQLException, IOException
SQLExceptionIOExceptionDbCalendarEntry[] getEntries(Connection c, String dbDriver, DbCalendarEntry.Type type) throws SQLException, IOException
SQLExceptionIOExceptionDbCalendarEventEntry[] getEventEntries(Connection c, String dbDriver) throws SQLException, IOException
SQLExceptionIOExceptionString getTitle()
String getToolTip()
DbCalendarTodoEntry[] getTodoEntries(Connection c, String dbDriver) throws SQLException, IOException
SQLExceptionIOExceptionAction getViewAction(ImmoToolProject project, DbCalendarEntry entry)
boolean isUsable()
Copyright © 2015 OpenEstate. All rights reserved.