Uses of Class
fr.paris.lutece.plugins.calendar.business.SimpleEvent

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
           
 

Methods in fr.paris.lutece.plugins.calendar.business that return SimpleEvent
static SimpleEvent CalendarHome.findEvent(int nProjectId, java.lang.String strEventDate, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of SimpleEvent from the table
 SimpleEvent ICalendarDAO.loadEvent(int nProjectId, java.lang.String strEventDate, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of SimpleEvent from the table
 SimpleEvent CalendarDAO.loadEvent(int nProjectId, java.lang.String strEventDate, 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 nProjectId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the list of Events
 java.util.List<SimpleEvent> ICalendarDAO.selectEventsList(int nProjectId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the list of Events
 java.util.List<SimpleEvent> CalendarDAO.selectEventsList(int nProjectId, 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 nProjectId, SimpleEvent event, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new event in the table calendar_events.
 void ICalendarDAO.insertEvent(int nProjectId, SimpleEvent event, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new event in the table calendar_events.
 void CalendarDAO.insertEvent(int nProjectId, SimpleEvent event, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new event in the table calendar_events.
 void ICalendarDAO.storeEvent(int nProjectId, java.lang.String strEventDate, SimpleEvent event, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the event in the table calendar_event
 void CalendarDAO.storeEvent(int nProjectId, java.lang.String strDate, SimpleEvent event, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the event in the table calendar_event
static void CalendarHome.updateEvent(int nProjectId, java.lang.String strDate, SimpleEvent event, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the event in the table calendar_event
 



Copyright © 2007 Mairie de Paris. All Rights Reserved.