Package org.javlo.service.calendar
Class RemoteICalProvider
- java.lang.Object
-
- org.javlo.service.calendar.AbstractICalProvider
-
- org.javlo.service.calendar.RemoteICalProvider
-
- All Implemented Interfaces:
ICalProvider
public class RemoteICalProvider extends AbstractICalProvider
-
-
Field Summary
-
Fields inherited from class org.javlo.service.calendar.AbstractICalProvider
folder
-
-
Constructor Summary
Constructors Constructor Description RemoteICalProvider()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deleteICal(String ical)
void
deleteICal(ICal ical)
protected int
getCacheTime()
List<ICal>
getICals()
List<ICal>
getICals(int year, int month)
static RemoteICalProvider
getInstance(ContentContext ctx, Properties providers)
String
getName()
static void
main(String[] args)
void
reset(ContentContext ctx)
void
store(ICal ical)
-
Methods inherited from class org.javlo.service.calendar.AbstractICalProvider
cache, cacheAll, clearCache, getAllInCache, getCacheSize, getInCache, init, isEditable, removeFromCache
-
-
-
-
Method Detail
-
getInstance
public static RemoteICalProvider getInstance(ContentContext ctx, Properties providers)
-
reset
public void reset(ContentContext ctx) throws Exception
- Throws:
Exception
-
getName
public String getName()
-
getCacheTime
protected int getCacheTime()
- Overrides:
getCacheTime
in classAbstractICalProvider
-
store
public void store(ICal ical)
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
-