|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICalendarDAO
Method Summary | |
---|---|
void |
deleteEvent(int nProjectId,
java.lang.String strDate,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete an Event from the table calendar_events |
void |
deleteProject(int nProjectId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a Project from the table calendar_projects |
void |
insertEvent(int nProjectId,
SimpleEvent event,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new event in the table calendar_events. |
void |
insertProject(AgendaResource agenda,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new project in the table calendar_projects. |
SimpleEvent |
loadEvent(int nProjectId,
java.lang.String strEventDate,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of SimpleEvent from the table |
AgendaResource |
loadProject(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of AgendaResource from the table |
java.util.List<AgendaResource> |
selectAgendaResourceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of AgendaResources |
java.util.List<SimpleEvent> |
selectEventsList(int nProjectId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of Events |
void |
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 |
storeProject(AgendaResource agenda,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the project in the table calendar_project |
Method Detail |
---|
void deleteEvent(int nProjectId, java.lang.String strDate, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nProjectId
- The Project Idplugin
- The Plugin using this data access servicevoid deleteProject(int nProjectId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nProjectId
- The Project Idplugin
- The Plugin using this data access servicevoid insertEvent(int nProjectId, SimpleEvent event, fr.paris.lutece.portal.service.plugin.Plugin plugin)
agenda
- The SimpleEvent objectplugin
- The Plugin using this data access servicevoid insertProject(AgendaResource agenda, fr.paris.lutece.portal.service.plugin.Plugin plugin)
agenda
- The AgendaResource objectplugin
- The Plugin using this data access serviceAgendaResource loadProject(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nId
- The identifier of AgendaResourceplugin
- The plugin
AppException
SimpleEvent loadEvent(int nProjectId, java.lang.String strEventDate, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nId
- The identifier of theprojectstrDate
- the old event dateplugin
- The plugin
AppException
java.util.List<AgendaResource> selectAgendaResourceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The plugin
java.util.List<SimpleEvent> selectEventsList(int nProjectId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The pluginnProjectId
- The identifier of the project
void storeProject(AgendaResource agenda, fr.paris.lutece.portal.service.plugin.Plugin plugin)
agenda
- The reference of AgendaResourceplugin
- The Plugin using this data access servicevoid storeEvent(int nProjectId, java.lang.String strEventDate, SimpleEvent event, fr.paris.lutece.portal.service.plugin.Plugin plugin)
event
- The reference of SimpleEventnProjectId
- The identifier of the projectstrEventDate
- The old date of the eventplugin
- The Plugin using this data access service
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |