Uses of Class
com.openindex.openestate.tool.calendar.extensions.VirtualCalendarEntry
-
Packages that use VirtualCalendarEntry Package Description com.openindex.openestate.tool.calendar ImmoTool-Add-On zur Verwaltung von iCal-Kalendern.com.openindex.openestate.tool.calendar.extensions com.openindex.openestate.tool.contacts.addons.calendar com.openindex.openestate.tool.crm.addons.calendar -
-
Uses of VirtualCalendarEntry in com.openindex.openestate.tool.calendar
Methods in com.openindex.openestate.tool.calendar that return VirtualCalendarEntry Modifier and Type Method Description static VirtualCalendarEntry[]CalendarPluginUtils. searchForVirtualEntries(Connection c, DbCalendarHandler calendarHandler, VirtualCalendarExtension[] virtualCalendars, Date begin, Date end)static VirtualCalendarEntry[]CalendarPluginUtils. searchForVirtualEntries(Connection c, DbCalendarHandler calendarHandler, VirtualCalendarExtension virtualCalendar, Date begin, Date end)Constructors in com.openindex.openestate.tool.calendar with parameters of type VirtualCalendarEntry Constructor Description Row(VirtualCalendarEntry entry) -
Uses of VirtualCalendarEntry in com.openindex.openestate.tool.calendar.extensions
Classes in com.openindex.openestate.tool.calendar.extensions with type parameters of type VirtualCalendarEntry Modifier and Type Class Description classVirtualCalendarAdapter<E extends VirtualCalendarEntry>VirtualCalendarAdapter.interfaceVirtualCalendarExtension<E extends VirtualCalendarEntry>VirtualCalendarExtension. -
Uses of VirtualCalendarEntry in com.openindex.openestate.tool.contacts.addons.calendar
Subclasses of VirtualCalendarEntry in com.openindex.openestate.tool.contacts.addons.calendar Modifier and Type Class Description classContactsBirthdayCalendarEntryContactsBirthdayCalendarEntry. -
Uses of VirtualCalendarEntry in com.openindex.openestate.tool.crm.addons.calendar
Subclasses of VirtualCalendarEntry in com.openindex.openestate.tool.crm.addons.calendar Modifier and Type Class Description classCrmActivityCalendarEntryCrmActivityCalendarEntry.
-