public class CalendarPluginUtils extends Object
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[] searchForDbEntries(Connection c, DbCalendarHandler calendarHandler, long[] groupIds, DbCalendarEntry.Type[] types, net.fortuna.ical4j.model.property.Status[] status, Date begin, Date end) throws SQLException
SQLException
public static VirtualCalendarEntry[] searchForVirtualEntries(Connection c, DbCalendarHandler calendarHandler, VirtualCalendarExtension virtualCalendar, Date begin, Date end) throws IOException, SQLException
IOException
SQLException
public static VirtualCalendarEntry[] searchForVirtualEntries(Connection c, DbCalendarHandler calendarHandler, VirtualCalendarExtension[] virtualCalendars, Date begin, Date end) throws IOException, SQLException
IOException
SQLException
Copyright © 2019 OpenEstate. All rights reserved.