|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleEvent | |
---|---|
fr.paris.lutece.plugins.calendar.business |
Uses of SimpleEvent in fr.paris.lutece.plugins.calendar.business |
---|
Subclasses of SimpleEvent in fr.paris.lutece.plugins.calendar.business | |
---|---|
class |
MultiAgendaEvent
Class is a specialised event class |
Methods in fr.paris.lutece.plugins.calendar.business that return SimpleEvent | |
---|---|
static SimpleEvent |
CalendarHome.findEvent(int nEventId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of SimpleEvent from the table |
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 |
Methods in fr.paris.lutece.plugins.calendar.business that return types with arguments of type SimpleEvent | |
---|---|
static java.util.List<SimpleEvent> |
CalendarHome.findEventsList(int nAgendaId,
int nSortEvents,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of Events |
java.util.List<SimpleEvent> |
ICalendarDAO.selectEventsList(int nAgendaId,
int nSortEvents,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of Events |
java.util.List<SimpleEvent> |
CalendarDAO.selectEventsList(int nAgendaId,
int nSortEvents,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of Events |
Methods in fr.paris.lutece.plugins.calendar.business with parameters of type SimpleEvent | |
---|---|
static void |
CalendarHome.createEvent(int nAgendaId,
SimpleEvent event,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new event in the table calendar_events. |
void |
ICalendarDAO.insertEvent(int nAgendaId,
SimpleEvent event,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new event in the table calendar_events. |
void |
CalendarDAO.insertEvent(int nAgendaId,
SimpleEvent event,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new event in the table calendar_events. |
void |
ICalendarDAO.storeEvent(int nAgendaId,
SimpleEvent event,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the event in the table calendar_event |
void |
CalendarDAO.storeEvent(int nAgendaId,
SimpleEvent event,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the event in the table calendar_event |
static void |
CalendarHome.updateEvent(int nAgendaId,
SimpleEvent event,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the event in the table calendar_event |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |