Modifier and Type | Class and Description |
---|---|
class |
MultiAgendaEvent
Class is a specialised event class
|
class |
OccurrenceEvent
Occurence event
|
class |
SimpleEvent
SimpleEvent
|
Modifier and Type | Method and Description |
---|---|
static List<Event> |
CalendarHome.findEventsByFilter(CalendarFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of Events
|
List<Event> |
SimpleAgenda.getEvents()
Retrieves all events of the agenda
|
List<Event> |
MultiAgenda.getEvents()
Retrieves all events of the agenda
|
List<Event> |
Agenda.getEvents()
Retrieves all events of the agenda
|
List<Event> |
SimpleAgenda.getEventsByDate(Date dateBegin,
Date dateEnd,
Locale localeEnv)
Fetches the events by date
|
List<Event> |
MultiAgenda.getEventsByDate(Date dateBegin,
Date dateEnd,
Locale localeEnv)
Fetches the events present between two dates
|
List<Event> |
Agenda.getEventsByDate(Date dateBegin,
Date dateEnd,
Locale localeEnv)
Retrieves events for a given date
|
List<Event> |
SimpleAgenda.getEventsByDate(String strDate)
Retrieves events for a given date
|
List<Event> |
MultiAgenda.getEventsByDate(String strDate)
Retrieves events for a given date
|
List<Event> |
Agenda.getEventsByDate(String strDate)
Retrieves events for a given date
|
List<Event> |
ICalendarDAO.selectByFilter(CalendarFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of Events
|
List<Event> |
CalendarDAO.selectByFilter(CalendarFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of Events
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleAgenda.addEvent(Event event)
Add an event to the agenda
|
Constructor and Description |
---|
MultiAgendaEvent(Event event,
String strAgenda)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
ICalEvent
This class implements the Event interface for events using
the iCalendar format (RFC 2445).
|
Modifier and Type | Method and Description |
---|---|
List<Event> |
ICalAgenda.getEvents()
Retrieves all events of the agenda
|
List<Event> |
ICalAgenda.getEventsByDate(Date dateBegin,
Date dateEnd,
Locale localeEnv)
The events which occur between a start and end date
|
List<Event> |
ICalAgenda.getEventsByDate(String strDate)
Retrieves events for a given date
|
Modifier and Type | Method and Description |
---|---|
void |
ICalAgenda.addEvent(Event event)
Add an event to the agenda
|
Modifier and Type | Method and Description |
---|---|
int |
EventComparator.compare(Event ev1,
Event ev2)
Compare
|
void |
AgendaSubscriberService.sendSubscriberMail(javax.servlet.http.HttpServletRequest request,
Collection<CalendarSubscriber> listSubscribers,
Event event,
int nCalendarId)
Send an event to a list of subscribers
|
Modifier and Type | Method and Description |
---|---|
static String |
XMLUtils.getXml(List<Event> listEvents)
Returns the Xml code of the Calendar portlet without XML heading
|
Modifier and Type | Method and Description |
---|---|
List<Event> |
CalendarSearchService.getSearchResults(String[] arrayAgendaIds,
String[] arrayCategory,
String strQuery,
Date dateBegin,
Date dateEnd,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return search results
|
Modifier and Type | Method and Description |
---|---|
void |
CalendarIndexer.indexSubject(Event oEvent,
String sRoleKey,
String strAgenda)
Recursive method for indexing a calendar event
|
Copyright © 2015 City of Paris. All rights reserved.