Package org.javlo.service.event
Interface IEventsProvider
-
- All Known Implementing Classes:
EventService
public interface IEventsProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Event
getEvent(ContentContext ctx, String id)
List<Event>
getEvents(ContentContext ctx)
-
-
-
Method Detail
-
getEvents
List<Event> getEvents(ContentContext ctx) throws Exception
- Throws:
Exception
-
getEvent
Event getEvent(ContentContext ctx, String id) throws Exception
- Throws:
Exception
-
-