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 class
GhostICal
Methods in org.javlo.service.calendar that return ICal Modifier and Type Method Description protected ICal
AbstractICalProvider. 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 boolean
ICalFilter. accept(ICal ical)
protected void
AbstractICalProvider. cache(ICal ical)
void
CalendarService. deleteICal(ICal ical)
void
ICalProvider. deleteICal(ICal ical)
void
LocalICalProvider. deleteICal(ICal ical)
void
RemoteICalProvider. deleteICal(ICal ical)
boolean
ICal. isSameMonth(ICal ical)
void
CalendarService. store(ICal ical)
void
ICalProvider. store(ICal ical)
void
LocalICalProvider. store(ICal ical)
void
RemoteICalProvider. store(ICal ical)
Method parameters in org.javlo.service.calendar with type arguments of type ICal Modifier and Type Method Description protected void
AbstractICalProvider. cacheAll(List<ICal> icals)
Constructors in org.javlo.service.calendar with parameters of type ICal Constructor Description GhostICal(ICal main, Date date)
-