A C D E F G H I L M P R S T U V W

A

addAgenda(Agenda) - Method in class fr.paris.lutece.plugins.calendar.business.MultiAgenda
Add an agenda
addEvent(Event) - Method in class fr.paris.lutece.plugins.calendar.business.SimpleAgenda
Add an event to the agenda
addEvent(Event) - Method in class fr.paris.lutece.plugins.calendar.modules.ical.ICalAgenda
Add an event to the agenda
Agenda - Interface in fr.paris.lutece.plugins.calendar.business
This interface describes the minimum implementation for agendas
AgendaLoader - Interface in fr.paris.lutece.plugins.calendar.service
This interface describes the minimum implementation for an AgendaLoader
AgendaLoaderDatabase - Class in fr.paris.lutece.plugins.calendar.service
This loader fetches agendas stored in a database
AgendaLoaderDatabase() - Constructor for class fr.paris.lutece.plugins.calendar.service.AgendaLoaderDatabase
The loader which fetches agendas from the database
AgendaLoaderProperties - Class in fr.paris.lutece.plugins.calendar.service
This loader fetches agendas stored in a property file
AgendaLoaderProperties() - Constructor for class fr.paris.lutece.plugins.calendar.service.AgendaLoaderProperties
A loader importing agenda in properties files
AgendaResource - Class in fr.paris.lutece.plugins.calendar.service
This class describes an agenda resource
AgendaResource() - Constructor for class fr.paris.lutece.plugins.calendar.service.AgendaResource
 
AgendaResourceWorkgroupRemovalListener - Class in fr.paris.lutece.plugins.calendar.service
Calendar Removal Listener
AgendaResourceWorkgroupRemovalListener() - Constructor for class fr.paris.lutece.plugins.calendar.service.AgendaResourceWorkgroupRemovalListener
 
AgendaService - Class in fr.paris.lutece.plugins.calendar.service
This class provides agenda access services : loading, access to configuration parameters
ATTRIBUTE_CALENDAR_AGENDA - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
ATTRIBUTE_CALENDAR_VIEW - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 

C

CalendarApp - Class in fr.paris.lutece.plugins.calendar.web
This class is the main class of the XPage application of the plugin calendar.
CalendarApp() - Constructor for class fr.paris.lutece.plugins.calendar.web.CalendarApp
 
CalendarDAO - Class in fr.paris.lutece.plugins.calendar.business
This DAO class used to fetch the calendars in the database
CalendarDAO() - Constructor for class fr.paris.lutece.plugins.calendar.business.CalendarDAO
 
CalendarHome - Class in fr.paris.lutece.plugins.calendar.business
This class provides instances management methods (selectEventsList, findByPrimaryKey, findAgendasList ...) for Calendar objects ( AgendaResource, Events, ...)
CalendarHome() - Constructor for class fr.paris.lutece.plugins.calendar.business.CalendarHome
 
CalendarJspBean - Class in fr.paris.lutece.plugins.calendar.web
This class provides the user interface to manage calendars from the dataBase features ( manage, create, modify, remove)
CalendarJspBean() - Constructor for class fr.paris.lutece.plugins.calendar.web.CalendarJspBean
This class is used to handle back office management of database calendars.
CalendarPlugin - Class in fr.paris.lutece.plugins.calendar.service
 
CalendarPlugin() - Constructor for class fr.paris.lutece.plugins.calendar.service.CalendarPlugin
 
CalendarPortlet - Class in fr.paris.lutece.plugins.calendar.business.portlet
This class represents the business object CalendarPortlet.
CalendarPortlet() - Constructor for class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortlet
 
CalendarPortletDAO - Class in fr.paris.lutece.plugins.calendar.business.portlet
This class provides Data Access methods for CalendarPortlet objects
CalendarPortletDAO() - Constructor for class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortletDAO
 
CalendarPortletHome - Class in fr.paris.lutece.plugins.calendar.business.portlet
This class provides instances management methods for CalendarPortlet objects
CalendarPortletHome() - Constructor for class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortletHome
Constructor
CalendarPortletJspBean - Class in fr.paris.lutece.plugins.calendar.web.portlet
This class provides the user interface to manage calendar interval portlets.
CalendarPortletJspBean() - Constructor for class fr.paris.lutece.plugins.calendar.web.portlet.CalendarPortletJspBean
 
CalendarUserOptions - Class in fr.paris.lutece.plugins.calendar.web
The options used for display
CalendarUserOptions() - Constructor for class fr.paris.lutece.plugins.calendar.web.CalendarUserOptions
 
CalendarView - Interface in fr.paris.lutece.plugins.calendar.web
This interface describes the minimum implementation for a Calendar View
canBeRemoved(String) - Method in class fr.paris.lutece.plugins.calendar.service.AgendaResourceWorkgroupRemovalListener
Check if the object can be safely removed
checkTime(String) - Static method in class fr.paris.lutece.plugins.calendar.service.Utils
Return a boolean: if the time is well formed return true, else return false
Constants - Class in fr.paris.lutece.plugins.calendar.web
This class provides contants for the calendar plugin.
Constants() - Constructor for class fr.paris.lutece.plugins.calendar.web.Constants
 
convertCR(String) - Static method in class fr.paris.lutece.plugins.calendar.web.HtmlUtils
Convert CR into HTML
createAgenda(AgendaResource, Plugin) - Static method in class fr.paris.lutece.plugins.calendar.business.CalendarHome
Insert a new agenda in the table calendar_agendas.
createEvent(int, SimpleEvent, Plugin) - Static method in class fr.paris.lutece.plugins.calendar.business.CalendarHome
Insert a new event in the table calendar_events.

D

DayCalendarView - Class in fr.paris.lutece.plugins.calendar.web
This class provides a calendar view by Day.
DayCalendarView() - Constructor for class fr.paris.lutece.plugins.calendar.web.DayCalendarView
 
delete(int) - Method in class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortletDAO
Deletes a record from the table.
deleteAgenda(int, Plugin) - Method in class fr.paris.lutece.plugins.calendar.business.CalendarDAO
Delete an agenda from the table calendar_agendas
deleteAgenda(int, Plugin) - Method in interface fr.paris.lutece.plugins.calendar.business.ICalendarDAO
Delete a Agenda from the table calendar_agendas
deleteEvent(int, int, Plugin) - Method in class fr.paris.lutece.plugins.calendar.business.CalendarDAO
Delete an Event from the table calendar_events
deleteEvent(int, int, Plugin) - Method in interface fr.paris.lutece.plugins.calendar.business.ICalendarDAO
Delete an Event from the table calendar_events
doCreate(HttpServletRequest) - Method in class fr.paris.lutece.plugins.calendar.web.portlet.CalendarPortletJspBean
Processes the creation of the portlet
doCreateCalendar(HttpServletRequest) - Method in class fr.paris.lutece.plugins.calendar.web.CalendarJspBean
Process Calendar creation
doCreateEvent(HttpServletRequest) - Method in class fr.paris.lutece.plugins.calendar.web.CalendarJspBean
Process Event creation
doModify(HttpServletRequest) - Method in class fr.paris.lutece.plugins.calendar.web.portlet.CalendarPortletJspBean
Processes the modification of the portlet
doModifyCalendar(HttpServletRequest) - Method in class fr.paris.lutece.plugins.calendar.web.CalendarJspBean
Process the Calendar modifications
doModifyEvent(HttpServletRequest) - Method in class fr.paris.lutece.plugins.calendar.web.CalendarJspBean
Process the Event modifications
doRemoveCalendar(HttpServletRequest) - Method in class fr.paris.lutece.plugins.calendar.web.CalendarJspBean
Remove a calendar
doRemoveEvent(HttpServletRequest) - Method in class fr.paris.lutece.plugins.calendar.web.CalendarJspBean
Remove a event

E

EMPTY_STRING - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
Event - Interface in fr.paris.lutece.plugins.calendar.business
This interface describes the minimum implementation for events
EventList - Interface in fr.paris.lutece.plugins.calendar.web
An interface to describe an event list.
EventListService - Class in fr.paris.lutece.plugins.calendar.service
This class provides an event list service.
EventListService() - Constructor for class fr.paris.lutece.plugins.calendar.service.EventListService
 

F

fillEventTemplate(HashMap, MultiAgendaEvent, String) - Static method in class fr.paris.lutece.plugins.calendar.web.HtmlUtils
Fill a template with events info
findAgendaBetween(int, Date, Date) - Method in class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortletDAO
Find the list of agenda having events between two dates
findAgendaBetween(int, Date, Date) - Static method in class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortletHome
Returns all the agenda associated with a given portlet.
findAgendaBetween(int, Date, Date) - Method in interface fr.paris.lutece.plugins.calendar.business.portlet.ICalendarPortletDAO
Finds the agenda which has events between the start and the end date
findAgendaResource(int, Plugin) - Static method in class fr.paris.lutece.plugins.calendar.business.CalendarHome
Returns an instance of a AgendaResource whose identifier is specified in parameter
findAgendaResourcesList(Plugin) - Static method in class fr.paris.lutece.plugins.calendar.business.CalendarHome
Load the list of AgendaResources
findAgendasInPortlet(int) - Method in class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortletDAO
Returns all the sendings associated with a given portlet.
findAgendasInPortlet(int) - Static method in class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortletHome
Returns all the agenda associated with a given portlet.
findAgendasInPortlet(int) - Method in interface fr.paris.lutece.plugins.calendar.business.portlet.ICalendarPortletDAO
Returns all the agendas associated with a given portlet.
findEvent(int, Plugin) - Static method in class fr.paris.lutece.plugins.calendar.business.CalendarHome
Load the data of SimpleEvent from the table
findEventsList(int, int, Plugin) - Static method in class fr.paris.lutece.plugins.calendar.business.CalendarHome
Load the list of Events
fr.paris.lutece.plugins.calendar.business - package fr.paris.lutece.plugins.calendar.business
 
fr.paris.lutece.plugins.calendar.business.portlet - package fr.paris.lutece.plugins.calendar.business.portlet
 
fr.paris.lutece.plugins.calendar.modules.ical - package fr.paris.lutece.plugins.calendar.modules.ical
 
fr.paris.lutece.plugins.calendar.modules.text - package fr.paris.lutece.plugins.calendar.modules.text
 
fr.paris.lutece.plugins.calendar.service - package fr.paris.lutece.plugins.calendar.service
 
fr.paris.lutece.plugins.calendar.service.daemon - package fr.paris.lutece.plugins.calendar.service.daemon
 
fr.paris.lutece.plugins.calendar.web - package fr.paris.lutece.plugins.calendar.web
 
fr.paris.lutece.plugins.calendar.web.portlet - package fr.paris.lutece.plugins.calendar.web.portlet
 

G

getAgenda() - Method in class fr.paris.lutece.plugins.calendar.business.MultiAgendaEvent
Returns the Agenda
getAgenda() - Method in class fr.paris.lutece.plugins.calendar.service.AgendaResource
Returns the Agenda
getAgendaResource(String) - Method in class fr.paris.lutece.plugins.calendar.service.AgendaService
Load and deliver an agenda by its key name
getAgendas() - Method in class fr.paris.lutece.plugins.calendar.business.MultiAgenda
Gets agendas
getBeginDate(int) - Method in class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortletDAO
Returns the beginning date when the events will be displayed
getBeginDate(int) - Static method in class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortletHome
Returns the beginning date of the display of corresponding events
getBeginDate(int) - Method in interface fr.paris.lutece.plugins.calendar.business.portlet.ICalendarPortletDAO
The beginning date of event display
getCalendarView(String, MultiAgenda, CalendarUserOptions) - Method in interface fr.paris.lutece.plugins.calendar.web.CalendarView
Returns the HTML view of the Month corresponding to the given date and displaying events of a given agenda
getCalendarView(String, MultiAgenda, CalendarUserOptions) - Method in class fr.paris.lutece.plugins.calendar.web.DayCalendarView
Returns the HTML view of the Month corresponding to the given date and displaying events of a given agenda
getCalendarView(String, MultiAgenda, CalendarUserOptions) - Method in class fr.paris.lutece.plugins.calendar.web.MonthCalendarView
Returns the HTML view of the Month corresponding to the given date and displaying events of a given agenda
getCalendarView(String, MultiAgenda, CalendarUserOptions) - Method in class fr.paris.lutece.plugins.calendar.web.WeekCalendarView
Returns the HTML view of the Month corresponding to the given date and displaying events of a given agenda
getCategories() - Method in interface fr.paris.lutece.plugins.calendar.business.Event
Returns the Categories
getCategories() - Method in class fr.paris.lutece.plugins.calendar.business.SimpleEvent
Returns the Categories
getCategories() - Method in class fr.paris.lutece.plugins.calendar.modules.ical.ICalEvent
Returns the Categories
getConfirmRemoveCalendar(HttpServletRequest) - Method in class fr.paris.lutece.plugins.calendar.web.CalendarJspBean
Returns the confirmation to remove the calendar
getConfirmRemoveEvent(HttpServletRequest) - Method in class fr.paris.lutece.plugins.calendar.web.CalendarJspBean
Returns the confirmation to remove the event
getCreate(HttpServletRequest) - Method in class fr.paris.lutece.plugins.calendar.web.portlet.CalendarPortletJspBean
Returns the creation form for the portlet
getCreateCalendar(HttpServletRequest) - Method in class fr.paris.lutece.plugins.calendar.web.CalendarJspBean
Returns the Calendar creation form
getCreateEvent(HttpServletRequest) - Method in class fr.paris.lutece.plugins.calendar.web.CalendarJspBean
Returns the Event creation form
getDAO() - Method in class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortletHome
Returns the instance of the portlet DAO singleton
getDate() - Method in interface fr.paris.lutece.plugins.calendar.business.Event
Returns a date as a string code (YYYYMMDD)
getDate() - Method in class fr.paris.lutece.plugins.calendar.business.SimpleEvent
Returns the Date
getDate() - Method in class fr.paris.lutece.plugins.calendar.modules.ical.ICalEvent
Returns the Date
getDate(int, int, int) - Static method in class fr.paris.lutece.plugins.calendar.service.Utils
Constructs a 8 digits date string code YYYYMMDD
getDate(Calendar) - Static method in class fr.paris.lutece.plugins.calendar.service.Utils
Constructs a 8 digits date string YYYYMMDD
getDateTimeEnd() - Method in interface fr.paris.lutece.plugins.calendar.business.Event
Returns the DateEnd
getDateTimeEnd() - Method in class fr.paris.lutece.plugins.calendar.business.SimpleEvent
Returns the DateTimeEnd
getDateTimeEnd() - Method in class fr.paris.lutece.plugins.calendar.modules.ical.ICalEvent
Returns the DateTimeEnd
getDateTimeStart() - Method in interface fr.paris.lutece.plugins.calendar.business.Event
Returns the DateTimeStart
getDateTimeStart() - Method in class fr.paris.lutece.plugins.calendar.business.SimpleEvent
Returns the DateTimeStart
getDateTimeStart() - Method in class fr.paris.lutece.plugins.calendar.modules.ical.ICalEvent
Returns the DateTimeStart
getDateToday() - Static method in class fr.paris.lutece.plugins.calendar.service.Utils
Returns a the date code of today
getDay(String) - Static method in class fr.paris.lutece.plugins.calendar.service.Utils
Returns the day of month from a date code
getDayAfter(String, int) - Static method in class fr.paris.lutece.plugins.calendar.service.Utils
Returns a date code corresponding to a calendar roll of n days forward
getDayLabel(String, Locale) - Static method in class fr.paris.lutece.plugins.calendar.service.Utils
Returns the day as an international formatted string corresponding to the date code
getDescription() - Method in interface fr.paris.lutece.plugins.calendar.business.Event
Returns the Description
getDescription() - Method in class fr.paris.lutece.plugins.calendar.business.SimpleEvent
Returns the Description
getDescription() - Method in class fr.paris.lutece.plugins.calendar.modules.ical.ICalEvent
Returns the Description
getEndDate(int) - Method in class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortletDAO
Returns the end date of the events display
getEndDate(int) - Static method in class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortletHome
Returns the last date of the display
getEndDate(int) - Method in interface fr.paris.lutece.plugins.calendar.business.portlet.ICalendarPortletDAO
The finishing date of the event display
getEventClass() - Method in interface fr.paris.lutece.plugins.calendar.business.Event
Returns the EventClass
getEventClass() - Method in class fr.paris.lutece.plugins.calendar.business.SimpleEvent
Returns the EventClass
getEventClass() - Method in class fr.paris.lutece.plugins.calendar.modules.ical.ICalEvent
Returns the EventClass
getEventImage() - Method in class fr.paris.lutece.plugins.calendar.service.AgendaResource
Returns the EventImage
getEventList(String) - Method in class fr.paris.lutece.plugins.calendar.service.EventListService
Load an eventlist object from its keyname
getEventList(String, MultiAgenda, Locale) - Method in interface fr.paris.lutece.plugins.calendar.web.EventList
Build an event list corresponding to the date, the agenda and privileges stored in the HTTP request
getEventList(String, MultiAgenda, Locale) - Method in class fr.paris.lutece.plugins.calendar.web.MonthEventList
Build an event list corresponding to the date, the agenda and privileges stored in the HTTP request
getEventList(String, MultiAgenda, Locale) - Method in class fr.paris.lutece.plugins.calendar.web.WeekEventList
Build an event list corresponding to the date, the agenda and privileges stored in the HTTP request
getEventPrefix() - Method in class fr.paris.lutece.plugins.calendar.service.AgendaResource
Returns the EventPrefix
getEvents() - Method in interface fr.paris.lutece.plugins.calendar.business.Agenda
Retrieves all events of the agenda
getEvents() - Method in class fr.paris.lutece.plugins.calendar.business.MultiAgenda
Retrieves all events of the agenda
getEvents() - Method in class fr.paris.lutece.plugins.calendar.business.SimpleAgenda
Retrieves all events of the agenda
getEvents() - Method in class fr.paris.lutece.plugins.calendar.modules.ical.ICalAgenda
Retrieves all events of the agenda
getEventsByDate(String) - Method in interface fr.paris.lutece.plugins.calendar.business.Agenda
Retrieves events for a given date
getEventsByDate(String, String) - Method in interface fr.paris.lutece.plugins.calendar.business.Agenda
Retrieves events for a given date
getEventsByDate(String) - Method in class fr.paris.lutece.plugins.calendar.business.MultiAgenda
Retrieves events for a given date
getEventsByDate(String, String) - Method in class fr.paris.lutece.plugins.calendar.business.MultiAgenda
Fetches the events present between two dates
getEventsByDate(String) - Method in class fr.paris.lutece.plugins.calendar.business.SimpleAgenda
Retrieves events for a given date
getEventsByDate(String, String) - Method in class fr.paris.lutece.plugins.calendar.business.SimpleAgenda
Fetches the events by date
getEventsByDate(String) - Method in class fr.paris.lutece.plugins.calendar.modules.ical.ICalAgenda
Retrieves events for a given date
getEventsByDate(String, String) - Method in class fr.paris.lutece.plugins.calendar.modules.ical.ICalAgenda
The events which occur between a start and end date
getFirstDayOfWeek(String) - Static method in class fr.paris.lutece.plugins.calendar.service.Utils
Returns the first monday of a week as a formatted string corresponding to the date code
getId() - Method in class fr.paris.lutece.plugins.calendar.business.SimpleEvent
Returns the id of the event
getId() - Method in class fr.paris.lutece.plugins.calendar.service.AgendaResource
Returns the Id
getInstance() - Static method in class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortletHome
Returns the instance of NewsLetterArchive Portlet
getInstance() - Static method in class fr.paris.lutece.plugins.calendar.service.AgendaService
Returns the instance of the singleton
getInstance() - Static method in class fr.paris.lutece.plugins.calendar.service.EventListService
Gets the unique instance of the EventListService
getIntervalList(HttpServletRequest) - Static method in class fr.paris.lutece.plugins.calendar.web.portlet.CalendarPortletJspBean
Return the list of time intervals declared in properties file
getKeyName() - Method in interface fr.paris.lutece.plugins.calendar.business.Agenda
Returns the key of the Agenda
getKeyName() - Method in class fr.paris.lutece.plugins.calendar.business.MultiAgenda
Returns the KeyName
getKeyName() - Method in class fr.paris.lutece.plugins.calendar.business.SimpleAgenda
Returns the KeyName
getKeyName() - Method in class fr.paris.lutece.plugins.calendar.modules.ical.ICalAgenda
Returns the KeyName
getListEvents(HttpServletRequest) - Method in class fr.paris.lutece.plugins.calendar.web.CalendarApp
Returns the list of agenda resources which can be managed by a an identified user
getLoaderClassName() - Method in class fr.paris.lutece.plugins.calendar.service.AgendaResource
Returns the LoaderClassName
getLoaderParameter() - Method in class fr.paris.lutece.plugins.calendar.service.AgendaResource
Returns the LoaderParameter
getLoadersProperty() - Method in class fr.paris.lutece.plugins.calendar.service.AgendaService
Returns the property key that contains the loaders list
getLocale() - Method in class fr.paris.lutece.plugins.calendar.web.CalendarUserOptions
Returns the Locale
getLocation() - Method in interface fr.paris.lutece.plugins.calendar.business.Event
Returns the Location
getLocation() - Method in class fr.paris.lutece.plugins.calendar.business.SimpleEvent
Returns the Location
getLocation() - Method in class fr.paris.lutece.plugins.calendar.modules.ical.ICalEvent
Returns the Location
getManageCalendars(HttpServletRequest) - Method in class fr.paris.lutece.plugins.calendar.web.CalendarJspBean
Returns calendars management form
getManageEvents(HttpServletRequest) - Method in class fr.paris.lutece.plugins.calendar.web.CalendarApp
Returns events management popup
getModify(HttpServletRequest) - Method in class fr.paris.lutece.plugins.calendar.web.portlet.CalendarPortletJspBean
Returns the modification form for the portlet
getModifyCalendar(HttpServletRequest) - Method in class fr.paris.lutece.plugins.calendar.web.CalendarJspBean
Returns the form for calendar modification
getModifyEvent(HttpServletRequest) - Method in class fr.paris.lutece.plugins.calendar.web.CalendarJspBean
Returns the form for event modification
getMonth(String) - Static method in class fr.paris.lutece.plugins.calendar.service.Utils
Returns the month from a date code
getMonthLabel(String, Locale) - Static method in class fr.paris.lutece.plugins.calendar.service.Utils
Returns the month as a formatted string corresponding to the date code
getName() - Method in interface fr.paris.lutece.plugins.calendar.business.Agenda
Returns the name of the Agenda
getName() - Method in class fr.paris.lutece.plugins.calendar.business.MultiAgenda
Returns the name of the Agenda
getName() - Method in class fr.paris.lutece.plugins.calendar.business.SimpleAgenda
Returns the name of the Agenda
getName() - Method in class fr.paris.lutece.plugins.calendar.modules.ical.ICalAgenda
Returns the name of the Agenda
getName() - Method in class fr.paris.lutece.plugins.calendar.service.AgendaResource
Returns the Name
getNext(String) - Method in interface fr.paris.lutece.plugins.calendar.web.CalendarView
Returns the next code date corresponding to the current view and the current date
getNext(String) - Method in class fr.paris.lutece.plugins.calendar.web.DayCalendarView
Returns the next code date corresponding to the current view and the current date
getNext(String) - Method in class fr.paris.lutece.plugins.calendar.web.MonthCalendarView
Returns the next code date corresponding to the current view and the current date
getNext(String) - Method in class fr.paris.lutece.plugins.calendar.web.WeekCalendarView
Returns the next code date corresponding to the current view and the current date
getNextDay(String) - Static method in class fr.paris.lutece.plugins.calendar.service.Utils
Returns a date code corresponding to a calendar roll of one day forward
getNextMonth(String) - Static method in class fr.paris.lutece.plugins.calendar.service.Utils
Returns a date code corresponding to a calendar roll of one month
getNextWeek(String) - Static method in class fr.paris.lutece.plugins.calendar.service.Utils
Returns a date code corresponding to a calendar roll of one week forward
getPage(HttpServletRequest, int, Plugin) - Method in class fr.paris.lutece.plugins.calendar.web.CalendarApp
Returns the content of the page Contact.
getPath(String, CalendarUserOptions) - Method in interface fr.paris.lutece.plugins.calendar.web.CalendarView
Returns the view path
getPath(String, CalendarUserOptions) - Method in class fr.paris.lutece.plugins.calendar.web.DayCalendarView
Returns the view path
getPath(String, CalendarUserOptions) - Method in class fr.paris.lutece.plugins.calendar.web.MonthCalendarView
Returns the view path
getPath(String, CalendarUserOptions) - Method in class fr.paris.lutece.plugins.calendar.web.WeekCalendarView
Returns the view path
getPortletTypeId() - Method in class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortletHome
Returns the identifier of the portlet type
getPrevious(String) - Method in interface fr.paris.lutece.plugins.calendar.web.CalendarView
Returns the previous code date corresponding to the current view and the current date
getPrevious(String) - Method in class fr.paris.lutece.plugins.calendar.web.DayCalendarView
Returns the previous code date corresponding to the current view and the current date
getPrevious(String) - Method in class fr.paris.lutece.plugins.calendar.web.MonthCalendarView
Returns the previous code date corresponding to the current view and the current date
getPrevious(String) - Method in class fr.paris.lutece.plugins.calendar.web.WeekCalendarView
Returns the previous code date corresponding to the current view and the current date
getPreviousDay(String) - Static method in class fr.paris.lutece.plugins.calendar.service.Utils
Returns a date code corresponding to a calendar roll of one day backward
getPreviousMonth(String) - Static method in class fr.paris.lutece.plugins.calendar.service.Utils
Returns a date code corresponding to a calendar roll of one month backward
getPreviousWeek(String) - Static method in class fr.paris.lutece.plugins.calendar.service.Utils
Returns a date code corresponding to a calendar roll of one week backward
getPriority() - Method in interface fr.paris.lutece.plugins.calendar.business.Event
Returns the Priority
getPriority() - Method in class fr.paris.lutece.plugins.calendar.business.SimpleEvent
Returns the Priority
getPriority() - Method in class fr.paris.lutece.plugins.calendar.modules.ical.ICalEvent
Returns the Priority
getRemovalRefusedMessage(String, Locale) - Method in class fr.paris.lutece.plugins.calendar.service.AgendaResourceWorkgroupRemovalListener
Gives a message explaining why the object can't be removed
getRepetitionDays(int) - Method in class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortletDAO
Fetches the number of future days during which the events of the agenda will be displayed
getRepetitionDays(int) - Static method in class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortletHome
Returns the number of days within which the events will occur
getRepetitionDays(int) - Method in interface fr.paris.lutece.plugins.calendar.business.portlet.ICalendarPortletDAO
Returns the number of following days the event should be displayed
getResource(String) - Method in class fr.paris.lutece.plugins.calendar.service.AgendaLoaderDatabase
Get a resource by its Id
getResource(String) - Method in class fr.paris.lutece.plugins.calendar.service.AgendaLoaderProperties
Get a resource by its Id
getResources() - Method in class fr.paris.lutece.plugins.calendar.service.AgendaLoaderDatabase
Gets all the agenda resources from the database
getResources() - Method in class fr.paris.lutece.plugins.calendar.service.AgendaLoaderProperties
Get the agenda represented by property files
getResourceType() - Method in class fr.paris.lutece.plugins.calendar.service.AgendaResource
Returns the Resource Type
getRole() - Method in class fr.paris.lutece.plugins.calendar.service.AgendaResource
Returns the Role
getRoleManager() - Method in class fr.paris.lutece.plugins.calendar.service.AgendaResource
Returns the Manager Role
getSmallMonthCalendar(String, Agenda, CalendarUserOptions) - Static method in class fr.paris.lutece.plugins.calendar.web.SmallMonthCalendar
Provides a small HTML month calendar displaying days with links
getStatus() - Method in interface fr.paris.lutece.plugins.calendar.business.Event
Returns the Status
getStatus() - Method in class fr.paris.lutece.plugins.calendar.business.SimpleEvent
Returns the Status
getStatus() - Method in class fr.paris.lutece.plugins.calendar.modules.ical.ICalEvent
Returns the Status
getTitle() - Method in interface fr.paris.lutece.plugins.calendar.business.Event
Returns the Title
getTitle() - Method in class fr.paris.lutece.plugins.calendar.business.SimpleEvent
Returns the Title
getTitle() - Method in class fr.paris.lutece.plugins.calendar.modules.ical.ICalEvent
Returns the Title
getTitle(String, CalendarUserOptions) - Method in interface fr.paris.lutece.plugins.calendar.web.CalendarView
Returns the view title
getTitle(String, CalendarUserOptions) - Method in class fr.paris.lutece.plugins.calendar.web.DayCalendarView
Returns the view title
getTitle(String, CalendarUserOptions) - Method in class fr.paris.lutece.plugins.calendar.web.MonthCalendarView
Returns the view title
getTitle(String, CalendarUserOptions) - Method in class fr.paris.lutece.plugins.calendar.web.WeekCalendarView
Returns the view title
getType() - Method in interface fr.paris.lutece.plugins.calendar.web.CalendarView
Returns the view type
getType() - Method in class fr.paris.lutece.plugins.calendar.web.DayCalendarView
Returns the view type
getType() - Method in class fr.paris.lutece.plugins.calendar.web.MonthCalendarView
Returns the view type
getType() - Method in class fr.paris.lutece.plugins.calendar.web.WeekCalendarView
Returns the view type
getUrl() - Method in interface fr.paris.lutece.plugins.calendar.business.Event
Returns the Url
getUrl() - Method in class fr.paris.lutece.plugins.calendar.business.SimpleEvent
Returns the Url
getUrl() - Method in class fr.paris.lutece.plugins.calendar.modules.ical.ICalEvent
Returns the Url
getWeekDayLabel(String, Locale) - Static method in class fr.paris.lutece.plugins.calendar.service.Utils
Returns the day as an international formatted string corresponding to the date code
getWeekLabel(String, Locale) - Static method in class fr.paris.lutece.plugins.calendar.service.Utils
Returns the Week as a formatted string corresponding to the date code
getWorkgroup() - Method in class fr.paris.lutece.plugins.calendar.service.AgendaResource
Returns the workgroup
getXml(HttpServletRequest) - Method in class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortlet
Returns the Xml code of the Calendar portlet without XML heading
getXmlDocument(HttpServletRequest) - Method in class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortlet
Returns the Xml code of the Archive portlet with XML heading
getYear(String) - Static method in class fr.paris.lutece.plugins.calendar.service.Utils
Returns the year from a date code

H

hasEvents(String) - Method in interface fr.paris.lutece.plugins.calendar.business.Agenda
Indicates if the agenda gets events for a given date
hasEvents(String) - Method in class fr.paris.lutece.plugins.calendar.business.MultiAgenda
Indicates if the agenda gets events for a given date
hasEvents(String) - Method in class fr.paris.lutece.plugins.calendar.business.SimpleAgenda
Indicates if the agenda gets events for a given date
hasEvents(String) - Method in class fr.paris.lutece.plugins.calendar.modules.ical.ICalAgenda
Indicates if the agenda gets events for a given date
HtmlUtils - Class in fr.paris.lutece.plugins.calendar.web
An Utility class to manipulate html code.
HtmlUtils() - Constructor for class fr.paris.lutece.plugins.calendar.web.HtmlUtils
 

I

ICalAgenda - Class in fr.paris.lutece.plugins.calendar.modules.ical
This class is an implementation of an Agenda using the iCalendar format (RFC 2445).
ICalAgenda() - Constructor for class fr.paris.lutece.plugins.calendar.modules.ical.ICalAgenda
 
ICalAgendaLoader - Class in fr.paris.lutece.plugins.calendar.modules.ical
This class is an implementation of an AgendaLoader that load agenda using the iCalendar (RFC 2445).
ICalAgendaLoader() - Constructor for class fr.paris.lutece.plugins.calendar.modules.ical.ICalAgendaLoader
 
ICalendarDAO - Interface in fr.paris.lutece.plugins.calendar.business
AN interface used to access the calendar business layer
ICalendarPortletDAO - Interface in fr.paris.lutece.plugins.calendar.business.portlet
This class provides Data Access methods for CalendarPortlet objects
ICalEvent - Class in fr.paris.lutece.plugins.calendar.modules.ical
This class implements the Event interface for events using the iCalendar format (RFC 2445).
ICalEvent() - Constructor for class fr.paris.lutece.plugins.calendar.modules.ical.ICalEvent
 
init() - Static method in class fr.paris.lutece.plugins.calendar.service.AgendaResource
Initialize the Agenda
init() - Method in class fr.paris.lutece.plugins.calendar.service.AgendaService
Initialize the Agenda service
init() - Method in class fr.paris.lutece.plugins.calendar.service.CalendarPlugin
Plugin initialization.
insert(Portlet) - Method in class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortletDAO
Inserts a new record in the table.
insertAgenda(AgendaResource, Plugin) - Method in class fr.paris.lutece.plugins.calendar.business.CalendarDAO
Insert a new agenda in the table calendar_agendas.
insertAgenda(AgendaResource, Plugin) - Method in interface fr.paris.lutece.plugins.calendar.business.ICalendarDAO
Insert a new agenda in the table calendar_agendas.
insertAgendaInterval(int, String, String, String) - Method in class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortletDAO
Associates a new agenda to a given portlet.
insertAgendaInterval(int, String, String, String) - Static method in class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortletHome
Associates a new agenda to a given portlet.
insertAgendaInterval(int, String, String, String) - Method in interface fr.paris.lutece.plugins.calendar.business.portlet.ICalendarPortletDAO
Associates a new agenda to a given portlet.
insertCalendar(int, String, int) - Method in class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortletDAO
Inserts a calendar which will be displayed into the portlet for the following n days
insertCalendar(int, String, int) - Static method in class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortletHome
Associates a new calendar to a given portlet.
insertCalendar(int, String, int) - Method in interface fr.paris.lutece.plugins.calendar.business.portlet.ICalendarPortletDAO
Inserts a calendar which will be displayed for the future n days
insertEvent(int, SimpleEvent, Plugin) - Method in class fr.paris.lutece.plugins.calendar.business.CalendarDAO
Insert a new event in the table calendar_events.
insertEvent(int, SimpleEvent, Plugin) - Method in interface fr.paris.lutece.plugins.calendar.business.ICalendarDAO
Insert a new event in the table calendar_events.
isDayOff(Calendar) - Static method in class fr.paris.lutece.plugins.calendar.service.Utils
Checks if the day if Off (ie: Sunday) or not
isDayOffDisplayed() - Method in class fr.paris.lutece.plugins.calendar.web.CalendarUserOptions
Returns the DayOffDisplayed
isValid(String) - Static method in class fr.paris.lutece.plugins.calendar.service.Utils
Checks a date code

L

load(int) - Method in class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortletDAO
Loads the data of the portlet from the table.
load(String) - Method in class fr.paris.lutece.plugins.calendar.modules.ical.ICalAgendaLoader
Implementation of the load
load(String) - Method in class fr.paris.lutece.plugins.calendar.modules.text.TextAgendaLoader
Load an agenda using its name
load(String) - Method in interface fr.paris.lutece.plugins.calendar.service.AgendaLoader
Load an agenda using its name
loadAgenda(int, Plugin) - Method in class fr.paris.lutece.plugins.calendar.business.CalendarDAO
Load the data of AgendaResource from the table
loadAgenda(int, Plugin) - Method in interface fr.paris.lutece.plugins.calendar.business.ICalendarDAO
Load the data of AgendaResource from the table
loadAgenda(AgendaResource) - Method in class fr.paris.lutece.plugins.calendar.service.AgendaLoaderDatabase
Return the agenda
loadEvent(int, Plugin) - Method in class fr.paris.lutece.plugins.calendar.business.CalendarDAO
Load the data of SimpleEvent from the table
loadEvent(int, Plugin) - Method in interface fr.paris.lutece.plugins.calendar.business.ICalendarDAO
Load the data of SimpleEvent from the table

M

MARK_AGENDA - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_AGENDA_RESOURCE_LIST - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_CALENDAR - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_CALENDAR_ID - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_CALENDARS_LIST - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_DATE - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_DAY - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_DAY_CLASS - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_DAY_LINK - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_DAYS - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_DEFAULT_SORT_EVENT - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_DOTS_LIST - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_EVENT - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_EVENT_DESCRIPTION - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_EVENT_IMAGE - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_EVENT_LIST - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_EVENT_LOCATION - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_EVENT_SHORT_TITLE - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_EVENT_TITLE - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_EVENT_URL - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_EVENTS - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_EVENTS_LIST - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_EVENTS_SORT_LIST - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_JSP_URL - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_LEGEND - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_LINK_CLASS - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_LOCALE - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_MONTH_LABEL - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_NB_ITEMS_PER_PAGE - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_NEXT - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_PAGINATOR - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_PREVIOUS - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_ROLES_LIST - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_SMALL_MONTH_CALENDAR1 - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_SMALL_MONTH_CALENDAR2 - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_SMALL_MONTH_CALENDAR3 - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_TITLE - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_VIEW_CALENDAR - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_WEEKS - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MARK_WORKGROUPS_LIST - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
MonthCalendarView - Class in fr.paris.lutece.plugins.calendar.web
This class provides a calendar view by Month.
MonthCalendarView() - Constructor for class fr.paris.lutece.plugins.calendar.web.MonthCalendarView
 
MonthEventList - Class in fr.paris.lutece.plugins.calendar.web
An implementation of an EvenList, listing all events of a month
MonthEventList() - Constructor for class fr.paris.lutece.plugins.calendar.web.MonthEventList
 
MultiAgenda - Class in fr.paris.lutece.plugins.calendar.business
This Class provides an agenda that aggregate other agendas.
MultiAgenda() - Constructor for class fr.paris.lutece.plugins.calendar.business.MultiAgenda
 
MultiAgendaEvent - Class in fr.paris.lutece.plugins.calendar.business
Class is a specialised event class
MultiAgendaEvent(Event, String) - Constructor for class fr.paris.lutece.plugins.calendar.business.MultiAgendaEvent
Constructor

P

PARAM_AGENDA - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PARAM_DATE - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PARAM_VIEW - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PARAMETER_ACTION - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PARAMETER_CALENDAR_ID - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PARAMETER_CALENDAR_IMAGE - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PARAMETER_CALENDAR_NAME - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PARAMETER_CALENDAR_PREFIX - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PARAMETER_CALENDAR_ROLE - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PARAMETER_CALENDAR_ROLE_MANAGER - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PARAMETER_EVENT_DATE - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PARAMETER_EVENT_ID - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PARAMETER_EVENT_OLD_DATE - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PARAMETER_EVENT_OLD_TITLE - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PARAMETER_EVENT_TIME_END - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PARAMETER_EVENT_TIME_START - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PARAMETER_EVENT_TITLE - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PARAMETER_PAGE - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PARAMETER_PAGE_INDEX - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PARAMETER_PLUGIN_NAME - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PARAMETER_SORT_EVENTS - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PARAMETER_WORKGROUP - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PLUGIN_NAME - Static variable in class fr.paris.lutece.plugins.calendar.service.CalendarPlugin
 
PROPERTY_ACCESSIBLE_BY_USER - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_AGENDA - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_AGENDASERVICE_CACHE_ENABLE - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_CALENDAR_DOTS_PATH - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_EVENT_SHORT_TITLE_END - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_EVENT_SHORT_TITLE_LENGTH - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_EVENTLIST - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_EVENTLIST_VIEW_DAY - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_EVENTLIST_VIEW_MONTH - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_EVENTLIST_VIEW_WEEK - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_EVENTS_PER_PAGE - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_ICAL_TRACE_ENABLE - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_LABEL_FORMAT_DATE_OF_DAY - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_LABEL_FORMAT_DAY - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_LABEL_FORMAT_MONTH - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_LABEL_FORMAT_WEEK_DAY - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_LABEL_FRIDAY - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_LABEL_MONDAY - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_LABEL_SATURDAY - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_LABEL_SUNDAY - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_LABEL_THURSDAY - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_LABEL_TUESDAY - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_LABEL_WEDNESDAY - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_MESSAGE_DATEFORMAT - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_MESSAGE_EXIST - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_MESSAGE_TIMEFORMAT - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_PAGE_TITLE_CREATE_CALENDAR - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_PAGE_TITLE_CREATE_EVENT - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_PAGE_TITLE_MANAGE_CALENDARS - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_PAGE_TITLE_MANAGE_EVENTS - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_PAGE_TITLE_MODIFY_CALENDAR - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_PAGE_TITLE_MODIFY_EVENT - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_PATH - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_READ_ONLY - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_READ_WRITE - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_ROLE_NONE - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_RUNAPP_JSP_URL - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_SHORTLABEL_FRIDAY - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_SHORTLABEL_MONDAY - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_SHORTLABEL_SATURDAY - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_SHORTLABEL_SUNDAY - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_SHORTLABEL_THURSDAY - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_SHORTLABEL_TUESDAY - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_SHORTLABEL_WEDNESDAY - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_SMALLCALENDAR_LINKCLASS_HAS_EVENTS - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_SMALLCALENDAR_LINKCLASS_NO_EVENT - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_SORT_EVENTS - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_TIME_INTERVAL_LIST - Static variable in class fr.paris.lutece.plugins.calendar.web.portlet.CalendarPortletJspBean
 
PROPERTY_TITLE - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
PROPERTY_WORKING_DAYS_IN_WEEK - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 

R

remove() - Method in class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortlet
Removes the current instance of the CalendarPortlet object
removeAgenda(int, Plugin) - Static method in class fr.paris.lutece.plugins.calendar.business.CalendarHome
Delete an agenda from the table calendar_agendas
removeAgenda(int, String) - Method in class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortletDAO
De-associate a agenda from a given portlet.
removeAgenda(int, String) - Static method in class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortletHome
De-associate an agenda from a given portlet.
removeAgenda(int, String) - Method in interface fr.paris.lutece.plugins.calendar.business.portlet.ICalendarPortletDAO
De-associate an agenda from a given portlet.
removeAllAgendas(int) - Static method in class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortletHome
De-associate an agenda from a given portlet.
removeEvent(int, int, Plugin) - Static method in class fr.paris.lutece.plugins.calendar.business.CalendarHome
Delete an Event from the table calendar_events
removeHtml(String) - Static method in class fr.paris.lutece.plugins.calendar.web.HtmlUtils
Remove the part of the string that contains HTML
ResetAgendaCacheDeamon - Class in fr.paris.lutece.plugins.calendar.service.daemon
This class provides methods which allows Daemon to reset the AgendaService cache
ResetAgendaCacheDeamon() - Constructor for class fr.paris.lutece.plugins.calendar.service.daemon.ResetAgendaCacheDeamon
 
RIGHT_MANAGE_CALENDAR - Static variable in class fr.paris.lutece.plugins.calendar.web.CalendarJspBean
 
run() - Method in class fr.paris.lutece.plugins.calendar.service.daemon.ResetAgendaCacheDeamon
Daemon's treatment method

S

selectAgendaResourceList(Plugin) - Method in class fr.paris.lutece.plugins.calendar.business.CalendarDAO
Load the list of AgendaResources
selectAgendaResourceList(Plugin) - Method in interface fr.paris.lutece.plugins.calendar.business.ICalendarDAO
Load the list of AgendaResources
selectEventsList(int, int, Plugin) - Method in class fr.paris.lutece.plugins.calendar.business.CalendarDAO
Load the list of Events
selectEventsList(int, int, Plugin) - Method in interface fr.paris.lutece.plugins.calendar.business.ICalendarDAO
Load the list of Events
setAgenda(Agenda) - Method in class fr.paris.lutece.plugins.calendar.service.AgendaResource
Sets the Agenda
setCategories(String) - Method in class fr.paris.lutece.plugins.calendar.business.SimpleEvent
Sets the Categories
setDate(String) - Method in class fr.paris.lutece.plugins.calendar.business.SimpleEvent
Sets the Date
setDateTimeEnd(String) - Method in class fr.paris.lutece.plugins.calendar.business.SimpleEvent
Sets the DateTimeEnd
setDateTimeStart(String) - Method in class fr.paris.lutece.plugins.calendar.business.SimpleEvent
Sets the DateTimeStart
setDayOffDisplayed(boolean) - Method in class fr.paris.lutece.plugins.calendar.web.CalendarUserOptions
Sets the DayOffDisplayed
setDescription(String) - Method in class fr.paris.lutece.plugins.calendar.business.SimpleEvent
Sets the Description
setEventClass(String) - Method in class fr.paris.lutece.plugins.calendar.business.SimpleEvent
Sets the EventClass
setEventClass(String) - Method in class fr.paris.lutece.plugins.calendar.modules.ical.ICalEvent
Sets the EventClass
setEventImage(String) - Method in class fr.paris.lutece.plugins.calendar.service.AgendaResource
Sets the EventImage
setEventPrefix(String) - Method in class fr.paris.lutece.plugins.calendar.service.AgendaResource
Sets the EventPrefix
setEvents(Calendar) - Method in class fr.paris.lutece.plugins.calendar.modules.ical.ICalAgenda
Sets events of the agenda
setId(int) - Method in class fr.paris.lutece.plugins.calendar.business.SimpleEvent
Sets the Date
setId(String) - Method in class fr.paris.lutece.plugins.calendar.service.AgendaResource
Sets the Id
setKeyName(String) - Method in interface fr.paris.lutece.plugins.calendar.business.Agenda
Sets the key of the Agenda
setKeyName(String) - Method in class fr.paris.lutece.plugins.calendar.business.MultiAgenda
Sets the KeyName
setKeyName(String) - Method in class fr.paris.lutece.plugins.calendar.business.SimpleAgenda
Sets the KeyName
setKeyName(String) - Method in class fr.paris.lutece.plugins.calendar.modules.ical.ICalAgenda
Sets the KeyName
setLoaderClassName(String) - Method in class fr.paris.lutece.plugins.calendar.service.AgendaResource
Sets the LoaderClassName
setLoaderParameter(String) - Method in class fr.paris.lutece.plugins.calendar.service.AgendaResource
Sets the LoaderParameter
setLocale(Locale) - Method in class fr.paris.lutece.plugins.calendar.web.CalendarUserOptions
Sets the Locale
setLocation(String) - Method in class fr.paris.lutece.plugins.calendar.business.SimpleEvent
Sets the Location
setName(String) - Method in interface fr.paris.lutece.plugins.calendar.business.Agenda
Sets the name of the Agenda
setName(String) - Method in class fr.paris.lutece.plugins.calendar.business.MultiAgenda
Defines the name of the Agenda
setName(String) - Method in class fr.paris.lutece.plugins.calendar.business.SimpleAgenda
Defines the name of the Agenda
setName(String) - Method in class fr.paris.lutece.plugins.calendar.modules.ical.ICalAgenda
Defines the name of the Agenda
setName(String) - Method in class fr.paris.lutece.plugins.calendar.service.AgendaResource
Sets the Name
setPluginName(String) - Method in class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortlet
Sets the name of the plugin associated with this portlet.
setPriority(int) - Method in class fr.paris.lutece.plugins.calendar.business.SimpleEvent
Sets the Priority
setPriority(int) - Method in class fr.paris.lutece.plugins.calendar.modules.ical.ICalEvent
Sets the Priority
setResourceType(String) - Method in class fr.paris.lutece.plugins.calendar.service.AgendaResource
Sets the Resource Type
setRole(String) - Method in class fr.paris.lutece.plugins.calendar.service.AgendaResource
Sets the Role
setRoleManager(String) - Method in class fr.paris.lutece.plugins.calendar.service.AgendaResource
Sets the Manager Role
setStatus(String) - Method in class fr.paris.lutece.plugins.calendar.business.SimpleEvent
Sets the Status
setStatus(String) - Method in class fr.paris.lutece.plugins.calendar.modules.ical.ICalEvent
Sets the Status
setTitle(String) - Method in class fr.paris.lutece.plugins.calendar.business.SimpleEvent
Sets the Title
setUrl(String) - Method in class fr.paris.lutece.plugins.calendar.business.SimpleEvent
Sets the Url
setUrl(String) - Method in class fr.paris.lutece.plugins.calendar.modules.ical.ICalEvent
Sets the Url
setWorkgroup(String) - Method in class fr.paris.lutece.plugins.calendar.service.AgendaResource
Sets the workgroup
SimpleAgenda - Class in fr.paris.lutece.plugins.calendar.business
A basic implementation of an agenda
SimpleAgenda() - Constructor for class fr.paris.lutece.plugins.calendar.business.SimpleAgenda
 
SimpleEvent - Class in fr.paris.lutece.plugins.calendar.business
 
SimpleEvent() - Constructor for class fr.paris.lutece.plugins.calendar.business.SimpleEvent
 
SmallMonthCalendar - Class in fr.paris.lutece.plugins.calendar.web
This class provides a Small Html Month calendar.
SmallMonthCalendar() - Constructor for class fr.paris.lutece.plugins.calendar.web.SmallMonthCalendar
 
store(Portlet) - Method in class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortletDAO
Updates the record in the table.
storeAgenda(AgendaResource, Plugin) - Method in class fr.paris.lutece.plugins.calendar.business.CalendarDAO
Update the agenda in the table calendar_agendas
storeAgenda(AgendaResource, Plugin) - Method in interface fr.paris.lutece.plugins.calendar.business.ICalendarDAO
Update the agenda in the table calendar_agendas
storeEvent(int, SimpleEvent, Plugin) - Method in class fr.paris.lutece.plugins.calendar.business.CalendarDAO
Update the event in the table calendar_event
storeEvent(int, SimpleEvent, Plugin) - Method in interface fr.paris.lutece.plugins.calendar.business.ICalendarDAO
Update the event in the table calendar_event
STYLE_CLASS_SMALLMONTH_DAY - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
STYLE_CLASS_SUFFIX_OFF - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
STYLE_CLASS_SUFFIX_OLD - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
STYLE_CLASS_SUFFIX_TODAY - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
STYLE_CLASS_VIEW_MONTH_DAY - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
STYLE_CLASS_VIEW_WEEK_DAY - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
SUFFIX_CLASS - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
SUFFIX_EVENT_IMAGE - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
SUFFIX_LABEL - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
SUFFIX_LOADER_CLASS - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
SUFFIX_LOADER_PARAMETER - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
SUFFIX_NAME - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
SUFFIX_ROLE - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
SUFFIX_TITLE - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 

T

TextAgendaLoader - Class in fr.paris.lutece.plugins.calendar.modules.text
A basic implementation of an Agenda Loader.
TextAgendaLoader() - Constructor for class fr.paris.lutece.plugins.calendar.modules.text.TextAgendaLoader
Creates a new instance of TextAgendaLoader
TYPE_DAY - Static variable in interface fr.paris.lutece.plugins.calendar.web.CalendarView
 
TYPE_MONTH - Static variable in interface fr.paris.lutece.plugins.calendar.web.CalendarView
 
TYPE_WEEK - Static variable in interface fr.paris.lutece.plugins.calendar.web.CalendarView
 

U

update() - Method in class fr.paris.lutece.plugins.calendar.business.portlet.CalendarPortlet
Updates the current instance of the CalendarPortlet object
updateAgenda(AgendaResource, Plugin) - Static method in class fr.paris.lutece.plugins.calendar.business.CalendarHome
Update the agenda in the table calendar_agendas
updateEvent(int, SimpleEvent, Plugin) - Static method in class fr.paris.lutece.plugins.calendar.business.CalendarHome
Update the event in the table calendar_event
Utils - Class in fr.paris.lutece.plugins.calendar.service
This class provides utils features to manipulate and convert calendars, date as string, ...
Utils() - Constructor for class fr.paris.lutece.plugins.calendar.service.Utils
 

V

VIEW_DAY - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
VIEW_MONTH - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 
VIEW_WEEK - Static variable in class fr.paris.lutece.plugins.calendar.web.Constants
 

W

WeekCalendarView - Class in fr.paris.lutece.plugins.calendar.web
This class provides a calendar view by Month.
WeekCalendarView() - Constructor for class fr.paris.lutece.plugins.calendar.web.WeekCalendarView
 
WeekEventList - Class in fr.paris.lutece.plugins.calendar.web
An implementation of an EvenList, listing all events of a month
WeekEventList() - Constructor for class fr.paris.lutece.plugins.calendar.web.WeekEventList
 

A C D E F G H I L M P R S T U V W

Copyright © 2008 Mairie de Paris. All Rights Reserved.