Uses of Class
fr.paris.lutece.plugins.calendar.service.AgendaResource

Packages that use AgendaResource
fr.paris.lutece.plugins.calendar.business   
fr.paris.lutece.plugins.calendar.business.portlet   
fr.paris.lutece.plugins.calendar.service   
fr.paris.lutece.plugins.calendar.web   
 

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.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
 

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.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
 

Uses of AgendaResource in fr.paris.lutece.plugins.calendar.business.portlet
 

Methods in fr.paris.lutece.plugins.calendar.business.portlet that return types with arguments of type AgendaResource
 java.util.List<AgendaResource> ICalendarPortletDAO.findAgendaBetween(int nPortletId, java.util.Date dateBegin, java.util.Date dateEnd)
          Finds the agenda which has events between the start and the end date
static java.util.List<AgendaResource> CalendarPortletHome.findAgendaBetween(int nPortletId, java.util.Date dateBegin, java.util.Date dateEnd)
          Returns all the agenda associated with a given portlet.
 java.util.List<AgendaResource> CalendarPortletDAO.findAgendaBetween(int nPortletId, java.util.Date dateBegin, java.util.Date dateEnd)
          Find the list of agenda having events between two dates
 java.util.List<AgendaResource> ICalendarPortletDAO.findAgendasInPortlet(int nPortletId)
          Returns all the agendas associated with a given portlet.
static java.util.List<AgendaResource> CalendarPortletHome.findAgendasInPortlet(int nPortletId)
          Returns all the agenda associated with a given portlet.
 java.util.List<AgendaResource> CalendarPortletDAO.findAgendasInPortlet(int nPortletId)
          Returns all the sendings associated with a given portlet.
 

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
 

Uses of AgendaResource in fr.paris.lutece.plugins.calendar.web
 

Methods in fr.paris.lutece.plugins.calendar.web that return types with arguments of type AgendaResource
 java.util.List<AgendaResource> CalendarApp.getListEvents(javax.servlet.http.HttpServletRequest request)
          Returns the list of agenda resources which can be managed by a an identified user
 



Copyright © 2008 Mairie de Paris. All Rights Reserved.