|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AgendaResource | |
---|---|
fr.paris.lutece.plugins.calendar.business | |
fr.paris.lutece.plugins.calendar.service |
Uses of AgendaResource in fr.paris.lutece.plugins.calendar.business |
---|
Methods in fr.paris.lutece.plugins.calendar.business that return AgendaResource | |
---|---|
static AgendaResource |
CalendarHome.findAgendaResource(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a AgendaResource whose identifier is specified in parameter |
AgendaResource |
ICalendarDAO.loadProject(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of AgendaResource from the table |
AgendaResource |
CalendarDAO.loadProject(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of AgendaResource from the table |
Methods in fr.paris.lutece.plugins.calendar.business that return types with arguments of type AgendaResource | |
---|---|
static java.util.List<AgendaResource> |
CalendarHome.findAgendaResourcesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of AgendaResources |
java.util.List<AgendaResource> |
ICalendarDAO.selectAgendaResourceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of AgendaResources |
java.util.List<AgendaResource> |
CalendarDAO.selectAgendaResourceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of AgendaResources |
Methods in fr.paris.lutece.plugins.calendar.business with parameters of type AgendaResource | |
---|---|
static void |
CalendarHome.createProject(AgendaResource agenda,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new project in the table calendar_projects. |
void |
ICalendarDAO.insertProject(AgendaResource agenda,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new project in the table calendar_projects. |
void |
CalendarDAO.insertProject(AgendaResource agenda,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new project in the table calendar_projects. |
void |
ICalendarDAO.storeProject(AgendaResource agenda,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the project in the table calendar_project |
void |
CalendarDAO.storeProject(AgendaResource agenda,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the project in the table calendar_project |
static void |
CalendarHome.updateProject(AgendaResource agenda,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the project in the table calendar_project |
Uses of AgendaResource in fr.paris.lutece.plugins.calendar.service |
---|
Methods in fr.paris.lutece.plugins.calendar.service that return AgendaResource | |
---|---|
AgendaResource |
AgendaService.getAgendaResource(java.lang.String strAgendaKeyName)
Load and deliver an agenda by its key name |
Methods in fr.paris.lutece.plugins.calendar.service with parameters of type AgendaResource | |
---|---|
void |
AgendaLoaderDataBase.loadAgenda(AgendaResource agenda)
Return the agenda |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |