Package | Description |
---|---|
com.openindex.openestate.tool.agency.addons.calendar |
Erweiterungen des Immobilien-Add-Ons.
|
com.openindex.openestate.tool.calendar |
ImmoTool-Add-On zur Verwaltung von iCal-Kalendern.
|
com.openindex.openestate.tool.calendar.db | |
com.openindex.openestate.tool.calendar.db.hsql | |
com.openindex.openestate.tool.calendar.extensions | |
com.openindex.openestate.tool.contacts.addons.calendar | |
com.openindex.openestate.tool.crm.addons.calendar |
Modifier and Type | Method and Description |
---|---|
void |
CalendarEntryEstateTablePanel.load(DbCalendarEntry entry) |
void |
CalendarEntryEstateTablePanel.save(DbCalendarEntry entry) |
void |
CalendarEntryEstateTablePanel.saveFinished(Connection c,
ImmoToolProject project,
DbCalendarEntry entry) |
Modifier and Type | Class and Description |
---|---|
class |
CalendarEntryPanel<EntryType extends DbCalendarEntry>
CalendarEntryPanel.
|
Modifier and Type | Method and Description |
---|---|
protected DbCalendarEntry[] |
CalendarEntrySearchTask.doInBackground()
Deprecated.
|
static DbCalendarEntry[] |
CalendarPluginUtils.filterEntries(DbCalendarEntry[] entries,
Date begin,
Date end,
boolean withRecurrence) |
static DbCalendarEntry[] |
CalendarPluginUtils.filterEntries(DbCalendarEntry[] entries,
Date begin,
Date end,
String name,
boolean withRecurrence) |
DbCalendarEntry |
CalendarEntryField.getCalendarEntry() |
DbCalendarEntry |
CalendarEntryTable.getEntryAt(int row) |
DbCalendarEntry |
CalendarEntryTable.Model.getEntryAt(int row) |
static DbCalendarEntry[] |
CalendarPluginUtils.searchForLocalEntries(Connection c,
DbCalendarHandler calendarHandler) |
static DbCalendarEntry[] |
CalendarPluginUtils.searchForLocalEntries(Connection c,
DbCalendarHandler calendarHandler,
long groupId) |
static DbCalendarEntry[] |
CalendarPluginUtils.searchForLocalEntries(Connection c,
DbCalendarHandler calendarHandler,
long[] groupIds) |
static DbCalendarEntry[] |
CalendarPluginUtils.searchForLocalEntries(Connection c,
DbCalendarHandler calendarHandler,
long[] groupIds,
DbCalendarEntry.Type[] types,
net.fortuna.ical4j.model.property.Status[] status) |
static DbCalendarEntry[] |
CalendarPluginUtils.searchForVirtualEntries(Connection c,
DbCalendarHandler calendarHandler,
VirtualCalendarExtension virtualCalendar) |
static DbCalendarEntry[] |
CalendarPluginUtils.searchForVirtualEntries(Connection c,
DbCalendarHandler calendarHandler,
VirtualCalendarExtension[] virtualCalendars) |
static DbCalendarEntry[] |
CalendarPluginUtils.searchForVirtualEntries(Connection c,
DbCalendarHandler calendarHandler,
VirtualCalendarExtension[] virtualCalendars,
DbCalendarEntry.Type[] types) |
Modifier and Type | Method and Description |
---|---|
void |
CalendarEntryWeekTable.addCalendarEntries(DbCalendarEntry[] entries) |
void |
CalendarEntryWeekTable.Model.addCalendarEntries(DbCalendarEntry[] entries) |
void |
CalendarEntryMonthTable.addCalendarEntries(DbCalendarEntry[] entries,
Date stamp) |
void |
CalendarEntryMonthTable.Model.addCalendarEntries(DbCalendarEntry[] entries,
Date stamp) |
void |
CalendarEntryDayTable.addCalendarEntry(DbCalendarEntry entry) |
void |
CalendarEntryDayTable.Model.addCalendarEntry(DbCalendarEntry entry) |
void |
CalendarEntryTable.addCalendarEntry(DbCalendarEntry entry,
String calendarName) |
void |
CalendarEntryTable.Model.addCalendarEntry(DbCalendarEntry entry,
String calendarName) |
protected Object[] |
CalendarEntryTable.Model.buildRow(DbCalendarEntry entry,
String calendarName) |
static CalendarEntryViewPanel |
CalendarEntryViewPanel.createTab(DbCalendarEntry entry) |
static DbCalendarEntry[] |
CalendarPluginUtils.filterEntries(DbCalendarEntry[] entries,
Date begin,
Date end,
boolean withRecurrence) |
static DbCalendarEntry[] |
CalendarPluginUtils.filterEntries(DbCalendarEntry[] entries,
Date begin,
Date end,
String name,
boolean withRecurrence) |
void |
CalendarTodoEntryPanel.load(DbCalendarEntry entry) |
void |
CalendarEventEntryPanel.load(DbCalendarEntry entry) |
abstract void |
CalendarEntryViewPanel.AbstractTab.load(DbCalendarEntry entry) |
void |
CalendarEntryPanel.load(DbCalendarEntry entry) |
void |
CalendarTodoEntryPanel.save(DbCalendarEntry entry) |
void |
CalendarEventEntryPanel.save(DbCalendarEntry entry) |
abstract void |
CalendarEntryViewPanel.AbstractTab.save(DbCalendarEntry entry) |
void |
CalendarEntryPanel.save(DbCalendarEntry entry) |
void |
CalendarEntryViewPanel.AbstractTab.saveFinished(Connection c,
ImmoToolProject project,
DbCalendarEntry entry) |
void |
CalendarEntryPanel.saveFinished(Connection c,
ImmoToolProject project,
DbCalendarEntry entry) |
void |
CalendarEntryRelationPanel.selectRelation(DbCalendarEntry calendarEntry,
String notes) |
void |
CalendarEntryField.setCalendarEntry(DbCalendarEntry entry) |
void |
CalendarEntryTable.setCalendarEntryAt(int row,
DbCalendarEntry entry,
String calendarName) |
void |
CalendarEntryTable.Model.setCalendarEntryAt(int row,
DbCalendarEntry entry,
String calendarName) |
void |
CalendarEntryViewPanel.setEntry(DbCalendarEntry entry) |
abstract boolean |
CalendarEntryRelationPanel.submit(DbCalendarGroup calendarGroup,
DbCalendarEntry calendarEntry,
String notes) |
Modifier and Type | Class and Description |
---|---|
class |
DbCalendarEventEntry
DbCalendarEventEntry.
|
class |
DbCalendarTodoEntry
DbCalendarTodoEntry.
|
Modifier and Type | Method and Description |
---|---|
DbCalendarEntry |
DbCalendarEntry.Type.createEntry() |
DbCalendarEntry[] |
DbCalendarHandlerImpl.getEntries(Connection c) |
DbCalendarEntry[] |
DbCalendarHandler.getEntries(Connection c) |
abstract DbCalendarEntry[] |
DbCalendarHandlerImpl.getEntries(Connection c,
long[] ids) |
DbCalendarEntry[] |
DbCalendarHandler.getEntries(Connection c,
long[] ids) |
abstract DbCalendarEntry[] |
DbCalendarHandlerImpl.getEntries(Connection c,
long groupId,
String[] uids) |
DbCalendarEntry[] |
DbCalendarHandler.getEntries(Connection c,
long groupId,
String[] uids) |
abstract DbCalendarEntry[] |
DbCalendarHandlerImpl.getEntries(Connection c,
net.fortuna.ical4j.model.property.Status[] status,
DbCalendarEntry.Type[] types,
long[] groupIds) |
DbCalendarEntry[] |
DbCalendarHandler.getEntries(Connection c,
net.fortuna.ical4j.model.property.Status[] status,
DbCalendarEntry.Type[] types,
long[] groupIds) |
DbCalendarEntry[] |
DbCalendarHandlerImpl.getEntries(Connection c,
String keyword,
int limit) |
DbCalendarEntry[] |
DbCalendarHandler.getEntries(Connection c,
String keyword,
int limit) |
abstract DbCalendarEntry[] |
DbCalendarHandlerImpl.getEntries(Connection c,
String keyword,
long[] groupIds,
int limit) |
DbCalendarEntry[] |
DbCalendarHandler.getEntries(Connection c,
String keyword,
long[] groupIds,
int limit) |
DbCalendarEntry[] |
DbCalendarHandlerImpl.getEntries(Connection c,
String keyword,
long groupId,
int limit) |
DbCalendarEntry[] |
DbCalendarHandler.getEntries(Connection c,
String keyword,
long groupId,
int limit) |
DbCalendarEntry |
DbCalendarHandlerImpl.getEntry(Connection c,
long id) |
DbCalendarEntry |
DbCalendarHandler.getEntry(Connection c,
long id) |
DbCalendarEntry |
DbCalendarHandlerImpl.getEntry(Connection c,
long groupId,
String uid) |
DbCalendarEntry |
DbCalendarHandler.getEntry(Connection c,
long groupId,
String uid) |
DbCalendarEntry[] |
DbCalendarHandlerImpl.getGroupEntries(Connection c,
long groupId) |
DbCalendarEntry[] |
DbCalendarHandler.getGroupEntries(Connection c,
long groupId) |
DbCalendarEntry[] |
DbCalendarHandlerImpl.getGroupEntries(Connection c,
long[] groupIds) |
DbCalendarEntry[] |
DbCalendarHandler.getGroupEntries(Connection c,
long[] groupIds) |
Modifier and Type | Method and Description |
---|---|
void |
DbCalendarEntryLog.initChanges(DbCalendarEntry oldEntry,
DbCalendarEntry newEntry,
DbCalendarEntry.Type type) |
void |
DbCalendarEntryLog.initChanges(DbCalendarEntry oldEntry,
DbCalendarEntry newEntry,
DbCalendarEntry.Type type) |
abstract void |
DbCalendarHandlerImpl.saveEntry(Connection c,
DbCalendarEntry entry) |
void |
DbCalendarHandler.saveEntry(Connection c,
DbCalendarEntry entry) |
Modifier and Type | Method and Description |
---|---|
DbCalendarEntry[] |
HSqlDbCalendarHandler.getEntries(Connection c,
long[] ids) |
DbCalendarEntry[] |
HSqlDbCalendarHandler.getEntries(Connection c,
long groupId,
String[] uids) |
DbCalendarEntry[] |
HSqlDbCalendarHandler.getEntries(Connection c,
net.fortuna.ical4j.model.property.Status[] status,
DbCalendarEntry.Type[] types,
long[] groupIds) |
DbCalendarEntry[] |
HSqlDbCalendarHandler.getEntries(Connection c,
String keyword,
long[] groupIds,
int limit) |
Modifier and Type | Method and Description |
---|---|
void |
HSqlDbCalendarHandler.saveEntry(Connection c,
DbCalendarEntry entry) |
Modifier and Type | Method and Description |
---|---|
DbCalendarEntry[] |
VirtualCalendarExtension.getEntries(Connection c,
String dbDriver) |
DbCalendarEntry[] |
VirtualCalendarAdapter.getEntries(Connection c,
String dbDriver) |
DbCalendarEntry[] |
VirtualCalendarExtension.getEntries(Connection c,
String dbDriver,
DbCalendarEntry.Type type) |
abstract DbCalendarEntry[] |
VirtualCalendarAdapter.getEntries(Connection c,
String dbDriver,
DbCalendarEntry.Type type) |
Modifier and Type | Method and Description |
---|---|
JMenuItem[] |
EntryViewExtension.createActionMenuItems(DbCalendarEntry entry) |
JMenuItem[] |
EntryViewAdapter.createActionMenuItems(DbCalendarEntry entry) |
Action[] |
VirtualCalendarExtension.getActions(ImmoToolProject project,
DbCalendarEntry entry) |
Action[] |
VirtualCalendarAdapter.getActions(ImmoToolProject project,
DbCalendarEntry entry) |
Action |
VirtualCalendarExtension.getViewAction(ImmoToolProject project,
DbCalendarEntry entry) |
Action |
VirtualCalendarAdapter.getViewAction(ImmoToolProject project,
DbCalendarEntry entry) |
Modifier and Type | Method and Description |
---|---|
DbCalendarEntry[] |
ContactsBirthdayCalendarExtension.getEntries(Connection c,
String dbDriver,
DbCalendarEntry.Type type) |
Modifier and Type | Method and Description |
---|---|
Action |
ContactsBirthdayCalendarExtension.getViewAction(ImmoToolProject project,
DbCalendarEntry entry) |
void |
CalendarEntryContactTablePanel.load(DbCalendarEntry entry) |
void |
CalendarEntryContactTablePanel.save(DbCalendarEntry entry) |
void |
CalendarEntryContactTablePanel.saveFinished(Connection c,
ImmoToolProject project,
DbCalendarEntry entry) |
Modifier and Type | Method and Description |
---|---|
DbCalendarEntry[] |
CrmActivityCalendarExtension.getEntries(Connection c,
String dbDriver,
DbCalendarEntry.Type type) |
Modifier and Type | Method and Description |
---|---|
Action |
CrmActivityCalendarExtension.getViewAction(ImmoToolProject project,
DbCalendarEntry entry) |
void |
CrmCalendarEntryActivitiesPanel.load(DbCalendarEntry entry) |
void |
CrmCalendarEntryActivitiesPanel.save(DbCalendarEntry entry) |
void |
CrmCalendarEntryActivitiesPanel.saveFinished(Connection c,
ImmoToolProject project,
DbCalendarEntry calendarEntry) |
Copyright © 2015 OpenEstate. All rights reserved.