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() |
getRequiredPluginIds
static final String ID
Action[] getActions(ImmoToolProject project, DbCalendarEntry entry)
DbCalendarEntry[] getEntries(Connection c, String dbDriver) throws SQLException, IOException
SQLException
IOException
DbCalendarEntry[] getEntries(Connection c, String dbDriver, DbCalendarEntry.Type type) throws SQLException, IOException
SQLException
IOException
DbCalendarEventEntry[] getEventEntries(Connection c, String dbDriver) throws SQLException, IOException
SQLException
IOException
String getTitle()
String getToolTip()
DbCalendarTodoEntry[] getTodoEntries(Connection c, String dbDriver) throws SQLException, IOException
SQLException
IOException
Action getViewAction(ImmoToolProject project, DbCalendarEntry entry)
boolean isUsable()
Copyright © 2015 OpenEstate. All rights reserved.