Uses of Class
com.openindex.openestate.tool.calendar.db.DbCalendarEntry
-
Packages that use DbCalendarEntry 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.calendar.gui com.openindex.openestate.tool.contacts.addons.calendar com.openindex.openestate.tool.crm.addons.calendar -
-
Uses of DbCalendarEntry in com.openindex.openestate.tool.agency.addons.calendar
Methods in com.openindex.openestate.tool.agency.addons.calendar with parameters of type DbCalendarEntry Modifier and Type Method Description void
CalendarEntryEstateTablePanel. load(DbCalendarEntry entry)
void
CalendarEntryEstateTablePanel. save(DbCalendarEntry entry)
void
CalendarEntryEstateTablePanel. saveFinished(Connection c, ImmoToolProject project, DbCalendarEntry entry)
-
Uses of DbCalendarEntry in com.openindex.openestate.tool.calendar
Classes in com.openindex.openestate.tool.calendar with type parameters of type DbCalendarEntry Modifier and Type Class Description class
CalendarEntryPanel<EntryType extends DbCalendarEntry>
CalendarEntryPanel.Methods in com.openindex.openestate.tool.calendar that return DbCalendarEntry Modifier and Type Method Description DbCalendarEntry
CalendarEntryField. getCalendarEntry()
static DbCalendarEntry[]
CalendarPluginUtils. searchForDbEntries(Connection c, DbCalendarHandler calendarHandler, long[] groupIds, DbCalendarEntry.Type[] types, net.fortuna.ical4j.model.property.Status[] status, Date begin, Date end)
Methods in com.openindex.openestate.tool.calendar with parameters of type DbCalendarEntry Modifier and Type Method Description static CalendarEntryViewPanel
CalendarEntryViewPanel. createTab(DbCalendarEntry entry)
void
CalendarEntryPanel. load(DbCalendarEntry entry)
abstract void
CalendarEntryViewPanel.AbstractTab. load(DbCalendarEntry entry)
void
CalendarEventEntryPanel. load(DbCalendarEntry entry)
void
CalendarTodoEntryPanel. load(DbCalendarEntry entry)
void
CalendarEntryPanel. save(DbCalendarEntry entry)
abstract void
CalendarEntryViewPanel.AbstractTab. save(DbCalendarEntry entry)
void
CalendarEventEntryPanel. save(DbCalendarEntry entry)
void
CalendarTodoEntryPanel. save(DbCalendarEntry entry)
void
CalendarEntryPanel. saveFinished(Connection c, ImmoToolProject project, DbCalendarEntry entry)
void
CalendarEntryViewPanel.AbstractTab. saveFinished(Connection c, ImmoToolProject project, DbCalendarEntry entry)
void
CalendarEntryField. setCalendarEntry(DbCalendarEntry entry)
void
CalendarEntryViewPanel. setEntry(DbCalendarEntry entry)
abstract boolean
CalendarEntryRelationPanel. submit(DbCalendarGroup calendarGroup, DbCalendarEntry calendarEntry, String notes)
Constructors in com.openindex.openestate.tool.calendar with parameters of type DbCalendarEntry Constructor Description Row(DbCalendarEntry entry, String calendarName)
-
Uses of DbCalendarEntry in com.openindex.openestate.tool.calendar.db
Subclasses of DbCalendarEntry in com.openindex.openestate.tool.calendar.db Modifier and Type Class Description class
DbCalendarEventEntry
DbCalendarEventEntry.class
DbCalendarTodoEntry
DbCalendarTodoEntry.Methods in com.openindex.openestate.tool.calendar.db that return DbCalendarEntry Modifier and Type Method Description DbCalendarEntry
DbCalendarEntry.Type. createEntry()
DbCalendarEntry[]
DbCalendarHandler. getEntries(Connection c)
DbCalendarEntry[]
DbCalendarHandler. getEntries(Connection c, long[] ids)
DbCalendarEntry[]
DbCalendarHandler. getEntries(Connection c, long groupId, String[] uids)
DbCalendarEntry[]
DbCalendarHandler. getEntries(Connection c, String keyword, int limit)
DbCalendarEntry[]
DbCalendarHandler. getEntries(Connection c, String keyword, long[] groupIds, int limit)
DbCalendarEntry[]
DbCalendarHandler. getEntries(Connection c, String keyword, long groupId, int limit)
DbCalendarEntry[]
DbCalendarHandler. getEntries(Connection c, net.fortuna.ical4j.model.property.Status[] status, DbCalendarEntry.Type[] types, long[] groupIds, Date begin, Date end)
DbCalendarEntry[]
DbCalendarHandlerImpl. getEntries(Connection c)
abstract DbCalendarEntry[]
DbCalendarHandlerImpl. getEntries(Connection c, long[] ids)
abstract DbCalendarEntry[]
DbCalendarHandlerImpl. getEntries(Connection c, long groupId, String[] uids)
DbCalendarEntry[]
DbCalendarHandlerImpl. getEntries(Connection c, String keyword, int limit)
abstract DbCalendarEntry[]
DbCalendarHandlerImpl. getEntries(Connection c, String keyword, long[] groupIds, int limit)
DbCalendarEntry[]
DbCalendarHandlerImpl. getEntries(Connection c, String keyword, long groupId, int limit)
abstract DbCalendarEntry[]
DbCalendarHandlerImpl. getEntries(Connection c, net.fortuna.ical4j.model.property.Status[] status, DbCalendarEntry.Type[] types, long[] groupIds, Date begin, Date end)
DbCalendarEntry
DbCalendarHandler. getEntry(Connection c, long id)
DbCalendarEntry
DbCalendarHandler. getEntry(Connection c, long groupId, String uid)
DbCalendarEntry
DbCalendarHandlerImpl. getEntry(Connection c, long id)
DbCalendarEntry
DbCalendarHandlerImpl. getEntry(Connection c, long groupId, String uid)
DbCalendarEntry[]
DbCalendarHandler. getGroupEntries(Connection c, long groupId)
DbCalendarEntry[]
DbCalendarHandler. getGroupEntries(Connection c, long[] groupIds)
DbCalendarEntry[]
DbCalendarHandlerImpl. getGroupEntries(Connection c, long groupId)
DbCalendarEntry[]
DbCalendarHandlerImpl. getGroupEntries(Connection c, long[] groupIds)
Methods in com.openindex.openestate.tool.calendar.db with parameters of type DbCalendarEntry Modifier and Type Method Description void
DbCalendarEntryLog. initChanges(DbCalendarEntry oldEntry, DbCalendarEntry newEntry, DbCalendarEntry.Type type)
void
DbCalendarHandler. saveEntry(Connection c, DbCalendarEntry entry)
abstract void
DbCalendarHandlerImpl. saveEntry(Connection c, DbCalendarEntry entry)
-
Uses of DbCalendarEntry in com.openindex.openestate.tool.calendar.db.hsql
Methods in com.openindex.openestate.tool.calendar.db.hsql that return DbCalendarEntry Modifier and Type Method Description DbCalendarEntry[]
HSqlDbCalendarHandler. getEntries(Connection c, long[] ids)
DbCalendarEntry[]
HSqlDbCalendarHandler. getEntries(Connection c, long groupId, String[] uids)
DbCalendarEntry[]
HSqlDbCalendarHandler. getEntries(Connection c, String keyword, long[] groupIds, int limit)
DbCalendarEntry[]
HSqlDbCalendarHandler. getEntries(Connection c, net.fortuna.ical4j.model.property.Status[] status, DbCalendarEntry.Type[] types, long[] groupIds, Date begin, Date end)
Methods in com.openindex.openestate.tool.calendar.db.hsql with parameters of type DbCalendarEntry Modifier and Type Method Description void
HSqlDbCalendarHandler. saveEntry(Connection c, DbCalendarEntry entry)
-
Uses of DbCalendarEntry in com.openindex.openestate.tool.calendar.extensions
Methods in com.openindex.openestate.tool.calendar.extensions with parameters of type DbCalendarEntry Modifier and Type Method Description JMenuItem[]
EntryViewAdapter. createActionMenuItems(DbCalendarEntry entry)
JMenuItem[]
EntryViewExtension. createActionMenuItems(DbCalendarEntry entry)
-
Uses of DbCalendarEntry in com.openindex.openestate.tool.calendar.gui
Methods in com.openindex.openestate.tool.calendar.gui with parameters of type DbCalendarEntry Modifier and Type Method Description void
EntryRenderer. render(DbCalendarEntry value, JLabel label)
-
Uses of DbCalendarEntry in com.openindex.openestate.tool.contacts.addons.calendar
Methods in com.openindex.openestate.tool.contacts.addons.calendar with parameters of type DbCalendarEntry Modifier and Type Method Description void
CalendarEntryContactTablePanel. load(DbCalendarEntry entry)
void
CalendarEntryContactTablePanel. save(DbCalendarEntry entry)
void
CalendarEntryContactTablePanel. saveFinished(Connection c, ImmoToolProject project, DbCalendarEntry entry)
-
Uses of DbCalendarEntry in com.openindex.openestate.tool.crm.addons.calendar
Methods in com.openindex.openestate.tool.crm.addons.calendar with parameters of type DbCalendarEntry Modifier and Type Method Description void
CrmCalendarEntryActivitiesPanel. load(DbCalendarEntry entry)
void
CrmCalendarEntryActivitiesPanel. save(DbCalendarEntry entry)
void
CrmCalendarEntryActivitiesPanel. saveFinished(Connection c, ImmoToolProject project, DbCalendarEntry calendarEntry)
-