Package | Description |
---|---|
fr.paris.lutece.plugins.calendar.business | |
fr.paris.lutece.plugins.calendar.service |
Modifier and Type | Class and Description |
---|---|
class |
MultiAgendaEvent
Class is a specialised event class
|
class |
OccurrenceEvent
Occurence event
|
Modifier and Type | Method and Description |
---|---|
static SimpleEvent |
CalendarHome.findEvent(int nEventId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of SimpleEvent from the table
|
SimpleEvent |
CalendarDAO.getNextOccurrence(SimpleEvent occurrence,
String strDateRef,
int nCptDate)
Return the next occurrence of an event regarding the frequency choisen
|
SimpleEvent |
ICalendarDAO.loadEvent(int nEventId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of SimpleEvent from the table
|
SimpleEvent |
CalendarDAO.loadEvent(int nEventId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of SimpleEvent from the table
|
Modifier and Type | Method and Description |
---|---|
static List<SimpleEvent> |
CalendarHome.findEventsList(int nAgendaId,
int nSortEvents,
int nNextDays,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of events
|
static List<SimpleEvent> |
CalendarHome.findEventsList(int nAgendaId,
int nSortEvents,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of Events
|
static List<SimpleEvent> |
CalendarHome.findEventsListByUserLogin(int nAgendaId,
int nSortEvents,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
String strUserLogin)
Load the list of Events
|
static List<SimpleEvent> |
CalendarHome.findTopEventList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of top Events
|
List<SimpleEvent> |
ICalendarDAO.selectEventsList(int nAgendaId,
int nSortEvents,
int nNextDays,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of events
|
List<SimpleEvent> |
CalendarDAO.selectEventsList(int nAgendaId,
int nSortEvents,
int nNextDays,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of events
|
List<SimpleEvent> |
ICalendarDAO.selectEventsList(int nAgendaId,
int nSortEvents,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of Events
|
List<SimpleEvent> |
CalendarDAO.selectEventsList(int nAgendaId,
int nSortEvents,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of Events
|
List<SimpleEvent> |
ICalendarDAO.selectEventsListByUserLogin(int nAgendaId,
int nSortEvents,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
String strUserLogin)
Load the list of Events
|
List<SimpleEvent> |
CalendarDAO.selectEventsListByUserLogin(int nAgendaId,
int nSortEvents,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
String strUserLogin)
Load the list of Events
|
List<SimpleEvent> |
ICalendarDAO.selectTopEventsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of top Events
|
List<SimpleEvent> |
CalendarDAO.selectTopEventsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of Events
|
Modifier and Type | Method and Description |
---|---|
static void |
CalendarHome.createEvent(SimpleEvent event,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
String strUserLogin)
Insert a new event in the table calendar_events.
|
SimpleEvent |
CalendarDAO.getNextOccurrence(SimpleEvent occurrence,
String strDateRef,
int nCptDate)
Return the next occurrence of an event regarding the frequency choisen
|
void |
ICalendarDAO.insertEvent(SimpleEvent event,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
String strUserLogin)
Insert a new event in the table calendar_events.
|
void |
CalendarDAO.insertEvent(SimpleEvent event,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
String strUserLogin)
Insert a new event in the table calendar_events.
|
void |
CalendarDAO.insertOccurrence(SimpleEvent event,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new set of occurrence in the table calendar_events_occurrences.
|
void |
ICalendarDAO.storeEvent(SimpleEvent event,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
boolean periodiciteUpdated)
Update the event in the table calendar_event
|
void |
CalendarDAO.storeEvent(SimpleEvent event,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
boolean bPeriodiciteUpdated)
Update the event in the table calendar_event
|
static void |
CalendarHome.updateEvent(SimpleEvent event,
boolean bPeriodiciteUpdated,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the event in the table calendar_event
|
Constructor and Description |
---|
OccurrenceEvent(SimpleEvent event,
int nOccurrenceId)
Constructor
|
Modifier and Type | Method and Description |
---|---|
SimpleEvent |
EventListService.getEvent(int nEventId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the event from a given event ID.
|
Modifier and Type | Method and Description |
---|---|
List<SimpleEvent> |
EventListService.getSimpleEvents(int nAgendaId,
int nSortEvents)
Get the list of SimpleEvent.
|
List<SimpleEvent> |
EventListService.getSimpleEventsByUserLogin(int nAgendaId,
fr.paris.lutece.portal.service.security.LuteceUser user)
Get the list of SimpleEvent from the user login.
|
Modifier and Type | Method and Description |
---|---|
void |
EventListService.doAddEvent(SimpleEvent event,
fr.paris.lutece.portal.service.security.LuteceUser user,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Add an event and reset the caches
|
void |
EventListService.doModifySimpleEvent(SimpleEvent event,
boolean bPeriociteModify,
fr.paris.lutece.portal.service.security.LuteceUser user,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Modify a SimpleEvent and reset the caches
|
Copyright © 2015 City of Paris. All rights reserved.