Package | Description |
---|---|
fr.paris.lutece.plugins.calendar.business | |
fr.paris.lutece.plugins.calendar.service | |
fr.paris.lutece.plugins.calendar.service.search |
Modifier and Type | Method and Description |
---|---|
static OccurrenceEvent |
CalendarHome.findOccurrence(int nOccurrenceId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of Occurrence from the table
|
OccurrenceEvent |
ICalendarDAO.loadOccurrence(int nOccurenceId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of SimpleEvent from the table
|
OccurrenceEvent |
CalendarDAO.loadOccurrence(int nOccurenceId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of SimpleEvent from the table
|
Modifier and Type | Method and Description |
---|---|
static List<OccurrenceEvent> |
CalendarHome.findOccurrencesByIdList(int nAgendaId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of Occurrences ordered by occurrences id
|
static List<OccurrenceEvent> |
CalendarHome.findOccurrencesList(int nAgendaId,
int nEventId,
int nSortEvents,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of Occurrences linked with an event
|
static List<OccurrenceEvent> |
CalendarHome.findOccurrencesList(int nAgendaId,
int nSortEvents,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of Occurrences
|
List<OccurrenceEvent> |
ICalendarDAO.selectOccurrencesByIdList(int nAgendaId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of Occurrences ordered by occurence id
|
List<OccurrenceEvent> |
CalendarDAO.selectOccurrencesByIdList(int nAgendaId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of all Occurrences of a given calendar
|
List<OccurrenceEvent> |
ICalendarDAO.selectOccurrencesList(int nAgendaId,
int nEventId,
int nSortEvents,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of Occurrences
|
List<OccurrenceEvent> |
CalendarDAO.selectOccurrencesList(int nAgendaId,
int nEventId,
int nSortEvents,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of Occurrences related with a given calendar and event
|
List<OccurrenceEvent> |
ICalendarDAO.selectOccurrencesList(int nAgendaId,
int nSortEvents,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of Occurrences
|
List<OccurrenceEvent> |
CalendarDAO.selectOccurrencesList(int nAgendaId,
int nSortEvents,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of all Occurrences
|
Modifier and Type | Method and Description |
---|---|
void |
ICalendarDAO.storeOccurrence(OccurrenceEvent occurrence,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the occurrence in the table calendar_events_occurrences
|
void |
CalendarDAO.storeOccurrence(OccurrenceEvent occurrence,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the occurrence in the table calendar_events_occurrences
|
static void |
CalendarHome.updateOccurrence(OccurrenceEvent occurrence,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the occurrence in the table calendar_events_occurrences
|
Modifier and Type | Method and Description |
---|---|
List<OccurrenceEvent> |
EventListService.getOccurrenceEvents(int nAgendaId,
int nEventId,
int nIsAscSort,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the list of OccurrenceEvent.
|
Modifier and Type | Method and Description |
---|---|
void |
EventListService.doModifyOccurrenceEvent(OccurrenceEvent occurrenceEvent,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Modify an OccurrenceEvent and reset the caches
|
Modifier and Type | Method and Description |
---|---|
static org.apache.lucene.document.Document |
CalendarIndexer.getDocument(OccurrenceEvent occurrence,
String strRoleKey,
String strUrl,
String strAgenda)
Builds a document which will be used by Lucene during the indexing of the
calendar list
|
Copyright © 2015 City of Paris. All rights reserved.