Package org.javlo.service.event
Class EventService
- java.lang.Object
-
- org.javlo.service.event.EventService
-
- All Implemented Interfaces:
IEventsProvider
public class EventService extends Object implements IEventsProvider
-
-
Constructor Summary
Constructors Constructor Description EventService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Event
getEvent(ContentContext ctx, String id)
List<Event>
getEvents(ContentContext ctx)
-
-
-
Method Detail
-
getEvents
public List<Event> getEvents(ContentContext ctx) throws Exception
- Specified by:
getEvents
in interfaceIEventsProvider
- Throws:
Exception
-
getEvent
public Event getEvent(ContentContext ctx, String id) throws Exception
- Specified by:
getEvent
in interfaceIEventsProvider
- Throws:
Exception
-
-