Uses of Class
org.javlo.service.calendar.ICal
-
Packages that use ICal Package Description org.javlo.service.calendar -
-
Uses of ICal in org.javlo.service.calendar
Subclasses of ICal in org.javlo.service.calendar Modifier and Type Class Description classGhostICalMethods in org.javlo.service.calendar that return ICal Modifier and Type Method Description protected ICalAbstractICalProvider. getInCache(String id)Methods in org.javlo.service.calendar that return types with arguments of type ICal Modifier and Type Method Description protected List<ICal>AbstractICalProvider. getAllInCache()List<ICal>ICalProvider. getICals()List<ICal>ICalProvider. getICals(int year, int month)List<ICal>LocalICalProvider. getICals()List<ICal>LocalICalProvider. getICals(int year, int month)List<ICal>RemoteICalProvider. getICals()List<ICal>RemoteICalProvider. getICals(int year, int month)Map<Integer,List<ICal>>CalendarBean. getMonthEvents()List<ICal>CalendarService. loadICals(int year, int month)Methods in org.javlo.service.calendar with parameters of type ICal Modifier and Type Method Description booleanICalFilter. accept(ICal ical)protected voidAbstractICalProvider. cache(ICal ical)voidCalendarService. deleteICal(ICal ical)voidICalProvider. deleteICal(ICal ical)voidLocalICalProvider. deleteICal(ICal ical)voidRemoteICalProvider. deleteICal(ICal ical)booleanICal. isSameMonth(ICal ical)voidCalendarService. store(ICal ical)voidICalProvider. store(ICal ical)voidLocalICalProvider. store(ICal ical)voidRemoteICalProvider. store(ICal ical)Method parameters in org.javlo.service.calendar with type arguments of type ICal Modifier and Type Method Description protected voidAbstractICalProvider. cacheAll(List<ICal> icals)Constructors in org.javlo.service.calendar with parameters of type ICal Constructor Description GhostICal(ICal main, Date date)
-