Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
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
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
AgendaLoaderDataBase()
- Constructor for class fr.paris.lutece.plugins.calendar.service.
AgendaLoaderDataBase
AgendaLoaderProperties
- Class in
fr.paris.lutece.plugins.calendar.service
AgendaLoaderProperties()
- Constructor for class fr.paris.lutece.plugins.calendar.service.
AgendaLoaderProperties
AgendaResource
- Class in
fr.paris.lutece.plugins.calendar.service
AgendaResource()
- Constructor for class fr.paris.lutece.plugins.calendar.service.
AgendaResource
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
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
CalendarUserOptions
- Class in
fr.paris.lutece.plugins.calendar.web
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
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
createEvent(int, SimpleEvent, Plugin)
- Static method in class fr.paris.lutece.plugins.calendar.business.
CalendarHome
Insert a new event in the table calendar_events.
createProject(AgendaResource, Plugin)
- Static method in class fr.paris.lutece.plugins.calendar.business.
CalendarHome
Insert a new project in the table calendar_projects.
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
deleteEvent(int, String, Plugin)
- Method in class fr.paris.lutece.plugins.calendar.business.
CalendarDAO
Delete an Event from the table calendar_events
deleteEvent(int, String, Plugin)
- Method in interface fr.paris.lutece.plugins.calendar.business.
ICalendarDAO
Delete an Event from the table calendar_events
deleteProject(int, Plugin)
- Method in class fr.paris.lutece.plugins.calendar.business.
CalendarDAO
Delete a Project from the table calendar_projects
deleteProject(int, Plugin)
- Method in interface fr.paris.lutece.plugins.calendar.business.
ICalendarDAO
Delete a Project from the table calendar_projects
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
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
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
EventListService
- Class in
fr.paris.lutece.plugins.calendar.service
F
fillEventTemplate(HashMap, MultiAgendaEvent, String)
- Static method in class fr.paris.lutece.plugins.calendar.web.
HtmlUtils
Fill a template with events info
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
findEvent(int, String, Plugin)
- Static method in class fr.paris.lutece.plugins.calendar.business.
CalendarHome
Load the data of SimpleEvent from the table
findEventsList(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.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
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
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
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
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
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
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)
- Method in class fr.paris.lutece.plugins.calendar.business.
MultiAgenda
Retrieves events for a given date
getEventsByDate(String)
- Method in class fr.paris.lutece.plugins.calendar.business.
SimpleAgenda
Retrieves events for a given date
getEventsByDate(String)
- Method in class fr.paris.lutece.plugins.calendar.modules.ical.
ICalAgenda
Retrieves events for a given 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.service.
AgendaResource
Returns the Id
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
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
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
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
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
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
getResources()
- Method in class fr.paris.lutece.plugins.calendar.service.
AgendaLoaderProperties
getRole()
- Method in class fr.paris.lutece.plugins.calendar.service.
AgendaResource
Returns the 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
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
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
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
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.
insertProject(AgendaResource, Plugin)
- Method in class fr.paris.lutece.plugins.calendar.business.
CalendarDAO
Insert a new project in the table calendar_projects.
insertProject(AgendaResource, Plugin)
- Method in interface fr.paris.lutece.plugins.calendar.business.
ICalendarDAO
Insert a new project in the table calendar_projects.
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(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(AgendaResource)
- Method in class fr.paris.lutece.plugins.calendar.service.
AgendaLoaderDataBase
Return the agenda
loadEvent(int, String, Plugin)
- Method in class fr.paris.lutece.plugins.calendar.business.
CalendarDAO
Load the data of SimpleEvent from the table
loadEvent(int, String, Plugin)
- Method in interface fr.paris.lutece.plugins.calendar.business.
ICalendarDAO
Load the data of SimpleEvent from the table
loadProject(int, Plugin)
- Method in class fr.paris.lutece.plugins.calendar.business.
CalendarDAO
Load the data of AgendaResource from the table
loadProject(int, Plugin)
- Method in interface fr.paris.lutece.plugins.calendar.business.
ICalendarDAO
Load the data of AgendaResource from the table
M
MARK_AGENDA
- 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_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_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_JSP_URL
- 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_MONTH_LABEL
- Static variable in class fr.paris.lutece.plugins.calendar.web.
Constants
MARK_WEEKS
- 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
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
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_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_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_PATH
- 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_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
removeEvent(int, String, 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
removeProject(int, Plugin)
- Static method in class fr.paris.lutece.plugins.calendar.business.
CalendarHome
Delete a Project from the table calendar_projects
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, Plugin)
- Method in class fr.paris.lutece.plugins.calendar.business.
CalendarDAO
Load the list of Events
selectEventsList(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(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
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
setRole(String)
- Method in class fr.paris.lutece.plugins.calendar.service.
AgendaResource
Sets the 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
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
storeEvent(int, String, SimpleEvent, Plugin)
- Method in class fr.paris.lutece.plugins.calendar.business.
CalendarDAO
Update the event in the table calendar_event
storeEvent(int, String, SimpleEvent, Plugin)
- Method in interface fr.paris.lutece.plugins.calendar.business.
ICalendarDAO
Update the event in the table calendar_event
storeProject(AgendaResource, Plugin)
- Method in class fr.paris.lutece.plugins.calendar.business.
CalendarDAO
Update the project in the table calendar_project
storeProject(AgendaResource, Plugin)
- Method in interface fr.paris.lutece.plugins.calendar.business.
ICalendarDAO
Update the project in the table calendar_project
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
updateEvent(int, String, SimpleEvent, Plugin)
- Static method in class fr.paris.lutece.plugins.calendar.business.
CalendarHome
Update the event in the table calendar_event
updateProject(AgendaResource, Plugin)
- Static method in class fr.paris.lutece.plugins.calendar.business.
CalendarHome
Update the project in the table calendar_project
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
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2007
Mairie de Paris
. All Rights Reserved.