Package | Description |
---|---|
fr.paris.lutece.plugins.calendar.business | |
fr.paris.lutece.plugins.calendar.business.portlet | |
fr.paris.lutece.plugins.calendar.service |
Modifier and Type | Method and Description |
---|---|
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.loadAgenda(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of AgendaResource from the table
|
AgendaResource |
CalendarDAO.loadAgenda(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of AgendaResource from the table
|
Modifier and Type | Method and Description |
---|---|
static List<AgendaResource> |
CalendarHome.findAgendaResourcesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of AgendaResources
|
List<AgendaResource> |
ICalendarDAO.selectAgendaResourceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of AgendaResources
|
List<AgendaResource> |
CalendarDAO.selectAgendaResourceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of AgendaResources
|
Modifier and Type | Method and Description |
---|---|
static void |
CalendarHome.createAgenda(AgendaResource agenda,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new agenda in the table calendar_agendas.
|
void |
ICalendarDAO.insertAgenda(AgendaResource agenda,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new agenda in the table calendar_agendas.
|
void |
CalendarDAO.insertAgenda(AgendaResource agenda,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new agenda in the table calendar_agendas.
|
void |
ICalendarDAO.storeAgenda(AgendaResource agenda,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the agenda in the table calendar_agendas
|
void |
CalendarDAO.storeAgenda(AgendaResource agenda,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the agenda in the table calendar_agendas
|
static void |
CalendarHome.updateAgenda(AgendaResource agenda,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the agenda in the table calendar_agendas
|
Modifier and Type | Method and Description |
---|---|
static List<AgendaResource> |
CalendarPortletHome.findAgendaBetween(int nPortletId,
Date dateBegin,
Date dateEnd)
Returns all the agenda associated with a given portlet.
|
List<AgendaResource> |
CalendarPortletDAO.findAgendaBetween(int nPortletId,
Date dateBegin,
Date dateEnd)
Find the list of agenda having events between two dates
|
List<AgendaResource> |
ICalendarPortletDAO.findAgendaBetween(int nPortletId,
Date dateBegin,
Date dateEnd)
Finds the agenda which has events between the start and the end date
|
static List<AgendaResource> |
CalendarPortletHome.findAgendasInPortlet(int nPortletId)
Returns all the agenda associated with a given portlet.
|
List<AgendaResource> |
CalendarPortletDAO.findAgendasInPortlet(int nPortletId)
Returns all the sendings associated with a given portlet.
|
List<AgendaResource> |
ICalendarPortletDAO.findAgendasInPortlet(int nPortletId)
Returns all the agendas associated with a given portlet.
|
Modifier and Type | Method and Description |
---|---|
AgendaResource |
CalendarService.getAgendaResource(int nAgendaId)
Returns the agenda
|
AgendaResource |
CalendarService.getAgendaResource(String strAgendaKeyName)
Get the agenda
|
AgendaResource |
AgendaService.getAgendaResource(String strAgendaKeyName)
Deprecated.
Use CalendarService Instead
|
Modifier and Type | Method and Description |
---|---|
List<AgendaResource> |
CalendarService.getAgendaResources(fr.paris.lutece.portal.business.user.AdminUser user,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the list of agenda resources.
|
List<AgendaResource> |
CalendarService.getAgendaResources(javax.servlet.http.HttpServletRequest request)
Get the list of agendas.
|
static List<AgendaResource> |
Utils.getAgendaResourcesWithEvents()
Get the multi agenda from database
|
static List<AgendaResource> |
Utils.getAgendaResourcesWithOccurrences()
Get the multi agenda from database
|
static List<AgendaResource> |
Utils.getAgendaResourcesWithOccurrences(javax.servlet.http.HttpServletRequest request)
Get all agendas from database checkin the security
|
static List<AgendaResource> |
Utils.getAgendaResourcesWithOccurrencesIds()
Get the multi agenda from database with occurrences ordered by id
|
Collection<AgendaResource> |
AgendaLoaderDatabase.getResources()
Gets all the agenda resources from the database
|
Collection<AgendaResource> |
AgendaLoaderProperties.getResources()
Get the agenda represented by property files
|
Modifier and Type | Method and Description |
---|---|
void |
CalendarService.doCreateAgenda(AgendaResource agenda,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create an agenda and reset the caches.
|
void |
CalendarService.doModifyAgenda(AgendaResource agenda,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Modify an agenda and reset the caches.
|
void |
AgendaSubscriberService.doNotificationSubscription(AgendaResource agenda,
javax.servlet.http.HttpServletRequest request,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Notify the subscription
|
void |
AgendaLoaderDatabase.loadAgenda(AgendaResource agenda)
Return the agenda
|
static void |
Utils.loadAgendaEvents(AgendaResource agenda,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return the agenda
|
static void |
Utils.loadAgendaOccurrences(AgendaResource agenda,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return the agenda
|
static void |
Utils.loadAgendaOccurrencesOrderedById(AgendaResource agenda,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return the occurrences of an agenda ordered by id
|
Copyright © 2015 City of Paris. All rights reserved.