public class CalendarPluginUtils extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CalendarPluginUtils.EntryPriorityRenderer |
static class |
CalendarPluginUtils.EntryRenderer |
static class |
CalendarPluginUtils.EntryStatusRenderer |
static class |
CalendarPluginUtils.EntryTypeRenderer |
static class |
CalendarPluginUtils.GroupAuthMethodRenderer |
static class |
CalendarPluginUtils.GroupRenderer |
static class |
CalendarPluginUtils.GroupTypeRenderer |
public static DbCalendarEntry[] filterEntries(DbCalendarEntry[] entries, Date begin, Date end, boolean withRecurrence)
public static DbCalendarEntry[] filterEntries(DbCalendarEntry[] entries, Date begin, Date end, String name, boolean withRecurrence)
public static net.fortuna.ical4j.model.property.Uid generateUid()
public static DbCalendarExtension getDbCalendarExtension(ImmoToolProject project)
public static DbCalendarExtension getDbCalendarExtension(AbstractDbDriver driver)
public static DbCalendarExtension getDbCalendarExtension(String driverName)
public static Collection<DbCalendarExtension> getDbCalendarExtensions()
public static Collection<EntryViewExtension> getEntryViewExtensions()
public static Collection<SourceViewExtension> getSourceViewExtensions()
public static net.fortuna.ical4j.model.TimeZone getTimeZone()
public static net.fortuna.ical4j.model.TimeZoneRegistry getTimeZoneRegistry()
public static net.fortuna.ical4j.util.UidGenerator getUidGenerator()
public static Collection<VirtualCalendarExtension> getVirtualCalendarExtensions()
public static net.fortuna.ical4j.model.Calendar parseCalendarComponent(String component) throws IOException, net.fortuna.ical4j.data.ParserException
IOException
net.fortuna.ical4j.data.ParserException
public static net.fortuna.ical4j.model.Calendar parseCalendarComponents(String[] components) throws IOException, net.fortuna.ical4j.data.ParserException
IOException
net.fortuna.ical4j.data.ParserException
public static DbCalendarEntry[] searchForLocalEntries(Connection c, DbCalendarHandler calendarHandler) throws SQLException
SQLException
public static DbCalendarEntry[] searchForLocalEntries(Connection c, DbCalendarHandler calendarHandler, long groupId) throws SQLException
SQLException
public static DbCalendarEntry[] searchForLocalEntries(Connection c, DbCalendarHandler calendarHandler, long[] groupIds) throws SQLException
SQLException
public static DbCalendarEntry[] searchForLocalEntries(Connection c, DbCalendarHandler calendarHandler, long[] groupIds, DbCalendarEntry.Type[] types, net.fortuna.ical4j.model.property.Status[] status) throws SQLException
SQLException
public static DbCalendarEntry[] searchForVirtualEntries(Connection c, DbCalendarHandler calendarHandler, VirtualCalendarExtension virtualCalendar) throws IOException, SQLException
IOException
SQLException
public static DbCalendarEntry[] searchForVirtualEntries(Connection c, DbCalendarHandler calendarHandler, VirtualCalendarExtension[] virtualCalendars) throws IOException, SQLException
IOException
SQLException
public static DbCalendarEntry[] searchForVirtualEntries(Connection c, DbCalendarHandler calendarHandler, VirtualCalendarExtension[] virtualCalendars, DbCalendarEntry.Type[] types) throws IOException, SQLException
IOException
SQLException
Copyright © 2015 OpenEstate. All rights reserved.