Package org.javlo.service.calendar
Interface ICalProvider
-
- All Known Implementing Classes:
AbstractICalProvider,LocalICalProvider,RemoteICalProvider
public interface ICalProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeleteICal(String id)voiddeleteICal(ICal ical)List<ICal>getICals()List<ICal>getICals(int year, int month)StringgetName()booleanisEditable()voidreset(ContentContext ctx)voidstore(ICal ical)
-
-
-
Method Detail
-
getName
String getName()
-
reset
void reset(ContentContext ctx) throws Exception
- Throws:
Exception
-
isEditable
boolean isEditable()
-
-