- decrementPotentialRemainingPlaces(int, int) - Static method in class fr.paris.lutece.plugins.appointment.service.SlotSafeService
-
Update potential remaining places
- delete(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.appointment.AppointmentDAO
-
- delete(int) - Static method in class fr.paris.lutece.plugins.appointment.business.appointment.AppointmentHome
-
Delete the Appointment whose identifier is specified in parameter
- delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.appointment.IAppointmentDAO
-
Delete a record from the table
- delete(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.calendar.CalendarTemplateDAO
-
- delete(int) - Static method in class fr.paris.lutece.plugins.appointment.business.calendar.CalendarTemplateHome
-
Delete a template from its primary key
- delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.calendar.ICalendarTemplateDAO
-
Delete a record from the table
- delete(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.category.CategoryDAO
-
- delete(int) - Static method in class fr.paris.lutece.plugins.appointment.business.category.CategoryHome
-
Delete the Category whose identifier is specified in parameter
- delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.category.ICategoryDAO
-
Delete a record from the table
- delete(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.display.DisplayDAO
-
- delete(int) - Static method in class fr.paris.lutece.plugins.appointment.business.display.DisplayHome
-
Delete the Display whose identifier is specified in parameter
- delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.display.IDisplayDAO
-
Delete a record from the table
- delete(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.form.FormDAO
-
- delete(int) - Static method in class fr.paris.lutece.plugins.appointment.business.form.FormHome
-
Delete the Form whose identifier is specified in parameter
- delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.form.IFormDAO
-
Delete a record from the table
- delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.localization.ILocalizationDAO
-
Delete a record from the table
- delete(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.localization.LocalizationDAO
-
- delete(int) - Static method in class fr.paris.lutece.plugins.appointment.business.localization.LocalizationHome
-
Delete the Localization whose identifier is specified in parameter
- delete(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessageDAO
-
- delete(int) - Static method in class fr.paris.lutece.plugins.appointment.business.message.FormMessageHome
-
Delete a form message from its primary key
- delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.message.IFormMessageDAO
-
Remove a form message from its primary key
- delete(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.planning.ClosingDayDAO
-
- delete(int) - Static method in class fr.paris.lutece.plugins.appointment.business.planning.ClosingDayHome
-
Delete the ClosingDay whose identifier is specified in parameter
- delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.planning.IClosingDayDAO
-
Delete a record from the table
- delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.planning.ITimeSlotDAO
-
Delete a record from the table
- delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.planning.IWeekDefinitionDAO
-
Delete a record from the table
- delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.planning.IWorkingDayDAO
-
Delete a record from the table
- delete(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.planning.TimeSlotDAO
-
- delete(int) - Static method in class fr.paris.lutece.plugins.appointment.business.planning.TimeSlotHome
-
Delete the TimeSlot whose identifier is specified in parameter
- delete(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.planning.WeekDefinitionDAO
-
- delete(int) - Static method in class fr.paris.lutece.plugins.appointment.business.planning.WeekDefinitionHome
-
Delete the WeekDefinition whose identifier is specified in parameter
- delete(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.planning.WorkingDayDAO
-
- delete(int) - Static method in class fr.paris.lutece.plugins.appointment.business.planning.WorkingDayHome
-
Delete the WorkingDay whose identifier is specified in parameter
- delete(int) - Method in class fr.paris.lutece.plugins.appointment.business.portlet.AppointmentFormListPortletDAO
-
- delete(int) - Method in class fr.paris.lutece.plugins.appointment.business.portlet.AppointmentFormPortletDAO
-
Delete record from table
- delete(int) - Method in class fr.paris.lutece.plugins.appointment.business.portlet.AppointmentPortletDAO
-
- delete(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.rule.FormRuleDAO
-
- delete(int) - Static method in class fr.paris.lutece.plugins.appointment.business.rule.FormRuleHome
-
Delete the FormRule whose identifier is specified in parameter
- delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.rule.IFormRuleDAO
-
Delete a record from the table
- delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.rule.IReservationRuleDAO
-
Delete a record from the table
- delete(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.rule.ReservationRuleDAO
-
- delete(int) - Static method in class fr.paris.lutece.plugins.appointment.business.rule.ReservationRuleHome
-
Delete the ReservationRule whose identifier is specified in parameter
- delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.slot.ISlotDAO
-
Delete a record from the table
- delete(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.slot.SlotDAO
-
- delete(int) - Static method in class fr.paris.lutece.plugins.appointment.business.slot.SlotHome
-
Delete the Slot whose identifier is specified in parameter
- delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.user.IUserDAO
-
Delete a record from the table
- delete(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.user.UserDAO
-
- delete(int) - Static method in class fr.paris.lutece.plugins.appointment.business.user.UserHome
-
Delete the User whose identifier is specified in parameter
- deleteAppointment(int) - Static method in class fr.paris.lutece.plugins.appointment.service.AppointmentService
-
Delete an appointment (and update the number of remaining places of the related slot)
- deleteListSlots(List<Slot>) - Static method in class fr.paris.lutece.plugins.appointment.service.SlotService
-
Delete a list of slots
- deleteListTimeSlot(List<TimeSlot>) - Static method in class fr.paris.lutece.plugins.appointment.service.TimeSlotService
-
Delete in database time slots
- deleteListWorkingDay(List<WorkingDay>) - Static method in class fr.paris.lutece.plugins.appointment.service.WorkingDayService
-
Delete a list of working days
- deleteSlot(Slot) - Static method in class fr.paris.lutece.plugins.appointment.service.SlotService
-
Delete a slot
- deleteTimeSlot(TimeSlot) - Static method in class fr.paris.lutece.plugins.appointment.service.TimeSlotService
-
Delete in database time slot
- Display - Class in fr.paris.lutece.plugins.appointment.business.display
-
Business class of the Form Display
- Display() - Constructor for class fr.paris.lutece.plugins.appointment.business.display.Display
-
- DisplayDAO - Class in fr.paris.lutece.plugins.appointment.business.display
-
This class provides Data Access methods for Display objects
- DisplayDAO() - Constructor for class fr.paris.lutece.plugins.appointment.business.display.DisplayDAO
-
- DisplayHome - Class in fr.paris.lutece.plugins.appointment.business.display
-
This class provides instances management methods for Display objects
- displayRecapAppointment(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentApp
-
Display the recap before validating an appointment
- displayRecapAppointment(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentJspBean
-
Display the recap before validating an appointment
- DisplayService - Class in fr.paris.lutece.plugins.appointment.service
-
Service class for the display
- doCancelAppointment(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentApp
-
Cancel an appointment
- doChangeAppointmentStatus(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentJspBean
-
Do change the status of an appointment
- doChangeFormActivation(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormJspBean
-
Change the enabling of an appointment form
- doChangeOrderEntry(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormEntryJspBean
-
Change the attribute's order (move up or move down in the list)
- doCopyAppointmentForm(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormJspBean
-
Do copy a form
- doCopyEntry(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormEntryJspBean
-
Copy the entry whose key is specified in the HTTP request
- doCreate(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.portlet.AppointmentFormListPortletJspBean
- doCreate(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.portlet.AppointmentFormPortletJspBean
- doCreate(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.portlet.AppointmentPortletJspBean
- doCreateAppointmentForm(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormJspBean
-
Process the data capture form of a new appointment form
- doCreateCategory(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentCategoryJspBean
-
Create a new category with the fields completed
- doCreateEntry(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormEntryJspBean
-
Do create an entry
- doCreateField(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormFieldJspBean
-
Perform creation field
- doCreateModifyTemplate(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.CalendarTemplateJspBean
-
Do the creation or the modification of a calendar template
- doDownloadTemplate(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.CalendarTemplateJspBean
-
Do download a template
- doInsertRegularExpression(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormEntryJspBean
-
Insert an association between a field and a regular expression
- doMakeAppointment(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentApp
-
Do save an appointment into the database if it is valid
- doMakeAppointment(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentJspBean
-
Do save an appointment into the database if it is valid
- doModify(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.portlet.AppointmentFormListPortletJspBean
- doModify(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.portlet.AppointmentFormPortletJspBean
- doModify(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.portlet.AppointmentPortletJspBean
- doModifyAdvancedParameters(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentSlotJspBean
-
Do modify a form (advanced parameters part)
- doModifyAppointmentForm(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormJspBean
-
Process the change form of a appointment form
- doModifyAppointmentFormMessages(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormJspBean
-
Do modify an appointment form messages
- doModifyCategory(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentCategoryJspBean
-
Modify a category
- doModifyEntry(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormEntryJspBean
-
Perform the entry modification
- doModifyField(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormFieldJspBean
-
Perform modification field
- doModifyFieldWithConditionalQuestions(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormFieldJspBean
-
Perform modification field
- doModifySlot(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentSlotJspBean
-
Do modify a slot
- doModifyTimeSlot(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentSlotJspBean
-
Do modify a time slot
- doMoveDownEntryConditional(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormEntryJspBean
-
Do move down an conditional entry of a field
- doMoveField(HttpServletRequest, boolean) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormFieldJspBean
-
Move a field up or down
- doMoveFieldDown(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormFieldJspBean
-
Move a field up
- doMoveFieldUp(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormFieldJspBean
-
Move a field up
- doMoveOutEntry(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormEntryJspBean
-
Remove an entry from a group
- doMoveUpEntryConditional(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormEntryJspBean
-
Do move up an conditional entry of a field
- doProcessWorkflowAction(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentJspBean
-
Do process a workflow action over an appointment
- doRemoveAppointment(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentJspBean
-
Handles the removal form of a appointment
- doRemoveAppointmentForm(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormJspBean
-
Handles the removal form of an appointment form
- doRemoveCategory(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentCategoryJspBean
-
Remove the category selected
- doRemoveEntry(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormEntryJspBean
-
Perform the entry removal
- doRemoveField(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormFieldJspBean
-
Perform the suppression of a field
- doRemoveMassAppointment(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentJspBean
-
Handles the removal form of a appointment
- doRemoveParameter(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentSlotJspBean
-
Handles the removal form of a appointment
- doRemoveRegularExpression(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormEntryJspBean
-
Delete the association between a field and and regular expression
- doRemoveTemplate(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.CalendarTemplateJspBean
-
Do remove a template
- doValidateForm(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentApp
-
Do validate data entered by a user to fill a form
- doValidateForm(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentJspBean
-
Do validate data entered by a user to fill a form
- fillAppointmentDTO(AppointmentDTO, int, String, String, String) - Static method in class fr.paris.lutece.plugins.appointment.service.AppointmentUtilities
-
Fill the appoinmentFront DTO with the given parameters
- fillInDisplayWithAppointmentForm(Display, AppointmentFormDTO, int) - Static method in class fr.paris.lutece.plugins.appointment.service.DisplayService
-
Fill a display object with the appointment form DTO
- fillInFormRule(FormRule, AppointmentFormDTO, int) - Static method in class fr.paris.lutece.plugins.appointment.service.FormRuleService
-
Fill the form rule part with the appointment DTO
- fillInFormWithAppointmentForm(Form, AppointmentFormDTO) - Static method in class fr.paris.lutece.plugins.appointment.service.FormService
-
Fill the form object with the values of the appointmentForm DTO
- fillInListResponseWithMapResponse(AppointmentDTO) - Static method in class fr.paris.lutece.plugins.appointment.service.AppointmentUtilities
-
- fillInLocalizationWithAppointmentForm(Localization, AppointmentFormDTO, int) - Static method in class fr.paris.lutece.plugins.appointment.service.LocalizationService
-
Fill a localization object with the appointment form DTO
- fillInReservationRule(ReservationRule, AppointmentFormDTO, int, LocalDate) - Static method in class fr.paris.lutece.plugins.appointment.service.ReservationRuleService
-
Fill the reservation rule object with the corresponding values of an appointmentForm DTO
- fillInWeekDefinition(WeekDefinition, int, LocalDate) - Static method in class fr.paris.lutece.plugins.appointment.service.WeekDefinitionService
-
Fill the week definition object with the given parameters
- findActiveAndDisplayedOnPortletForms(Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.form.FormDAO
-
- findActiveAndDisplayedOnPortletForms() - Static method in class fr.paris.lutece.plugins.appointment.business.form.FormHome
-
Returns all the active and displayd on portlet forms
- findActiveAndDisplayedOnPortletForms(Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.form.IFormDAO
-
Get all the forms that are active on displayed on portlet
- findActiveForms(Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.form.FormDAO
-
- findActiveForms() - Static method in class fr.paris.lutece.plugins.appointment.business.form.FormHome
-
Returns all the active forms
- findActiveForms(Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.form.IFormDAO
-
Get all the forms that are active
- findAll() - Static method in class fr.paris.lutece.plugins.appointment.business.calendar.CalendarTemplateHome
-
Get the list of calendar templates
- findAllActiveAndDisplayedOnPortletForms() - Static method in class fr.paris.lutece.plugins.appointment.service.FormService
-
Find all the active forms that have to be displayed on portlet in database
- findAllActiveForms() - Static method in class fr.paris.lutece.plugins.appointment.service.FormService
-
Find all the active forms in database
- findAllCategories(Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.category.CategoryDAO
-
- findAllCategories() - Static method in class fr.paris.lutece.plugins.appointment.business.category.CategoryHome
-
Returns all the Categories parameter
- findAllCategories(Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.category.ICategoryDAO
-
Find all the categories
- findAllCategories() - Static method in class fr.paris.lutece.plugins.appointment.service.CategoryService
-
Find all the categories
- findAllDateOfReservationRule(int) - Static method in class fr.paris.lutece.plugins.appointment.service.ReservationRuleService
-
Build a reference list of all the dates of all the reservation rules of a form
- findAllDateOfWeekDefinition(int) - Static method in class fr.paris.lutece.plugins.appointment.service.WeekDefinitionService
-
Build a reference list of all the week definitions of a form
- findAllForms(Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.form.FormDAO
-
- findAllForms() - Static method in class fr.paris.lutece.plugins.appointment.business.form.FormHome
-
Returns all the forms
- findAllForms(Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.form.IFormDAO
-
Get all the forms
- findAllForms() - Static method in class fr.paris.lutece.plugins.appointment.service.FormService
-
Find all the forms in the database
- findAllInReferenceList() - Static method in class fr.paris.lutece.plugins.appointment.business.calendar.CalendarTemplateHome
-
Get the list of calendar templates in a reference list
- findAllInReferenceList() - Static method in class fr.paris.lutece.plugins.appointment.service.CategoryService
-
Build a list of all the category (id, label) + an empty line for the form creation
- findAllInReferenceList() - Static method in class fr.paris.lutece.plugins.appointment.service.FormService
-
Build a list of all the forms (id, title)
- findAllReservationRule(int) - Static method in class fr.paris.lutece.plugins.appointment.service.ReservationRuleService
-
Find all the reservation rule of a form
- findAllWeekDefinition(int) - Static method in class fr.paris.lutece.plugins.appointment.service.WeekDefinitionService
-
Find all the week definition of a form
- findAndBuildListResponse(int, HttpServletRequest) - Static method in class fr.paris.lutece.plugins.appointment.service.AppointmentResponseService
-
Find and build all the response of an appointment
- findAppointmentById(int) - Static method in class fr.paris.lutece.plugins.appointment.service.AppointmentService
-
Find an appointment by its primary key
- findAppointmentByReference(String) - Static method in class fr.paris.lutece.plugins.appointment.service.AppointmentService
-
Find an appointment by its reference
- findByEmail(String, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.user.IUserDAO
-
Return the users by its email
- findByEmail(String, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.user.UserDAO
-
- findByEmail(String) - Static method in class fr.paris.lutece.plugins.appointment.business.user.UserHome
-
return user(s) by its email
- findByFilter(AppointmentFilterDTO, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.appointment.AppointmentDAO
-
- findByFilter(AppointmentFilterDTO) - Static method in class fr.paris.lutece.plugins.appointment.business.appointment.AppointmentHome
-
Returns a list of appointment matching the filter
- findByFilter(AppointmentFilterDTO, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.appointment.IAppointmentDAO
-
Returns a list of appointments matching the filter
- findByFirstNameLastNameAndEmail(String, String, String, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.user.IUserDAO
-
Return the user by its first name, last name and email
- findByFirstNameLastNameAndEmail(String, String, String, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.user.UserDAO
-
- findByFirstNameLastNameAndEmail(String, String, String) - Static method in class fr.paris.lutece.plugins.appointment.business.user.UserHome
-
return a user by its firstname, lastname and email
- findByIdForm(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.appointment.AppointmentDAO
-
- findByIdForm(int) - Static method in class fr.paris.lutece.plugins.appointment.business.appointment.AppointmentHome
-
Return a list of appointment of a form
- findByIdForm(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.appointment.IAppointmentDAO
-
Returns a list of all the appointment of a form
- findByIdForm(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.display.DisplayDAO
-
- findByIdForm(int) - Static method in class fr.paris.lutece.plugins.appointment.business.display.DisplayHome
-
Returns the form display
- findByIdForm(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.display.IDisplayDAO
-
Returns the display of the given form
- findByIdForm(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.localization.ILocalizationDAO
-
Returns the Localization of the given form
- findByIdForm(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.localization.LocalizationDAO
-
- findByIdForm(int) - Static method in class fr.paris.lutece.plugins.appointment.business.localization.LocalizationHome
-
Returns the form Localization
- findByIdForm(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessageDAO
-
- findByIdForm(int) - Static method in class fr.paris.lutece.plugins.appointment.business.message.FormMessageHome
-
Returns the formMessage of the form
- findByIdForm(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.message.IFormMessageDAO
-
Returns the formMessage of the form given
- findByIdForm(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.planning.ClosingDayDAO
-
- findByIdForm(int) - Static method in class fr.paris.lutece.plugins.appointment.business.planning.ClosingDayHome
-
Returns all the Closing Days of a form
- findByIdForm(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.planning.IClosingDayDAO
-
Returns the closing days of a form
- findByIdForm(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.planning.IWeekDefinitionDAO
-
Get all the week definitions of a form
- findByIdForm(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.planning.WeekDefinitionDAO
-
- findByIdForm(int) - Static method in class fr.paris.lutece.plugins.appointment.business.planning.WeekDefinitionHome
-
Get all the week definitions of the form given
- findByIdForm(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.rule.FormRuleDAO
-
- findByIdForm(int) - Static method in class fr.paris.lutece.plugins.appointment.business.rule.FormRuleHome
-
Returns the form rule of a form
- findByIdForm(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.rule.IFormRuleDAO
-
Returns the form rule of a form
- findByIdForm(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.rule.IReservationRuleDAO
-
Returns all the Reservation Rule of the form given
- findByIdForm(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.rule.ReservationRuleDAO
-
- findByIdForm(int) - Static method in class fr.paris.lutece.plugins.appointment.business.rule.ReservationRuleHome
-
Returns all the Reservation Rule of a form
- findByIdForm(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.slot.ISlotDAO
-
Returns all the slots of a form
- findByIdForm(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.slot.SlotDAO
-
- findByIdForm(int) - Static method in class fr.paris.lutece.plugins.appointment.business.slot.SlotHome
-
Returns a list of slots of a form
- findByIdFormAndDateOfApply(int, LocalDate, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.planning.IWeekDefinitionDAO
-
Get the week definitions of a form for the date of apply
- findByIdFormAndDateOfApply(int, LocalDate, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.planning.WeekDefinitionDAO
-
- findByIdFormAndDateOfApply(int, LocalDate) - Static method in class fr.paris.lutece.plugins.appointment.business.planning.WeekDefinitionHome
-
Get week definition for the form id and the date of apply given
- findByIdFormAndDateOfApply(int, LocalDate, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.rule.IReservationRuleDAO
-
Returns the Reservation Rule with the given search parameters
- findByIdFormAndDateOfApply(int, LocalDate, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.rule.ReservationRuleDAO
-
- findByIdFormAndDateOfApply(int, LocalDate) - Static method in class fr.paris.lutece.plugins.appointment.business.rule.ReservationRuleHome
-
Returns the Reservation Rule with the given search parameters
- findByIdFormAndDateOfClosingDay(int, LocalDate, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.planning.ClosingDayDAO
-
- findByIdFormAndDateOfCLosingDay(int, LocalDate) - Static method in class fr.paris.lutece.plugins.appointment.business.planning.ClosingDayHome
-
Returns the closing day
- findByIdFormAndDateOfClosingDay(int, LocalDate, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.planning.IClosingDayDAO
-
Return the closing day if exists
- findByIdFormAndDateRange(int, LocalDate, LocalDate, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.planning.ClosingDayDAO
-
- findByIdFormAndDateRange(int, LocalDate, LocalDate) - Static method in class fr.paris.lutece.plugins.appointment.business.planning.ClosingDayHome
-
Returns a list of closing days of the form on a period
- findByIdFormAndDateRange(int, LocalDate, LocalDate, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.planning.IClosingDayDAO
-
Returns the closing days of the form on a period
- findByIdFormAndDateRange(int, LocalDateTime, LocalDateTime, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.slot.ISlotDAO
-
Returns all the slot for the date range
- findByIdFormAndDateRange(int, LocalDateTime, LocalDateTime, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.slot.SlotDAO
-
- findByIdFormAndDateRange(int, LocalDateTime, LocalDateTime) - Static method in class fr.paris.lutece.plugins.appointment.business.slot.SlotHome
-
Returns a list of slots for a date range
- findByIdSlot(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.appointment.AppointmentDAO
-
- findByIdSlot(int) - Static method in class fr.paris.lutece.plugins.appointment.business.appointment.AppointmentHome
-
Return the appointments of a slot
- findByIdSlot(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.appointment.IAppointmentDAO
-
Returns the appointments of a slot
- findByIdUser(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.appointment.AppointmentDAO
-
- findByIdUser(int) - Static method in class fr.paris.lutece.plugins.appointment.business.appointment.AppointmentHome
-
Return the appointments of a user
- findByIdUser(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.appointment.IAppointmentDAO
-
Returns all the appointments of a user
- findByIdWeekDefinition(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.planning.IWorkingDayDAO
-
Get all the working days of the weekdefinition given
- findByIdWeekDefinition(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.planning.WorkingDayDAO
-
- findByIdWeekDefinition(int) - Static method in class fr.paris.lutece.plugins.appointment.business.planning.WorkingDayHome
-
Find the Working Day of the weekDefinition
- findByIdWorkingDay(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.planning.ITimeSlotDAO
-
Get all the time slots of the working day
- findByIdWorkingDay(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.planning.TimeSlotDAO
-
- findByIdWorkingDay(int) - Static method in class fr.paris.lutece.plugins.appointment.business.planning.TimeSlotHome
-
Get all the time slots of the working day given
- findByLabel(String, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.category.CategoryDAO
-
- findByLabel(String) - Static method in class fr.paris.lutece.plugins.appointment.business.category.CategoryHome
-
Find a category by its Label
- findByLabel(String, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.category.ICategoryDAO
-
Find a category by its category label
- findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.appointment.business.appointment.AppointmentHome
-
Return an instance of the Appointment whose identifier is specified in parameter
- findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.appointment.business.calendar.CalendarTemplateHome
-
Find a template by its primary key
- findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.appointment.business.category.CategoryHome
-
Returns an instance of the Category whose identifier is specified in parameter
- findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.appointment.business.display.DisplayHome
-
Returns an instance of the Display whose identifier is specified in parameter
- findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.appointment.business.form.FormHome
-
Returns an instance of the Form whose identifier is specified in parameter
- findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.appointment.business.localization.LocalizationHome
-
Returns an instance of the Localization whose identifier is specified in parameter
- findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.appointment.business.message.FormMessageHome
-
Get a form message from its primary key
- findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.appointment.business.planning.ClosingDayHome
-
Returns an instance of the ClosingDay whose identifier is specified in parameter
- findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.appointment.business.planning.TimeSlotHome
-
Returns an instance of the TimeSlot whose identifier is specified in parameter
- findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.appointment.business.planning.WeekDefinitionHome
-
Returns an instance of the WeekDefinition whose identifier is specified in parameter
- findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.appointment.business.planning.WorkingDayHome
-
Returns an instance of the WorkingDay whose identifier is specified in parameter
- findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.appointment.business.rule.FormRuleHome
-
Returns an instance of the FormRule whose identifier is specified in parameter
- findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.appointment.business.rule.ReservationRuleHome
-
Returns an instance of the ReservationRule whose identifier is specified in parameter
- findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.appointment.business.slot.SlotHome
-
Returns an instance of the Slot whose identifier is specified in parameter
- findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.appointment.business.user.UserHome
-
Returns an instance of the User whose identifier is specified in parameter
- findByReference(String, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.appointment.AppointmentDAO
-
- findByReference(String) - Static method in class fr.paris.lutece.plugins.appointment.business.appointment.AppointmentHome
-
Return an instance of the Appointment whose reference is specified in parameter
- findByReference(String, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.appointment.IAppointmentDAO
-
Returns the appointment with its reference
- findByTitle(String, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.form.FormDAO
-
- findByTitle(String) - Static method in class fr.paris.lutece.plugins.appointment.business.form.FormHome
-
Returns an instance of the Form by its title
- findByTitle(String, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.form.IFormDAO
-
Get all the forms with a given title
- findCategoryById(int) - Static method in class fr.paris.lutece.plugins.appointment.service.CategoryService
-
Find a category by its primary key
- findClosingDayByIdFormAndDateOfClosingDay(int, LocalDate) - Static method in class fr.paris.lutece.plugins.appointment.service.ClosingDayService
-
Find, if it exists, the closing day of a form for a given date
- findDisplayWithFormId(int) - Static method in class fr.paris.lutece.plugins.appointment.service.DisplayService
-
Find the display of the form
- findFormLightByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.appointment.service.FormService
-
find a form by its primary key
- findFormMessageByIdForm(int) - Static method in class fr.paris.lutece.plugins.appointment.service.FormMessageService
-
Find the form messages of a form
- findFormRuleWithFormId(int) - Static method in class fr.paris.lutece.plugins.appointment.service.FormRuleService
-
Find the rules of a form
- findFormsByTitle(String) - Static method in class fr.paris.lutece.plugins.appointment.service.FormService
-
Find forms by the title
- findIsSpecificByIdForm(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.slot.ISlotDAO
-
Returns all the specific slot for the form
- findIsSpecificByIdForm(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.slot.SlotDAO
-
- findIsSpecificByIdForm(int) - Static method in class fr.paris.lutece.plugins.appointment.business.slot.SlotHome
-
Returns a list of specific slots for a form
- findListAppointmentByIdForm(int) - Static method in class fr.paris.lutece.plugins.appointment.service.AppointmentService
-
Find the appointments by form
- findListAppointmentByListSlot(List<Slot>) - Static method in class fr.paris.lutece.plugins.appointment.service.AppointmentService
-
Find all the appointments of the slots given in parameter
- findListAppointmentBySlot(int) - Static method in class fr.paris.lutece.plugins.appointment.service.AppointmentService
-
Find the appointments of a slot
- findListAppointmentByUserId(int) - Static method in class fr.paris.lutece.plugins.appointment.service.AppointmentService
-
Find the appointments of a user
- findListAppointmentsByFilter(AppointmentFilterDTO) - Static method in class fr.paris.lutece.plugins.appointment.service.AppointmentService
-
- findListAppointmentsDTOByFilter(AppointmentFilterDTO) - Static method in class fr.paris.lutece.plugins.appointment.service.AppointmentService
-
Find a list of appointments matching the filter
- findListClosingDay(int) - Static method in class fr.paris.lutece.plugins.appointment.service.ClosingDayService
-
Returns a list of the closing days of a form
- findListDateOfClosingDayByIdForm(int) - Static method in class fr.paris.lutece.plugins.appointment.service.ClosingDayService
-
Find all the dates of the closing days of the form
- findListDateOfClosingDayByIdFormAndDateRange(int, LocalDate, LocalDate) - Static method in class fr.paris.lutece.plugins.appointment.service.ClosingDayService
-
Find all the closing dates of the form on a given period
- findListEntry(int) - Static method in class fr.paris.lutece.plugins.appointment.service.EntryService
-
Find all the entries (with its fields) of a form
- findListIdResponse(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.appointment.AppointmentResponseDAO
-
- findListIdResponse(int) - Static method in class fr.paris.lutece.plugins.appointment.business.appointment.AppointmentResponseHome
-
Get the list of the response id of an appointment
- findListIdResponse(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.appointment.IAppointmentResponseDAO
-
Get the list of id of responses associated with an appointment
- findListIdResponse(int) - Static method in class fr.paris.lutece.plugins.appointment.service.AppointmentResponseService
-
Return the list of the id of the response of the appointment
- findListOpenSlotByIdFormAndDateRange(int, LocalDateTime, LocalDateTime) - Static method in class fr.paris.lutece.plugins.appointment.service.SlotService
-
Find the open slots of a form on a given period of time
- findListReservationRule(int) - Static method in class fr.paris.lutece.plugins.appointment.service.ReservationRuleService
-
Returns a list of the reservation rules of a form
- findListResponse(int) - Static method in class fr.paris.lutece.plugins.appointment.business.appointment.AppointmentResponseHome
-
Get the list of responses associated with an appointment
- findListResponse(int) - Static method in class fr.paris.lutece.plugins.appointment.service.AppointmentResponseService
-
Return the list of the responses of the appointment
- findListSlot(int) - Static method in class fr.paris.lutece.plugins.appointment.service.SlotService
-
Fins all the slots of a form
- findListTimeSlotAfterThisTimeSlot(TimeSlot) - Static method in class fr.paris.lutece.plugins.appointment.service.TimeSlotService
-
Find the next time slots of a given time slot
- findListTimeSlotByWorkingDay(int) - Static method in class fr.paris.lutece.plugins.appointment.service.TimeSlotService
-
Find the time slots of a working day
- findListWeekDefinition(int) - Static method in class fr.paris.lutece.plugins.appointment.service.WeekDefinitionService
-
Fin all the week definition of a form
- findListWorkingDayByWeekDefinition(int) - Static method in class fr.paris.lutece.plugins.appointment.service.WorkingDayService
-
Find the working days of a week definition
- findLocalizationWithFormId(int) - Static method in class fr.paris.lutece.plugins.appointment.service.LocalizationService
-
Find the Localization of the form
- findNextWeekDefinition(int, LocalDate) - Static method in class fr.paris.lutece.plugins.appointment.service.WeekDefinitionService
-
Return, if it exists, the next week definition after a given date
- findOpenSlotsByIdForm(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.slot.ISlotDAO
-
Returns all the open slots
- findOpenSlotsByIdForm(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.slot.SlotDAO
-
- findOpenSlotsByIdForm(int) - Static method in class fr.paris.lutece.plugins.appointment.business.slot.SlotHome
-
Returns a list of open slots
- findOpenSlotsByIdFormAndDateRange(int, LocalDateTime, LocalDateTime, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.slot.ISlotDAO
-
Returns all the open slots for the given date range
- findOpenSlotsByIdFormAndDateRange(int, LocalDateTime, LocalDateTime, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.slot.SlotDAO
-
- findOpenSlotsByIdFormAndDateRange(int, LocalDateTime, LocalDateTime) - Static method in class fr.paris.lutece.plugins.appointment.business.slot.SlotHome
-
Returns a list of open slots for a date range
- findReservationRuleById(int) - Static method in class fr.paris.lutece.plugins.appointment.service.ReservationRuleService
-
Find a reservation rule with its primary key
- findReservationRuleByIdFormAndClosestToDateOfApply(int, LocalDate) - Static method in class fr.paris.lutece.plugins.appointment.service.ReservationRuleService
-
Find in database a reservation rule of a form closest to a date
- findReservationRuleByIdFormAndDateOfApply(int, LocalDate) - Static method in class fr.paris.lutece.plugins.appointment.service.ReservationRuleService
-
Find the reservation rule of a form on a specific date
- findSlotById(int) - Static method in class fr.paris.lutece.plugins.appointment.service.SlotService
-
Find a slot with its primary key
- findSlotsByIdFormAndDateRange(int, LocalDateTime, LocalDateTime) - Static method in class fr.paris.lutece.plugins.appointment.service.SlotService
-
Find slots of a form on a given period of time
- findSlotsImpactedByThisTimeSlot(TimeSlot, int, int, boolean) - Static method in class fr.paris.lutece.plugins.appointment.service.AppointmentUtilities
-
Return the slots impacted by the modification of this time slot
- findSlotWithMaxDate(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.slot.ISlotDAO
-
Return the slot with the max date
- findSlotWithMaxDate(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.slot.SlotDAO
-
- findSlotWithMaxDate(int) - Static method in class fr.paris.lutece.plugins.appointment.service.SlotService
-
Return the slot with the max Date
- findSlotWithTheMaxDate(int) - Static method in class fr.paris.lutece.plugins.appointment.business.slot.SlotHome
-
Return the Slot that have the max date
- findSpecificSlotsByIdForm(int) - Static method in class fr.paris.lutece.plugins.appointment.service.SlotService
-
Find specific slots of a form
- findTimeSlotById(int) - Static method in class fr.paris.lutece.plugins.appointment.service.TimeSlotService
-
Find a timeSlot with its primary key
- findUserByFirstNameLastNameAndEmail(String, String, String) - Static method in class fr.paris.lutece.plugins.appointment.service.UserService
-
Find a user by its first name, last name and email
- findUserById(int) - Static method in class fr.paris.lutece.plugins.appointment.service.UserService
-
Find a User by its primary key
- findUsersByEmail(String) - Static method in class fr.paris.lutece.plugins.appointment.service.UserService
-
Find users by its email
- findWeekDefinitionById(int) - Static method in class fr.paris.lutece.plugins.appointment.service.WeekDefinitionService
-
Find a week definition by its primary key and set its working days
- findWeekDefinitionByIdFormAndClosestToDateOfApply(int, LocalDate) - Static method in class fr.paris.lutece.plugins.appointment.service.WeekDefinitionService
-
Find a week definition of a form and a date of apply
- findWeekDefinitionByIdFormAndDateOfApply(int, LocalDate) - Static method in class fr.paris.lutece.plugins.appointment.service.WeekDefinitionService
-
Find the weekdefinition of a form on a specific date
- findWeekDefinitionLightById(int) - Static method in class fr.paris.lutece.plugins.appointment.service.WeekDefinitionService
-
Find a week definition with its primary key
- findWorkingDayById(int) - Static method in class fr.paris.lutece.plugins.appointment.service.WorkingDayService
-
Find a working day and set its time slots
- findWorkingDayLightById(int) - Static method in class fr.paris.lutece.plugins.appointment.service.WorkingDayService
-
Find a working day with its primary key
- Form - Class in fr.paris.lutece.plugins.appointment.business.form
-
Business class of the Form
- Form() - Constructor for class fr.paris.lutece.plugins.appointment.business.form.Form
-
- FORM_PATH - Static variable in class fr.paris.lutece.plugins.appointment.web.rs.Constants
-
- FORMAT_DATE - Static variable in class fr.paris.lutece.plugins.appointment.service.Utilities
-
- FormDAO - Class in fr.paris.lutece.plugins.appointment.business.form
-
This class provides Data Access methods for Form objects
- FormDAO() - Constructor for class fr.paris.lutece.plugins.appointment.business.form.FormDAO
-
- FormHome - Class in fr.paris.lutece.plugins.appointment.business.form
-
This class provides instances management methods for Form objects
- FormListenerManager - Class in fr.paris.lutece.plugins.appointment.service.listeners
-
- FormMessage - Class in fr.paris.lutece.plugins.appointment.business.message
-
Business class of the Form Message
- FormMessage() - Constructor for class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
- FormMessageDAO - Class in fr.paris.lutece.plugins.appointment.business.message
-
This class provides Data Access methods for Form Message objects
- FormMessageDAO() - Constructor for class fr.paris.lutece.plugins.appointment.business.message.FormMessageDAO
-
- FormMessageHome - Class in fr.paris.lutece.plugins.appointment.business.message
-
This class provides instances management methods for Form Message objects
- FormMessageService - Class in fr.paris.lutece.plugins.appointment.service
-
Service class of the form message
- FormRest - Class in fr.paris.lutece.plugins.appointment.web.rs
-
REST service for import form
- FormRest() - Constructor for class fr.paris.lutece.plugins.appointment.web.rs.FormRest
-
Default constructor
- FormRule - Class in fr.paris.lutece.plugins.appointment.business.rule
-
Business Class of the rules of the form
- FormRule() - Constructor for class fr.paris.lutece.plugins.appointment.business.rule.FormRule
-
- FormRuleDAO - Class in fr.paris.lutece.plugins.appointment.business.rule
-
This class provides Data Access methods for Form Rule objects
- FormRuleDAO() - Constructor for class fr.paris.lutece.plugins.appointment.business.rule.FormRuleDAO
-
- FormRuleHome - Class in fr.paris.lutece.plugins.appointment.business.rule
-
This class provides instances management methods for Form Rule objects
- FormRuleService - Class in fr.paris.lutece.plugins.appointment.service
-
Service class for the form rule
- FormService - Class in fr.paris.lutece.plugins.appointment.service
-
Service class for a form
- FormTraderService - Class in fr.paris.lutece.plugins.appointment.service
-
Import/Export Forms from Json
- fr.paris.lutece.plugins.appointment.business - package fr.paris.lutece.plugins.appointment.business
-
- fr.paris.lutece.plugins.appointment.business.appointment - package fr.paris.lutece.plugins.appointment.business.appointment
-
- fr.paris.lutece.plugins.appointment.business.calendar - package fr.paris.lutece.plugins.appointment.business.calendar
-
- fr.paris.lutece.plugins.appointment.business.category - package fr.paris.lutece.plugins.appointment.business.category
-
- fr.paris.lutece.plugins.appointment.business.display - package fr.paris.lutece.plugins.appointment.business.display
-
- fr.paris.lutece.plugins.appointment.business.form - package fr.paris.lutece.plugins.appointment.business.form
-
- fr.paris.lutece.plugins.appointment.business.localization - package fr.paris.lutece.plugins.appointment.business.localization
-
- fr.paris.lutece.plugins.appointment.business.message - package fr.paris.lutece.plugins.appointment.business.message
-
- fr.paris.lutece.plugins.appointment.business.planning - package fr.paris.lutece.plugins.appointment.business.planning
-
- fr.paris.lutece.plugins.appointment.business.portlet - package fr.paris.lutece.plugins.appointment.business.portlet
-
- fr.paris.lutece.plugins.appointment.business.rule - package fr.paris.lutece.plugins.appointment.business.rule
-
- fr.paris.lutece.plugins.appointment.business.slot - package fr.paris.lutece.plugins.appointment.business.slot
-
- fr.paris.lutece.plugins.appointment.business.user - package fr.paris.lutece.plugins.appointment.business.user
-
- fr.paris.lutece.plugins.appointment.exception - package fr.paris.lutece.plugins.appointment.exception
-
- fr.paris.lutece.plugins.appointment.log - package fr.paris.lutece.plugins.appointment.log
-
- fr.paris.lutece.plugins.appointment.service - package fr.paris.lutece.plugins.appointment.service
-
- fr.paris.lutece.plugins.appointment.service.addon - package fr.paris.lutece.plugins.appointment.service.addon
-
- fr.paris.lutece.plugins.appointment.service.entrytype - package fr.paris.lutece.plugins.appointment.service.entrytype
-
- fr.paris.lutece.plugins.appointment.service.listeners - package fr.paris.lutece.plugins.appointment.service.listeners
-
- fr.paris.lutece.plugins.appointment.service.lock - package fr.paris.lutece.plugins.appointment.service.lock
-
- fr.paris.lutece.plugins.appointment.service.upload - package fr.paris.lutece.plugins.appointment.service.upload
-
- fr.paris.lutece.plugins.appointment.web - package fr.paris.lutece.plugins.appointment.web
-
- fr.paris.lutece.plugins.appointment.web.dto - package fr.paris.lutece.plugins.appointment.web.dto
-
- fr.paris.lutece.plugins.appointment.web.portlet - package fr.paris.lutece.plugins.appointment.web.portlet
-
- fr.paris.lutece.plugins.appointment.web.rs - package fr.paris.lutece.plugins.appointment.web.rs
-
- FREE_SLOTS - Static variable in class fr.paris.lutece.plugins.appointment.business.calendar.CalendarTemplate
-
- FREE_SLOTS_ON_OPEN_DAYS - Static variable in class fr.paris.lutece.plugins.appointment.business.calendar.CalendarTemplate
-
- generateListTimeSlot(int, LocalTime, LocalTime, int, int, boolean) - Static method in class fr.paris.lutece.plugins.appointment.service.TimeSlotService
-
Build a list of timeSlot Object from a starting time to an endingTime
- generateTimeSlot(int, LocalTime, LocalTime, boolean, int) - Static method in class fr.paris.lutece.plugins.appointment.service.TimeSlotService
-
Build a timeSlot with all its values
- generateWorkingDay(int, DayOfWeek) - Static method in class fr.paris.lutece.plugins.appointment.service.WorkingDayService
-
Create in database a working day object with the given parameters
- generateWorkingDayAndListTimeSlot(int, DayOfWeek, LocalTime, LocalTime, int, int) - Static method in class fr.paris.lutece.plugins.appointment.service.WorkingDayService
-
Create in database a working day and its time slots
- getActiveAuthentication() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Get the authentication
- getAddress() - Method in class fr.paris.lutece.plugins.appointment.business.localization.Localization
-
Get the address of the form
- getAddress() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Get address
- getAdminUser() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO
-
Get the name of the admin user
- getAdminUserCreate() - Method in class fr.paris.lutece.plugins.appointment.business.appointment.Appointment
-
get the admin user who created the appointment (if exists)
- getAllErrors(Locale) - Static method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO
-
Get all the possible errors of the form
- getAppointmentAddOn(int, Locale) - Static method in class fr.paris.lutece.plugins.appointment.service.addon.AppointmentAddOnManager
-
Get the HTML code of add-ons of a given appointment.
- getAppointmentAddOn(int, Locale) - Method in interface fr.paris.lutece.plugins.appointment.service.addon.IAppointmentAddonService
-
Get the content of the add-on for a given appointment
- getAppointmentCanceled(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentApp
-
Get the page to confirm that the appointment has been canceled
- getAppointmentCreated(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentApp
-
Get the page to notify the user that the appointment has been created
- getAppointments() - Method in class fr.paris.lutece.plugins.appointment.business.user.User
-
Get the appointments of the User
- getAppointmentTakenSqlDate() - Method in class fr.paris.lutece.plugins.appointment.business.appointment.Appointment
-
Get the date appointment taken (in sql date format)
- getAsynchronousUploadHandler() - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeFile
- getCalendarDescription() - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Get the calendar description
- getCalendarFullLabel() - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Get the label that indicates that a slot is full
- getCalendarReserveLabel() - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Get the label that indicates that a slot is open for reservation
- getCalendarTemplateId() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Get the id of the calendar template of this appointment form
- getCalendarTitle() - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Get the title of the page of the calendar in FO
- getCancelAppointmentUrl(HttpServletRequest, Appointment) - Static method in class fr.paris.lutece.plugins.appointment.web.AppointmentApp
-
Get the URL
- getCancelAppointmentUrl(Appointment) - Static method in class fr.paris.lutece.plugins.appointment.web.AppointmentApp
-
Get the URL
- getClosestDateInPast(List<LocalDate>, LocalDate) - Static method in class fr.paris.lutece.plugins.appointment.service.Utilities
-
Return the closest date in past a list of date with the given date
- getClosestDateTimeInFuture(List<LocalDateTime>, LocalDateTime) - Static method in class fr.paris.lutece.plugins.appointment.service.Utilities
-
Return the closest date time in future in a list of date time and a given date time
- getConfirmRemoveAppointment(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentJspBean
-
Manages the removal form of a appointment whose identifier is in the HTTP request
- getConfirmRemoveAppointmentForm(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentCategoryJspBean
-
Display a popup to ask the user if he really wants to delete the category he selected
- getConfirmRemoveAppointmentForm(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormJspBean
-
Manages the removal form of a appointment form whose identifier is in the HTTP request
- getConfirmRemoveEntry(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormEntryJspBean
-
Gets the confirmation page of delete entry
- getConfirmRemoveField(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormFieldJspBean
-
Gets the confirmation page before deleting a field
- getConfirmRemoveMassAppointment(HttpServletRequest, int) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentJspBean
-
Manages the removal form of a appointment whose identifier is in the HTTP request
- getConfirmRemoveParameter(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentSlotJspBean
-
Manages the removal form of a appointment whose identifier is in the HTTP request
- getConfirmRemoveTemplate(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.CalendarTemplateJspBean
-
Get the confirmation page before removing a template
- getCreate(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.portlet.AbstractPortletJspBean
- getCreate(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.portlet.AppointmentFormPortletJspBean
- getCreateAppointmentForm(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormJspBean
-
Returns the form to create an appointment form
- getCreateCategory(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentCategoryJspBean
-
Display the screen to create a new category
- getCreateEntry(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormEntryJspBean
-
Get the HTML code to create an entry
- getCreateField(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormFieldJspBean
-
Gets the field creation page
- getCreateModifyTemplate(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.CalendarTemplateJspBean
-
Get the page to create or modify an existing template
- getDAO() - Method in class fr.paris.lutece.plugins.appointment.business.portlet.AppointmentFormListPortletHome
- getDAO() - Method in class fr.paris.lutece.plugins.appointment.business.portlet.AppointmentFormPortletHome
- getDAO() - Method in class fr.paris.lutece.plugins.appointment.business.portlet.AppointmentPortletHome
- getDashboardData(AdminUser, HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormDashboardComponent
- getDate() - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Get the date of the slot
- getDateAppointmentTaken() - Method in class fr.paris.lutece.plugins.appointment.business.appointment.Appointment
-
Returns the DateAppointmentTaken
- getDateEndValidity() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Returns the ending validity date of the form
- getDateOfApply() - Method in class fr.paris.lutece.plugins.appointment.business.AbstractDateConversion
-
Get the date from which the week definition has to be applied
- getDateOfClosingDay() - Method in class fr.paris.lutece.plugins.appointment.business.planning.ClosingDay
-
Get the date of the closing day
- getDateOfModification() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Get the date of modification of the form
- getDateOfTheAppointment() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO
-
Get the date of the appointment
- getDateStartValidity() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Returns the starting validity date of the form
- getDayOfWeek() - Method in class fr.paris.lutece.plugins.appointment.business.planning.WorkingDay
-
Get the day of week of the working day
- getDefaultAppointmentFormMessage() - Static method in class fr.paris.lutece.plugins.appointment.service.FormMessageService
-
Get the default form message with values loaded from properties.
- getDescription() - Method in class fr.paris.lutece.plugins.appointment.business.calendar.CalendarTemplate
-
Get the description of the template
- getDescription() - Method in class fr.paris.lutece.plugins.appointment.business.form.Form
-
Get the description of the form
- getDescription() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Get the description of the appointment form
- getDisplayTitleFo() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Returns if the title of the form has to be displayed on the front office
- getDownloadFile(HttpServletRequest, HttpServletResponse) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentJspBean
-
Do download a file from an appointment response
- getDownloadFileAppointment(HttpServletRequest, HttpServletResponse) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentJspBean
-
Do download a file from an appointment response
- getDownloadFileFromSession(HttpServletRequest, HttpServletResponse) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentJspBean
-
Do download a file from an appointment response stored in session and not yet on server fs
- getDurationAppointments() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Returns the duration of an appointment
- getEmail() - Method in class fr.paris.lutece.plugins.appointment.business.user.User
-
Get the email of the User
- getEnableCaptcha() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Check if the captcha is enabled for this appointment form
- getEnableMandatoryEmail() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Check if the email is mandatory or not
- getEndingDateOfSearch() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFilterDTO
-
Get the ending date of search
- getEndingDateTime() - Method in class fr.paris.lutece.plugins.appointment.business.planning.TimeSlot
-
- getEndingDateTime() - Method in class fr.paris.lutece.plugins.appointment.business.slot.Period
-
Get the Ending Time
- getEndingDateTime() - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Get the ending date of the slot
- getEndingTime() - Method in class fr.paris.lutece.plugins.appointment.business.planning.TimeSlot
-
Get the ending time of the time slot
- getEndingTime() - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Get the ending time of the slot
- getEndingTime() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO
-
Get the ending time of the appointment
- getEndingTimeOfSearch() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFilterDTO
-
Get the ending time of search
- getEndingTimeSqlTime() - Method in class fr.paris.lutece.plugins.appointment.business.planning.TimeSlot
-
Get the ending time in sql time
- getEndingTimestampDate() - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Get the ending date of the slot
- getEndingValidityDate() - Method in class fr.paris.lutece.plugins.appointment.business.form.Form
-
Get the end date of the validity of the form
- getEndingValiditySqlDate() - Method in class fr.paris.lutece.plugins.appointment.business.form.Form
-
Get the ending validity date of the form (in sql date format)
- getEntry() - Method in class fr.paris.lutece.plugins.appointment.web.dto.ResponseRecapDTO
- getEntryType(int) - Method in class fr.paris.lutece.plugins.appointment.service.EntryTypeService
-
Get the entry type given the class name
- getEntryTypeReferenceList() - Method in class fr.paris.lutece.plugins.appointment.service.EntryTypeService
-
Get a reference list containing entry types
- getEntryUrl(Entry, int) - Static method in class fr.paris.lutece.plugins.appointment.service.EntryService
-
Add parameters to the url with the entry given
- getField() - Method in class fr.paris.lutece.plugins.appointment.web.dto.ResponseRecapDTO
- getFieldConfirmationEmail() - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Get Field confirmation email
- getFieldConfirmationEmailHelp() - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Get field confirmation email help
- getFieldEmailHelp() - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Get the help message of the email field in the form page in FO
- getFieldEmailTitle() - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Get the title of the email field in the form page in FO
- getFieldFirstNameHelp() - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Get the help message of the first name field in the form page in FO
- getFieldFirstNameTitle() - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Get the title of the first name field in the form page in FO
- getFieldLastNameHelp() - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Get the help message of the last name field in the form page in FO
- getFieldLastNameTitle() - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Get the title of the last name field in the form page in FO
- getFile() - Method in class fr.paris.lutece.plugins.appointment.web.dto.ResponseRecapDTO
- getFilter(int, boolean) - Static method in class fr.paris.lutece.plugins.appointment.service.EntryService
-
Get the list of entries filtered
- getFirstName() - Method in class fr.paris.lutece.plugins.appointment.business.user.User
-
Get the first name of the User
- getFormatter() - Static method in class fr.paris.lutece.plugins.appointment.service.Utilities
-
Getter for the formatter
- getFormList(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentApp
-
Get the view of all the forms on front office side
- getFormListHtml(HttpServletRequest, Locale) - Static method in class fr.paris.lutece.plugins.appointment.web.AppointmentApp
-
Get the html content of the list of forms
- getGuid() - Method in class fr.paris.lutece.plugins.appointment.business.user.User
-
Get the Guid of the User
- getHandler() - Static method in class fr.paris.lutece.plugins.appointment.service.upload.AppointmentAsynchronousUploadHandler
-
Get the handler
- getHandlerName() - Method in class fr.paris.lutece.plugins.appointment.service.upload.AppointmentAsynchronousUploadHandler
- getHtmlContent(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.business.portlet.AppointmentFormListPortlet
- getHtmlContent(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.business.portlet.AppointmentFormPortlet
-
Returns the HTML code of the AppointmentPortlet portlet
- getHtmlContent(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.business.portlet.AppointmentPortlet
-
Returns the HTML code of the AppointmentPortlet portlet
- getHtmlEntry(Map<String, Object>, int, StringBuilder, Locale, boolean, HttpServletRequest) - Static method in class fr.paris.lutece.plugins.appointment.service.EntryService
-
Get the html part of the additional entry of the form
- getIcon() - Method in class fr.paris.lutece.plugins.appointment.business.display.Display
-
Get the form icon
- getIcon() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Get the Icon of the form
- getIdActionCancelled() - Method in class fr.paris.lutece.plugins.appointment.business.appointment.Appointment
-
Get the id for the cancelled appointment
- getIdAdminUser() - Method in class fr.paris.lutece.plugins.appointment.business.appointment.Appointment
-
get the admin user assigned to the appointment
- getIdAppointment() - Method in class fr.paris.lutece.plugins.appointment.business.appointment.Appointment
-
Get the Appointment Id
- getIdAppointmentForm() - Method in class fr.paris.lutece.plugins.appointment.business.portlet.AppointmentFormPortlet
-
Get the id of the appointment form to display
- getIdCalendarTemplate() - Method in class fr.paris.lutece.plugins.appointment.business.calendar.CalendarTemplate
-
Get the id of the template
- getIdCalendarTemplate() - Method in class fr.paris.lutece.plugins.appointment.business.display.Display
-
Get the Calendar Template Id
- getIdCategory() - Method in class fr.paris.lutece.plugins.appointment.business.category.Category
-
Get the id of the category
- getIdCategory() - Method in class fr.paris.lutece.plugins.appointment.business.form.Form
-
Get the category id of the form
- getIdCategory() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Get the category of the form
- getIdClosingDay() - Method in class fr.paris.lutece.plugins.appointment.business.planning.ClosingDay
-
Get the id of the closing day
- getIdDisplay() - Method in class fr.paris.lutece.plugins.appointment.business.display.Display
-
Get the Display Id
- getIdForm() - Method in class fr.paris.lutece.plugins.appointment.business.display.Display
-
Get the Form Id
- getIdForm() - Method in class fr.paris.lutece.plugins.appointment.business.form.Form
-
Get the form Id
- getIdForm() - Method in class fr.paris.lutece.plugins.appointment.business.localization.Localization
-
Get the Form Id
- getIdForm() - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Return the id of the associated form
- getIdForm() - Method in class fr.paris.lutece.plugins.appointment.business.planning.ClosingDay
-
Get the id of the form the closing day belongs to
- getIdForm() - Method in class fr.paris.lutece.plugins.appointment.business.planning.WeekDefinition
-
Get the form id the week definition belongs to
- getIdForm() - Method in class fr.paris.lutece.plugins.appointment.business.rule.FormRule
-
Get the form id the formRule belongs to
- getIdForm() - Method in class fr.paris.lutece.plugins.appointment.business.rule.ReservationRule
-
Get the Form Id the Reservation Rule belongs to
- getIdForm() - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Get the Form Id the slot belongs to
- getIdForm() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO
-
Get the form Id
- getIdForm() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFilterDTO
-
Get the form id
- getIdFormMessage() - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Get the Form Message Id
- getIdFormRule() - Method in class fr.paris.lutece.plugins.appointment.business.rule.FormRule
-
Get the id of the form rule
- getIdLocalization() - Method in class fr.paris.lutece.plugins.appointment.business.localization.Localization
-
Get the Id Localization
- getIdReservationRule() - Method in class fr.paris.lutece.plugins.appointment.business.rule.ReservationRule
-
Get the id of the rule of the reservation
- getIdResponse() - Method in class fr.paris.lutece.plugins.appointment.web.dto.ResponseRecapDTO
- getIdSlot() - Method in class fr.paris.lutece.plugins.appointment.business.appointment.Appointment
-
Get the Slot Id of the Appointment
- getIdSlot() - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Get the id of the slot
- getIdSlot() - Method in class fr.paris.lutece.plugins.appointment.service.lock.SlotEditTask
-
Get the id of the slot
- getIdTimeSlot() - Method in class fr.paris.lutece.plugins.appointment.business.planning.TimeSlot
-
Get the id of the time slot
- getIdUser() - Method in class fr.paris.lutece.plugins.appointment.business.appointment.Appointment
-
Get the User Id of the Appointment
- getIdUser() - Method in class fr.paris.lutece.plugins.appointment.business.user.User
-
Get the Id of the User
- getIdWeekDefinition() - Method in class fr.paris.lutece.plugins.appointment.business.planning.WeekDefinition
-
Get the id of the week definition
- getIdWeekDefinition() - Method in class fr.paris.lutece.plugins.appointment.business.planning.WorkingDay
-
Get the id of the week definition the working day belongs to
- getIdWorkflow() - Method in class fr.paris.lutece.plugins.appointment.business.form.Form
-
Get the workflow id
- getIdWorkflow() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Get the id of the workflow associated with this appointment form
- getIdWorkingDay() - Method in class fr.paris.lutece.plugins.appointment.business.planning.TimeSlot
-
Get the working day id the time slot belongs to
- getIdWorkingDay() - Method in class fr.paris.lutece.plugins.appointment.business.planning.WorkingDay
-
Get the id of the working day
- getImportClosingDays(FileItem) - Static method in class fr.paris.lutece.plugins.appointment.service.ClosingDayService
-
Import the closing dates of a given file
- getInstance() - Static method in class fr.paris.lutece.plugins.appointment.business.portlet.AppointmentFormListPortletHome
-
Returns the instance of AppointmentPortlet Portlet
- getInstance() - Static method in class fr.paris.lutece.plugins.appointment.business.portlet.AppointmentFormPortletHome
-
Returns the instance of AppointmentPortlet Portlet
- getInstance() - Static method in class fr.paris.lutece.plugins.appointment.business.portlet.AppointmentPortletHome
-
Returns the instance of AppointmentPortlet Portlet
- getInstance() - Static method in class fr.paris.lutece.plugins.appointment.service.EntryTypeService
-
Get the instance of the service
- getIsActive() - Method in class fr.paris.lutece.plugins.appointment.business.form.Form
-
Returns the IsActive
- getIsActive() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Returns if the form is active or not
- getIsActiveAuthentication() - Method in class fr.paris.lutece.plugins.appointment.business.rule.FormRule
-
Indicate whether the authentication is required or not
- getIsCancelled() - Method in class fr.paris.lutece.plugins.appointment.business.appointment.Appointment
-
Get if the appointment is cancelled
- getIsCancelled() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO
-
Tell if the appointment is cancelled
- getIsCaptchaEnabled() - Method in class fr.paris.lutece.plugins.appointment.business.rule.FormRule
-
Indicate if the captcha is enabled or not
- getIsDisplayedOnPortlet() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Returns if the form has to be displayed on the front office portlet
- getIsMandatoryEmailEnabled() - Method in class fr.paris.lutece.plugins.appointment.business.rule.FormRule
-
Indicate whether the email is mandatory or not
- getIsOpen() - Method in class fr.paris.lutece.plugins.appointment.business.planning.TimeSlot
-
Indicate whether the time slot is open or not
- getIsOpen() - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Indicate if the slot is open or not
- getIsOpenFriday() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Returns if it is open on Friday (if the checkbox is checked or not)
- getIsOpenMonday() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Returns if it is open on Monday (if the checkbox is checked or not)
- getIsOpenSaturday() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Returns if it is open on Saturday (if the checkbox is checked or not)
- getIsOpenSunday() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Returns if it is open on Monday (if the checkbox is checked or not)
- getIsOpenThursday() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Returns if it is open on Thursday (if the checkbox is checked or not)
- getIsOpenTuesday() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Returns if it is open on Tuesday (if the checkbox is checked or not)
- getIsOpenWednesday() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Returns if it is open on Wednesday (if the checkbox is checked or not)
- getIsPassed() - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Indicate if the slot is passed or not
- getIsSaved() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO
-
Returns the IsSaved
- getIsSpecific() - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Indicate if the slot is specific or not
- getLabel() - Method in class fr.paris.lutece.plugins.appointment.business.category.Category
-
Get the label of the category
- getLabelButtonRedirection() - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Get the label of the button after the creation of an appointment
- getLastName() - Method in class fr.paris.lutece.plugins.appointment.business.user.User
-
Get the last name of the User
- getLatitude() - Method in class fr.paris.lutece.plugins.appointment.business.localization.Localization
-
Get the latitude
- getLatitude() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Get latitude
- getListAppointments() - Method in class fr.paris.lutece.plugins.appointment.business.user.UserHome
-
Return the list of the appointments of the User
- getListResponse() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO
-
Get the list of the responses of the additional entries of the form
- getListSlotInMemory() - Static method in class fr.paris.lutece.plugins.appointment.service.SlotSafeService
-
Get the slot in memory
- getListTimeSlot() - Method in class fr.paris.lutece.plugins.appointment.business.planning.WorkingDay
-
Get the time slots of the working day
- getListTimeSlotOfAListOfWorkingDay(List<WorkingDay>, LocalDate) - Static method in class fr.paris.lutece.plugins.appointment.service.TimeSlotService
-
Get the time slots of a list of working days
- getListWeekDefinition(int) - Static method in class fr.paris.lutece.plugins.appointment.business.form.FormHome
-
Get all the week definitions of the form
- getListWorkflowActions() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO
-
Get the available actions of the workflow for this appointment
- getListWorkingDay() - Method in class fr.paris.lutece.plugins.appointment.business.planning.WeekDefinition
-
Get the list of the working days of the week
- getLockOnSlot(int) - Static method in class fr.paris.lutece.plugins.appointment.service.SlotSafeService
-
get lock for slot
- getLongitude() - Method in class fr.paris.lutece.plugins.appointment.business.localization.Localization
-
Get the longitude
- getLongitude() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Get longitude
- getManageAppointmentCalendarTemplates(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.CalendarTemplateJspBean
-
Get the page to manage calendar templates.
- getManageAppointmentForms(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormJspBean
-
Get the page to manage appointment forms
- getManageAppointments(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentJspBean
-
Get the page to manage appointments
- getManageCategory(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentCategoryJspBean
-
Get the page to manage appointment categories
- getMapEntryTypes() - Method in class fr.paris.lutece.plugins.appointment.service.EntryTypeService
-
Get the map of entry types
- getMapResponsesByIdEntry() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO
-
Get the map of the responses of the additional entries of the form
- getMaxCapacity() - Method in class fr.paris.lutece.plugins.appointment.business.planning.TimeSlot
-
Get the maximum capacity of the slot
- getMaxCapacity() - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Get the maximum capacity of the slot
- getMaxCapacityPerSlot() - Method in class fr.paris.lutece.plugins.appointment.business.rule.ReservationRule
-
Get the maximum capacity for a slot
- getMaxEndingTimeOfAListOfWeekDefinition(List<WeekDefinition>) - Static method in class fr.paris.lutece.plugins.appointment.service.WeekDefinitionService
-
Return the max ending time of a list of week definitions
- getMaxEndingTimeOfAListOfWorkingDay(List<WorkingDay>) - Static method in class fr.paris.lutece.plugins.appointment.service.WorkingDayService
-
Get the max ending time of a list of working days
- getMaxEndingTimeOfAWeekDefinition(WeekDefinition) - Static method in class fr.paris.lutece.plugins.appointment.service.WeekDefinitionService
-
Get the max ending time of a week definition
- getMaxEndingTimeOfAWorkingDay(WorkingDay) - Static method in class fr.paris.lutece.plugins.appointment.service.WorkingDayService
-
Get the max ending time of a working day
- getMaxPeoplePerAppointment() - Method in class fr.paris.lutece.plugins.appointment.business.rule.ReservationRule
-
Get the maximum number of people authorized for an appointment
- getMaxTimeToDisplay(LocalTime) - Static method in class fr.paris.lutece.plugins.appointment.service.AppointmentUtilities
-
Return the max ending time to display
- getMinDurationTimeSlotOfAListOfWeekDefinition(List<WeekDefinition>) - Static method in class fr.paris.lutece.plugins.appointment.service.WeekDefinitionService
-
Get the min duration of a time slot of a list of week definition
- getMinDurationTimeSlotOfAListOfWorkingDay(List<WorkingDay>) - Static method in class fr.paris.lutece.plugins.appointment.service.WorkingDayService
-
Get the min duration slot of a list of working days
- getMinDurationTimeSlotOfAWeekDefinition(WeekDefinition) - Static method in class fr.paris.lutece.plugins.appointment.service.WeekDefinitionService
-
Get the min duration of a time slot of a week definition
- getMinDurationTimeSlotOfAWorkingDay(WorkingDay) - Static method in class fr.paris.lutece.plugins.appointment.service.WorkingDayService
-
Get the min duration slot of a working day
- getMinStartingTimeOfAListOfWeekDefinition(List<WeekDefinition>) - Static method in class fr.paris.lutece.plugins.appointment.service.WeekDefinitionService
-
Return the min starting time of a list of week definitions
- getMinStartingTimeOfAListOfWorkingDay(List<WorkingDay>) - Static method in class fr.paris.lutece.plugins.appointment.service.WorkingDayService
-
Get the min starting time of a list of working days
- getMinStartingTimeOfAWeekDefinition(WeekDefinition) - Static method in class fr.paris.lutece.plugins.appointment.service.WeekDefinitionService
-
Return the min starting time of a week definition
- getMinStartingTimeOfAWorkingDay(WorkingDay) - Static method in class fr.paris.lutece.plugins.appointment.service.WorkingDayService
-
Get the min starting time of a working day
- getMinTimeBeforeAppointment() - Method in class fr.paris.lutece.plugins.appointment.business.rule.FormRule
-
Get the minimal time from now before the user can take an appointment
- getMinTimeBeforeAppointment() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Get the minimum time from now before a user can take an appointment
- getMinTimeToDisplay(LocalTime) - Static method in class fr.paris.lutece.plugins.appointment.service.AppointmentUtilities
-
Return the min starting time to display
- getModify(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.portlet.AbstractPortletJspBean
- getModify(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.portlet.AppointmentFormPortletJspBean
- getModifyAppointment(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentJspBean
-
Get the page to modify an appointment
- getModifyAppointmentForm(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormJspBean
-
Returns the form to update info about a appointment form
- getModifyAppointmentFormEntries(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormEntryJspBean
-
Get the view of the entries of the form
- getModifyAppointmentFormMessages(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormJspBean
-
Get the page to modify an appointment form message
- getModifyCategory(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentCategoryJspBean
-
Get the view to modify an existed category
- getModifyEntry(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormEntryJspBean
-
Gets the entry modification page
- getModifyField(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormFieldJspBean
-
Get the page to modify a field without displaying its conditional questions
- getModifyFieldWithConditionalQuestions(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormFieldJspBean
-
Get the page to modify a field with its conditional questions
- getMyAppointments(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentApp
-
Get the page to view the appointments of a user
- getMyAppointmentsXPage(HttpServletRequest, Locale) - Static method in class fr.paris.lutece.plugins.appointment.web.AppointmentApp
-
Get the HTML content of the my appointment page of a user
- getName() - Method in class fr.paris.lutece.plugins.appointment.service.AppointmentShutdownService
-
- getNbBookedSeats() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO
-
Get the number of booked seats for the appointment
- getNbDaysBeforeNewAppointment() - Method in class fr.paris.lutece.plugins.appointment.business.rule.FormRule
-
Get the number of days the user has to wait before he can take another appointment
- getNbDaysBeforeNewAppointment() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Get the number of days between two appointments of the same user
- getNbDaysForMaxAppointmentsPerUser() - Method in class fr.paris.lutece.plugins.appointment.business.rule.FormRule
-
Get the number of days for the period of the maximum number of appointments authorized per user
- getNbDaysForMaxAppointmentsPerUser() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Get the number of days for the period of the maximum number of appointments authorized for a same user
- getNbMaxAppointmentsPerUser() - Method in class fr.paris.lutece.plugins.appointment.business.rule.FormRule
-
Get the maximum number of appointments per user
- getNbMaxAppointmentsPerUser() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Get the maximum number of appointments authorized for a same user
- getNbMaxPotentialBookedSeats() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO
-
Get the maximum number of booked seats the user can take
- getNbPlaces() - Method in class fr.paris.lutece.plugins.appointment.business.appointment.Appointment
-
Get the number of places of the appointment
- getNbPlacesTaken() - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Get the nb places taken on the slot
- getNbPlacesTaken() - Method in class fr.paris.lutece.plugins.appointment.service.lock.SlotEditTask
-
Get the number of places potentially taken
- getNbPotentialRemainingPlaces() - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Get the potential remaining places on the slot
- getNbRemainingPlaces() - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Get number of remaining places of the slot
- getNbWeeksToDisplay() - Method in class fr.paris.lutece.plugins.appointment.business.display.Display
-
Get the number of weeks during which the form is displayed to the user
- getNbWeeksToDisplay() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Returns the number of weeks to display the form to the user (for an appointment)
- getNewPrimaryKey(String, Plugin) - Static method in class fr.paris.lutece.plugins.appointment.business.UtilDAO
-
- getNextTimeSlotsInAListOfTimeSlotAfterALocalTime(List<TimeSlot>, LocalTime) - Static method in class fr.paris.lutece.plugins.appointment.service.TimeSlotService
-
Return an ordered and filtered list of time slots after a given time
- getNoAvailableSlot() - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Get the message to display when there is no available slot for the associated form
- getNotification() - Method in class fr.paris.lutece.plugins.appointment.business.appointment.Appointment
-
Get the rank for the notification (0 = no notification)
- getOpenDays(AppointmentFormDTO) - Static method in class fr.paris.lutece.plugins.appointment.service.WorkingDayService
-
Get the open days of an appointmentForm DTO
- getOpenDaysOfWeek(List<WeekDefinition>) - Static method in class fr.paris.lutece.plugins.appointment.service.WeekDefinitionService
-
Get the set of the open days of all the week definitons
- getPermissions(List<AppointmentFormDTO>, AdminUser) - Static method in class fr.paris.lutece.plugins.appointment.service.AppointmentUtilities
-
Get Form Permissions
- getPhoneNumber() - Method in class fr.paris.lutece.plugins.appointment.business.user.User
-
Get the phone number of the USer
- getPlugin() - Static method in class fr.paris.lutece.plugins.appointment.service.AppointmentPlugin
-
Get the appointment plugin
- getPluginLocale(Locale) - Static method in class fr.paris.lutece.plugins.appointment.service.AppointmentPlugin
-
Get the locale used by this plugin
- getPortletTypeId() - Method in class fr.paris.lutece.plugins.appointment.business.portlet.AppointmentFormListPortletHome
- getPortletTypeId() - Method in class fr.paris.lutece.plugins.appointment.business.portlet.AppointmentFormPortletHome
- getPortletTypeId() - Method in class fr.paris.lutece.plugins.appointment.business.portlet.AppointmentPortletHome
- getRecapValue() - Method in class fr.paris.lutece.plugins.appointment.web.dto.ResponseRecapDTO
-
Get the recap value of this response
- getReference() - Method in class fr.paris.lutece.plugins.appointment.business.appointment.Appointment
-
Get the reference of the appointment
- getReference() - Method in class fr.paris.lutece.plugins.appointment.business.form.Form
-
Get the reference of the form
- getReference() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFilterDTO
-
Get the reference entered in the filter
- getReference() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Returns the Reference of the form
- getResourceId() - Method in class fr.paris.lutece.plugins.appointment.business.form.Form
-
- getResourceId() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
- getResourceIdList(Locale) - Method in class fr.paris.lutece.plugins.appointment.service.AppointmentResourceIdService
- getResourceTypeCode() - Method in class fr.paris.lutece.plugins.appointment.business.form.Form
-
- getResourceTypeCode() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
- getResponseEntry(HttpServletRequest, int, Locale, AppointmentDTO) - Static method in class fr.paris.lutece.plugins.appointment.service.EntryService
-
Add to the map of the appointment the response of the additional entry of the form
- getResponseValue() - Method in class fr.paris.lutece.plugins.appointment.web.dto.ResponseRecapDTO
- getResponseValueForRecap(Entry, HttpServletRequest, Response, Locale) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeImage
- getService() - Static method in class fr.paris.lutece.plugins.appointment.service.EntryService
-
Get an instance of the service
- getSetDaysOfWeekOfAListOfWeekDefinitionForFullCalendar(List<WeekDefinition>) - Static method in class fr.paris.lutece.plugins.appointment.service.WeekDefinitionService
-
Get the working days integer enum values of a list of week definitions
- getSetDaysOfWeekOfAListOfWorkingDayForFullCalendar(List<WorkingDay>) - Static method in class fr.paris.lutece.plugins.appointment.service.WorkingDayService
-
Get all the day of week of working days
- getSlot() - Method in class fr.paris.lutece.plugins.appointment.business.appointment.Appointment
-
Get the slot of the appointment
- getSqlDateOfApply() - Method in class fr.paris.lutece.plugins.appointment.business.AbstractDateConversion
-
Get the date from which the week definition has to be applied
- getSqlDateOfClosingDay() - Method in class fr.paris.lutece.plugins.appointment.business.planning.ClosingDay
-
Get the date of the closing day (in sql date format)
- getStartingDateOfSearch() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFilterDTO
-
Get the starting date of search
- getStartingDateTime() - Method in class fr.paris.lutece.plugins.appointment.business.planning.TimeSlot
-
- getStartingDateTime() - Method in class fr.paris.lutece.plugins.appointment.business.slot.Period
-
Get the Starting Time
- getStartingDateTime() - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Get the starting date of the slot
- getStartingDateTime() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO
-
Get the starting date time of the appointment
- getStartingTime() - Method in class fr.paris.lutece.plugins.appointment.business.planning.TimeSlot
-
Get the starting time of the time slot
- getStartingTime() - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Get the starting time of the slot
- getStartingTime() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO
-
Get the starting time of the appointment
- getStartingTimeOfSearch() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFilterDTO
-
Get the starting time of search
- getStartingTimeSqlTime() - Method in class fr.paris.lutece.plugins.appointment.business.planning.TimeSlot
-
Get the starting time of the time slot (in sql time)
- getStartingTimestampDate() - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Get the starting date of the slot
- getStartingValidityDate() - Method in class fr.paris.lutece.plugins.appointment.business.form.Form
-
Get the starting validity date of the form (in LocalDate format)
- getStartingValiditySqlDate() - Method in class fr.paris.lutece.plugins.appointment.business.form.Form
-
Get the starting validity date of the form (in sql date format)
- getState() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO
-
Get the state of the appointment
- getStatus() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFilterDTO
-
Get the status entered in the filter
- getStatus() - Method in class fr.paris.lutece.plugins.appointment.web.dto.ResponseRecapDTO
- getTemplateCreate(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeCheckBox
- getTemplateCreate(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeComment
- getTemplateCreate(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeDate
- getTemplateCreate(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeFile
- getTemplateCreate(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeGeolocation
- getTemplateCreate(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeGroup
- getTemplateCreate(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeNumbering
-
- getTemplateCreate(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeRadioButton
- getTemplateCreate(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeSelect
- getTemplateCreate(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeSelectSQL
- getTemplateCreate(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeSession
- getTemplateCreate(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeText
- getTemplateCreate(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeTextArea
- getTemplateHtmlForm(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeCheckBox
- getTemplateHtmlForm(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeComment
- getTemplateHtmlForm(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeDate
- getTemplateHtmlForm(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeFile
- getTemplateHtmlForm(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeGeolocation
- getTemplateHtmlForm(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeGroup
- getTemplateHtmlForm(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeImage
- getTemplateHtmlForm(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeMyLuteceUser
- getTemplateHtmlForm(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeNumbering
-
- getTemplateHtmlForm(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeRadioButton
- getTemplateHtmlForm(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeSelect
- getTemplateHtmlForm(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeSelectSQL
- getTemplateHtmlForm(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeSession
- getTemplateHtmlForm(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeText
- getTemplateHtmlForm(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeTextArea
- getTemplateModify(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeCheckBox
- getTemplateModify(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeComment
- getTemplateModify(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeDate
- getTemplateModify(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeFile
- getTemplateModify(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeGeolocation
- getTemplateModify(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeGroup
- getTemplateModify(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeNumbering
-
- getTemplateModify(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeRadioButton
- getTemplateModify(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeSelect
- getTemplateModify(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeSelectSQL
- getTemplateModify(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeSession
- getTemplateModify(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeText
- getTemplateModify(Entry, boolean) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeTextArea
- getTemplatePath() - Method in class fr.paris.lutece.plugins.appointment.business.calendar.CalendarTemplate
-
Get the path of the file of the template
- getTextAppointmentCanceled() - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Get the text to display to the user after the canceling of an appointment
- getTextAppointmentCreated() - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Get the text to display to the user after the creation of an appointment and before he is redirected to a given URL
- getTimeEnd() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Returns the ending time of the working day of the form
- getTimeSlotInListOfTimeSlotWithStartingTime(List<TimeSlot>, LocalTime) - Static method in class fr.paris.lutece.plugins.appointment.service.TimeSlotService
-
Returns the time slot in a list of time slot with the given starting time
- getTimeStart() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Returns the starting time of the working day of the form
- getTitle() - Method in class fr.paris.lutece.plugins.appointment.business.calendar.CalendarTemplate
-
Get the title of the template
- getTitle() - Method in class fr.paris.lutece.plugins.appointment.business.form.Form
-
Get the title of the form
- getTitle(String, Locale) - Method in class fr.paris.lutece.plugins.appointment.service.AppointmentResourceIdService
- getTitle() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Returns the Title
- getToStringValueResponse() - Method in class fr.paris.lutece.plugins.appointment.web.dto.ResponseRecapDTO
- getUploadCheckboxPrefix() - Method in class fr.paris.lutece.plugins.appointment.service.upload.AppointmentAsynchronousUploadHandler
- getUploadDeletePrefix() - Method in class fr.paris.lutece.plugins.appointment.service.upload.AppointmentAsynchronousUploadHandler
- getUploadSubmitPrefix() - Method in class fr.paris.lutece.plugins.appointment.service.upload.AppointmentAsynchronousUploadHandler
- getUrlDownloadFile(int, String) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeFile
- getUrlDownloadFile(int, String) - Method in class fr.paris.lutece.plugins.appointment.service.entrytype.EntryTypeImage
- getUrlExecuteWorkflowAction(HttpServletRequest, String, String) - Static method in class fr.paris.lutece.plugins.appointment.web.AppointmentJspBean
-
Get the URL to display the form of a workflow action.
- getURLManageAppointmentForms(HttpServletRequest) - Static method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormJspBean
-
Get the URL to manage appointment forms
- getURLModifyAppointmentForm(HttpServletRequest, int) - Static method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormEntryJspBean
-
Get the URL to modify an appointment form
- getURLModifyAppointmentForm(HttpServletRequest, String) - Static method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormEntryJspBean
-
Get the URL to modify an appointment form
- getURLModifyEntry(HttpServletRequest, int) - Static method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormEntryJspBean
-
Get the URL to modify an entry
- getUrlModifyField(HttpServletRequest, int) - Static method in class fr.paris.lutece.plugins.appointment.web.AppointmentFormFieldJspBean
-
Get the URL to modify a field.
- getUrlRedirectAfterCreation() - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Get the URL to redirect the user to after creation of an appointment
- getUser() - Method in class fr.paris.lutece.plugins.appointment.business.appointment.Appointment
-
Get the user of the appointment
- getViewAppointment(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentJspBean
-
View details of an appointment
- getViewAppointmentCalendar(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentApp
-
Get the calendar view
- getViewAppointmentForm(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentApp
-
Get the form appointment view (front office)
- getViewCalendarManageAppointments(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentJspBean
-
Get the page to manage appointments.
- getViewCancelAppointment(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentApp
-
Get the view for he user who wants to cancel its appointment
- getViewChangeDateAppointment(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentJspBean
-
Return to the display recap view with the new date selected on the calendar
- getViewCreateAppointment(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentJspBean
-
Returns the form to create an appointment
- getViewManageSpecificWeek(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentSlotJspBean
-
Get the view of the specific week
- getViewManageTypicalWeek(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentSlotJspBean
-
Get the view of the typical week
- getViewModifySlot(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentSlotJspBean
-
Get the view to modify a slot
- getViewModifyTimeSlot(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentSlotJspBean
-
Get the view to modify a time slot
- getWorkflowActionForm(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentJspBean
-
Get the workflow action form before processing the action.
- getWorkgroup() - Method in class fr.paris.lutece.plugins.appointment.business.form.Form
-
- getWorkgroup() - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
- getWorkingDayOfDayOfWeek(List<WorkingDay>, DayOfWeek) - Static method in class fr.paris.lutece.plugins.appointment.service.WorkingDayService
-
Find the working day in a list of working day which matches the day of week given
- saveAppointment(AppointmentDTO) - Static method in class fr.paris.lutece.plugins.appointment.service.AppointmentService
-
Save an appointment in database
- saveAppointment(AppointmentDTO, HttpServletRequest) - Static method in class fr.paris.lutece.plugins.appointment.service.SlotSafeService
-
Save a slot in database
- saveCategory(Category) - Static method in class fr.paris.lutece.plugins.appointment.service.CategoryService
-
Create a category
- saveClosingDay(int, LocalDate) - Static method in class fr.paris.lutece.plugins.appointment.service.ClosingDayService
-
Save a closing day of a form
- saveClosingDay(ClosingDay) - Static method in class fr.paris.lutece.plugins.appointment.service.ClosingDayService
-
Save a closing day of a form
- saveDisplay(Display) - Static method in class fr.paris.lutece.plugins.appointment.service.DisplayService
-
Save a display of a form
- saveForm(Form) - Static method in class fr.paris.lutece.plugins.appointment.service.FormService
-
Save a form in database
- saveFormMessage(FormMessage) - Static method in class fr.paris.lutece.plugins.appointment.service.FormMessageService
-
Save a form message
- saveFormRule(FormRule) - Static method in class fr.paris.lutece.plugins.appointment.service.FormRuleService
-
Save a form rule
- saveListClosingDay(int, List<LocalDate>) - Static method in class fr.paris.lutece.plugins.appointment.service.ClosingDayService
-
Save the closing days of a form
- saveLocalization(Localization) - Static method in class fr.paris.lutece.plugins.appointment.service.LocalizationService
-
Save a localization of a form
- saveReservationRule(ReservationRule) - Static method in class fr.paris.lutece.plugins.appointment.service.ReservationRuleService
-
save a reservation rule
- saveSlot(Slot) - Static method in class fr.paris.lutece.plugins.appointment.service.SlotSafeService
-
Save a slot in database
- saveSlot(Slot) - Static method in class fr.paris.lutece.plugins.appointment.service.SlotService
-
Save a slot in database
- saveTimeSlot(TimeSlot) - Static method in class fr.paris.lutece.plugins.appointment.service.TimeSlotService
-
Save a time slot
- saveUser(AppointmentDTO) - Static method in class fr.paris.lutece.plugins.appointment.service.UserService
-
Save a user in database / A user is defined by its email (unique)
- saveWeekDefinition(WeekDefinition) - Static method in class fr.paris.lutece.plugins.appointment.service.WeekDefinitionService
-
Save a week definition
- saveWorkingDay(WorkingDay) - Static method in class fr.paris.lutece.plugins.appointment.service.WorkingDayService
-
Save a working day
- select(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.appointment.AppointmentDAO
-
- select(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.appointment.IAppointmentDAO
-
Load the data from the table
- select(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.calendar.CalendarTemplateDAO
-
- select(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.calendar.ICalendarTemplateDAO
-
Load the data from the table
- select(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.category.CategoryDAO
-
- select(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.category.ICategoryDAO
-
Load the data from the table
- select(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.display.DisplayDAO
-
- select(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.display.IDisplayDAO
-
Load the data from the table
- select(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.form.FormDAO
-
- select(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.form.IFormDAO
-
Load the data from the table
- select(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.localization.ILocalizationDAO
-
Load the data from the table
- select(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.localization.LocalizationDAO
-
- select(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessageDAO
-
- select(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.message.IFormMessageDAO
-
Get a form message from its primary key
- select(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.planning.ClosingDayDAO
-
- select(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.planning.IClosingDayDAO
-
Load the data from the table
- select(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.planning.ITimeSlotDAO
-
Load the data from the table
- select(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.planning.IWeekDefinitionDAO
-
Load the data from the table
- select(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.planning.IWorkingDayDAO
-
Load the data from the table
- select(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.planning.TimeSlotDAO
-
- select(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.planning.WeekDefinitionDAO
-
- select(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.planning.WorkingDayDAO
-
- select(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.rule.FormRuleDAO
-
- select(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.rule.IFormRuleDAO
-
Load the data from the table
- select(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.rule.IReservationRuleDAO
-
Load the data from the table
- select(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.rule.ReservationRuleDAO
-
- select(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.slot.ISlotDAO
-
Load the data from the table
- select(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.slot.SlotDAO
-
- select(int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.user.IUserDAO
-
Load the data from the table
- select(int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.user.UserDAO
-
- selectAll(Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.calendar.CalendarTemplateDAO
-
- selectAll(Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.calendar.ICalendarTemplateDAO
-
Get all the calendar templates
- SESSION_TIMER_SLOT - Static variable in class fr.paris.lutece.plugins.appointment.service.AppointmentUtilities
-
- sessionCreated(HttpSessionEvent) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentSessionListener
- sessionDestroyed(HttpSessionEvent) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentSessionListener
- setActiveAuthentication(boolean) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Set the authentication of the form
- setAddress(String) - Method in class fr.paris.lutece.plugins.appointment.business.localization.Localization
-
Set the address of the form
- setAddress(String) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Set address
- setAdminUser(String) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO
-
Set the name of the admin user
- setAdminUserCreate(String) - Method in class fr.paris.lutece.plugins.appointment.business.appointment.Appointment
-
set admin user id who created the appointment
- setAppointments(List<Appointment>) - Method in class fr.paris.lutece.plugins.appointment.business.user.User
-
Set the appointments of the User
- setAppointmentTakenSqlDate(Timestamp) - Method in class fr.paris.lutece.plugins.appointment.business.appointment.Appointment
-
Set the date appointment taken (in sql date format)
- setCalendarDescription(String) - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Set the calendar description
- setCalendarFullLabel(String) - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Set the label that indicates that a slot is full
- setCalendarReserveLabel(String) - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Set the label that indicates that a slot is open for reservation
- setCalendarTemplateId(int) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Set the id of the calendar template of this appointment form
- setCalendarTitle(String) - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Set the title of the page of the calendar in FO
- setDate(LocalDate) - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Set the date of the slot
- setDateAppointmentTaken(LocalDateTime) - Method in class fr.paris.lutece.plugins.appointment.business.appointment.Appointment
-
Sets the DateAppointmentTaken
- setDateEndValidity(Date) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Sets the ending validity date of the form
- setDateOfApply(LocalDate) - Method in class fr.paris.lutece.plugins.appointment.business.AbstractDateConversion
-
Set the date from which the week definition has to be applied
- setDateOfClosingDay(LocalDate) - Method in class fr.paris.lutece.plugins.appointment.business.planning.ClosingDay
-
Set the date of the closing day
- setDateOfModification(Date) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Set the date of modification of the form
- setDateOfTheAppointment(String) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO
-
Set the date of the appointment
- setDateStartValidity(Date) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Sets the starting validity date of the form
- setDayOfWeek(int) - Method in class fr.paris.lutece.plugins.appointment.business.planning.WorkingDay
-
Set the day of week of the working day
- setDescription(String) - Method in class fr.paris.lutece.plugins.appointment.business.calendar.CalendarTemplate
-
Set the description of the template
- setDescription(String) - Method in class fr.paris.lutece.plugins.appointment.business.form.Form
-
Set the description of the form
- setDescription(String) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Set the description of the appointment form
- setDisplayTitleFo(boolean) - Method in class fr.paris.lutece.plugins.appointment.business.display.Display
-
Set the display title boolean value
- setDisplayTitleFo(boolean) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Sets if the title of the form has to be displayed on the front office
- setDurationAppointments(int) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Sets the duration of an appointment
- setEmail(String) - Method in class fr.paris.lutece.plugins.appointment.business.user.User
-
Set the email of the User
- setEnableCaptcha(boolean) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Enable or disable the captcha for this appointment form
- setEnableMandatoryEmail(boolean) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Set enable mandatory email
- setEndingDateOfSearch(Date) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFilterDTO
-
Set the ending date of search to the filter
- setEndingDateTime(LocalDateTime) - Method in class fr.paris.lutece.plugins.appointment.business.planning.TimeSlot
-
- setEndingDateTime(LocalDateTime) - Method in class fr.paris.lutece.plugins.appointment.business.slot.Period
-
Set the Ending Time
- setEndingDateTime(LocalDateTime) - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Set the ending date of the slot
- setEndingTime(LocalTime) - Method in class fr.paris.lutece.plugins.appointment.business.planning.TimeSlot
-
Set the ending time of the time slot
- setEndingTime(LocalTime) - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Set the ending time of the slot
- setEndingTime(LocalTime) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO
-
Set the ending time of the appointment
- setEndingTimeOfSearch(String) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFilterDTO
-
Set the ending time of search
- setEndingTimeStampDate(Timestamp) - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Set the ending date of the slot
- setEndingValidityDate(LocalDate) - Method in class fr.paris.lutece.plugins.appointment.business.form.Form
-
Set the end date of the validity of the form
- setEndingValiditySqlDate(Date) - Method in class fr.paris.lutece.plugins.appointment.business.form.Form
-
Set the ending validity date of the form
- setFieldConfirmationEmail(String) - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Set field confirmation email
- setFieldConfirmationEmailHelp(String) - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Set the field email confirmation help
- setFieldEmailHelp(String) - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Set the help message of the email field in the form page in FO
- setFieldEmailTitle(String) - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Set the title of the email field in the form page in FO
- setFieldFirstNameHelp(String) - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Set the help message of the first name field in the form page in FO
- setFieldFirstNameTitle(String) - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Set the title of the first name field in the form page in FO
- setFieldLastNameHelp(String) - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Get the help message of the last name field in the form page in FO
- setFieldLastNameTitle(String) - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Set the title of the last name field in the form page in FO
- setFirstName(String) - Method in class fr.paris.lutece.plugins.appointment.business.user.User
-
Set the User first name
- setFormatter(DateTimeFormatter) - Static method in class fr.paris.lutece.plugins.appointment.service.Utilities
-
Setter for the formatter
- setGuid(String) - Method in class fr.paris.lutece.plugins.appointment.business.user.User
-
Set the Guid
- setIcon(ImageResource) - Method in class fr.paris.lutece.plugins.appointment.business.display.Display
-
Set the form icon
- setIcon(ImageResource) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Set the icon of the form
- setIdActionCancelled(int) - Method in class fr.paris.lutece.plugins.appointment.business.appointment.Appointment
-
Set the id for the cancelled action
- setIdAdminUser(int) - Method in class fr.paris.lutece.plugins.appointment.business.appointment.Appointment
-
set admin user id assigned to the appointment
- setIdAppointment(int) - Method in class fr.paris.lutece.plugins.appointment.business.appointment.Appointment
-
Set the Appointment Id
- setIdAppointmentForm(int) - Method in class fr.paris.lutece.plugins.appointment.business.portlet.AppointmentFormPortlet
-
Set the id of the appointment form to display
- setIdCalendarTemplate(int) - Method in class fr.paris.lutece.plugins.appointment.business.calendar.CalendarTemplate
-
Set the id of the template
- setIdCalendarTemplate(int) - Method in class fr.paris.lutece.plugins.appointment.business.display.Display
-
Set the Calendar Template Id
- setIdCategory(int) - Method in class fr.paris.lutece.plugins.appointment.business.category.Category
-
Set the id of the category
- setIdCategory(Integer) - Method in class fr.paris.lutece.plugins.appointment.business.form.Form
-
Set the category id of the form
- setIdCategory(int) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Set the category of the form
- setIdClosingDay(int) - Method in class fr.paris.lutece.plugins.appointment.business.planning.ClosingDay
-
Set the id of the closing day
- setIdDisplay(int) - Method in class fr.paris.lutece.plugins.appointment.business.display.Display
-
Set the Display Id
- setIdForm(int) - Method in class fr.paris.lutece.plugins.appointment.business.display.Display
-
Set the FOrm Id
- setIdForm(int) - Method in class fr.paris.lutece.plugins.appointment.business.form.Form
-
Set the form Id
- setIdForm(int) - Method in class fr.paris.lutece.plugins.appointment.business.localization.Localization
-
Set the Form Id
- setIdForm(int) - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Set the id of the associated form
- setIdForm(int) - Method in class fr.paris.lutece.plugins.appointment.business.planning.ClosingDay
-
Set the form the closing day belongs to
- setIdForm(int) - Method in class fr.paris.lutece.plugins.appointment.business.planning.WeekDefinition
-
Set the form id the week definition belongs to
- setIdForm(int) - Method in class fr.paris.lutece.plugins.appointment.business.rule.FormRule
-
Set the form id the formRule belongs to
- setIdForm(int) - Method in class fr.paris.lutece.plugins.appointment.business.rule.ReservationRule
-
Set the Form Id the Reservation Rule belongs to
- setIdForm(int) - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Set the Form Id the Slot belongs to
- setIdForm(int) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO
-
Set the Form Id
- setIdForm(int) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFilterDTO
-
Set the form id
- setIdFormMessage(int) - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Set the Form Message Id
- setIdFormRule(int) - Method in class fr.paris.lutece.plugins.appointment.business.rule.FormRule
-
Set the id of the form rule
- setIdLocalization(int) - Method in class fr.paris.lutece.plugins.appointment.business.localization.Localization
-
Set the id of the localization
- setIdReservationRule(int) - Method in class fr.paris.lutece.plugins.appointment.business.rule.ReservationRule
-
Set the id of the rule of the reservation
- setIdSlot(int) - Method in class fr.paris.lutece.plugins.appointment.business.appointment.Appointment
-
Set the Slot Id of the Appointment
- setIdSlot(int) - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Set the id of the slot
- setIdSlot(int) - Method in class fr.paris.lutece.plugins.appointment.service.lock.SlotEditTask
-
Set the id of the slot
- setIdTimeSlot(int) - Method in class fr.paris.lutece.plugins.appointment.business.planning.TimeSlot
-
Set the id of the time slot
- setIdUser(int) - Method in class fr.paris.lutece.plugins.appointment.business.appointment.Appointment
-
Set the User Id of the Appointment
- setIdUser(int) - Method in class fr.paris.lutece.plugins.appointment.business.user.User
-
Set the Id of the User
- setIdWeekDefinition(int) - Method in class fr.paris.lutece.plugins.appointment.business.planning.WeekDefinition
-
Set the id of the week definition
- setIdWeekDefinition(int) - Method in class fr.paris.lutece.plugins.appointment.business.planning.WorkingDay
-
Set the id of the week definition the working day belongs to
- setIdWorkflow(int) - Method in class fr.paris.lutece.plugins.appointment.business.form.Form
-
Set the workflow Id
- setIdWorkflow(int) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Set the id of the workflow associated with this appointment form
- setIdWorkingDay(int) - Method in class fr.paris.lutece.plugins.appointment.business.planning.TimeSlot
-
Set the working day id the time slot belongs to
- setIdWorkingDay(int) - Method in class fr.paris.lutece.plugins.appointment.business.planning.WorkingDay
-
Set the id of the working day
- setIsActive(boolean) - Method in class fr.paris.lutece.plugins.appointment.business.form.Form
-
Set the active boolean value of the form
- setIsActive(boolean) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Sets if the form is active or not
- setIsActiveAuthentication(boolean) - Method in class fr.paris.lutece.plugins.appointment.business.rule.FormRule
-
Set the boolean value for the authentication
- setIsCancelled(boolean) - Method in class fr.paris.lutece.plugins.appointment.business.appointment.Appointment
-
Set if the appointment is cancelled
- setIsCancelled(boolean) - Method in class fr.paris.lutece.plugins.appointment.service.lock.TimerForLockOnSlot
-
- setIsCancelled(boolean) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO
-
Set if the appointment is cancelled
- setIsCaptchaEnabled(boolean) - Method in class fr.paris.lutece.plugins.appointment.business.rule.FormRule
-
Set the boolean captcha value
- setIsDisplayedOnPortlet(boolean) - Method in class fr.paris.lutece.plugins.appointment.business.display.Display
-
Set the boolean value to display or not the form on the portlet
- setIsDisplayedOnPortlet(boolean) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Sets if the form has to be displayed on the front office portlet
- setIsMandatoryEmailEnabled(boolean) - Method in class fr.paris.lutece.plugins.appointment.business.rule.FormRule
-
Set the boolean value for the mandatory email
- setIsOpen(boolean) - Method in class fr.paris.lutece.plugins.appointment.business.planning.TimeSlot
-
Set the opening boolean value of the time slot
- setIsOpen(boolean) - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Set the boolean open value of the slot
- setIsOpenFriday(boolean) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Sets if it is open on Friday (if the checkbox is checked or not)
- setIsOpenMonday(boolean) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Sets if it is open on Monday (if the checkbox is checked or not)
- setIsOpenSaturday(boolean) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Sets if it is open on Saturday (if the checkbox is checked or not)
- setIsOpenSunday(boolean) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Sets if it is open on Sunday (if the checkbox is checked or not)
- setIsOpenThursday(boolean) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Sets if it is open on Thursday (if the checkbox is checked or not)
- setIsOpenTuesday(boolean) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Sets if it is open on Tuesday (if the checkbox is checked or not)
- setIsOpenWednesday(boolean) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Sets if it is open on Wednesday (if the checkbox is checked or not)
- setIsPassed(boolean) - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Set the boolean passed value of the slot
- setIsSaved(boolean) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO
-
Sets the IsSaved
- setIsSpecific(boolean) - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Set the boolean specific value of the slot
- setLabel(String) - Method in class fr.paris.lutece.plugins.appointment.business.category.Category
-
Set the label of the category
- setLabelButtonRedirection(String) - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Set the label of the button after the creation of an appointment
- setLastName(String) - Method in class fr.paris.lutece.plugins.appointment.business.user.User
-
Set the last name of the User
- setLatitude(Double) - Method in class fr.paris.lutece.plugins.appointment.business.localization.Localization
-
Set the latitude
- setLatitude(Double) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Set latitude
- setListResponse(List<Response>) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO
-
Set the list of the responses of the additional entries of the form
- setListTimeSlot(List<TimeSlot>) - Method in class fr.paris.lutece.plugins.appointment.business.planning.WorkingDay
-
Set the time slots of the working day
- setListWorkflowActions(Collection<Action>) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO
-
Set the available actions of the workflow for this appointment
- setListWorkingDay(List<WorkingDay>) - Method in class fr.paris.lutece.plugins.appointment.business.planning.WeekDefinition
-
Set the working days for the week
- setLongitude(Double) - Method in class fr.paris.lutece.plugins.appointment.business.localization.Localization
-
Set the longitude
- setLongitude(Double) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Set longitude
- setMapResponsesByIdEntry(Map<Integer, List<Response>>) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO
-
Set the map of the responses of the addtional entries of the form to the appointment
- setMaxCapacity(int) - Method in class fr.paris.lutece.plugins.appointment.business.planning.TimeSlot
-
Set the maximum capacity of the slot
- setMaxCapacity(int) - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Set the maximum capacity of the slot
- setMaxCapacityPerSlot(int) - Method in class fr.paris.lutece.plugins.appointment.business.rule.ReservationRule
-
Set the maximum capacity for a slot
- setMaxPeoplePerAppointment(int) - Method in class fr.paris.lutece.plugins.appointment.business.rule.ReservationRule
-
Set the maximum number of people authorized for an appointment
- setMinTimeBeforeAppointment(int) - Method in class fr.paris.lutece.plugins.appointment.business.rule.FormRule
-
Set the minimal time from now before the user can take an appointment
- setMinTimeBeforeAppointment(int) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
- setNbBookedSeats(int) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO
-
Set the number of booked seats for the appointment
- setNbDaysBeforeNewAppointment(int) - Method in class fr.paris.lutece.plugins.appointment.business.rule.FormRule
-
Set the number of days the user have to wait before he can take another appointment
- setNbDaysBeforeNewAppointment(int) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Set the number of days between two appointments of the same user (0 : no delay)
- setNbDaysForMaxAppointmentsPerUser(int) - Method in class fr.paris.lutece.plugins.appointment.business.rule.FormRule
-
Set the number of days of the period for the maximum number of appointments authorized
- setNbDaysForMaxAppointmentsPerUser(int) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Set the number of days of the period for the maximum number of appointments authorized for a same user
- setNbMaxAppointmentsPerUser(int) - Method in class fr.paris.lutece.plugins.appointment.business.rule.FormRule
-
Set the maximum number of appointments authorized
- setNbMaxAppointmentsPerUser(int) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Set the maximum number of appointments authorized for a same user
- setNbMaxPotentialBookedSeats(int) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO
-
Set the maximum number of booked seats the user can take
- setNbPlaces(int) - Method in class fr.paris.lutece.plugins.appointment.business.appointment.Appointment
-
Set the number of places for the appointment
- setNbPlacestaken(int) - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Set the number of places taken on the slot
- setNbPlacesTaken(int) - Method in class fr.paris.lutece.plugins.appointment.service.lock.SlotEditTask
-
Set the number of places potentially taken
- setNbPotentialRemainingPlaces(int) - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Set the potential number of remaining places on the slot
- setNbRemainingPlaces(int) - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Set the number of remaining places of the slot
- setNbWeeksToDisplay(int) - Method in class fr.paris.lutece.plugins.appointment.business.display.Display
-
Set the number of weeks during which the form is displayed to the user
- setNbWeeksToDisplay(int) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Sets the number of weeks to display the form to the user (for an appointment)
- setNoAvailableSlot(String) - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Set the message to display when there is no available slot for the associated form
- setNotification(int) - Method in class fr.paris.lutece.plugins.appointment.business.appointment.Appointment
-
Set the rank for the notification
- setPhoneNumber(String) - Method in class fr.paris.lutece.plugins.appointment.business.user.User
-
Set the phone number of the User
- setRecapValue(String) - Method in class fr.paris.lutece.plugins.appointment.web.dto.ResponseRecapDTO
-
Set the recap value of this response
- setReference(String) - Method in class fr.paris.lutece.plugins.appointment.business.appointment.Appointment
-
Set the reference of the appointment
- setReference(String) - Method in class fr.paris.lutece.plugins.appointment.business.form.Form
-
Set the reference of the form
- setReference(String) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFilterDTO
-
Set the reference to the filter
- setReference(String) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Sets the Reference of the form
- setSlot(Slot) - Method in class fr.paris.lutece.plugins.appointment.business.appointment.Appointment
-
Set the slot of the appointment
- setSqlDateOfApply(Date) - Method in class fr.paris.lutece.plugins.appointment.business.AbstractDateConversion
-
Set the date from which the week definition has to be applied
- setSqlDateOfClosingDay(Date) - Method in class fr.paris.lutece.plugins.appointment.business.planning.ClosingDay
-
Set the date of the closing day
- setSqlEndingTime(Time) - Method in class fr.paris.lutece.plugins.appointment.business.planning.TimeSlot
-
Set the ending time of the time slot
- setSqlStartingTime(Time) - Method in class fr.paris.lutece.plugins.appointment.business.planning.TimeSlot
-
Set the starting time of the time slot
- setStartingDateOfSearch(Date) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFilterDTO
-
Set the starting date of search
- setStartingDateTime(LocalDateTime) - Method in class fr.paris.lutece.plugins.appointment.business.planning.TimeSlot
-
- setStartingDateTime(LocalDateTime) - Method in class fr.paris.lutece.plugins.appointment.business.slot.Period
-
Set the Starting Time
- setStartingDateTime(LocalDateTime) - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Set the starting date of the slot
- setStartingDateTime(LocalDateTime) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO
-
Set the starting date time of the appointment
- setStartingTime(LocalTime) - Method in class fr.paris.lutece.plugins.appointment.business.planning.TimeSlot
-
Set the starting time of the time slot
- setStartingTime(LocalTime) - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Set the starting time of the slot
- setStartingTime(LocalTime) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO
-
Set the starting time of the appointment
- setStartingTimeOfSearch(String) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFilterDTO
-
Set the starting time of search
- setStartingTimeStampDate(Timestamp) - Method in class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
Set the starting date of the slot
- setStartingValidityDate(LocalDate) - Method in class fr.paris.lutece.plugins.appointment.business.form.Form
-
Set the starting date of the validity of the form
- setStartingValiditySqlDate(Date) - Method in class fr.paris.lutece.plugins.appointment.business.form.Form
-
Set the starting validity date of the form
- setState(State) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO
-
Set the state of the appointment
- setStatus(int) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFilterDTO
-
Set the status to the filter
- setTemplatePath(String) - Method in class fr.paris.lutece.plugins.appointment.business.calendar.CalendarTemplate
-
Set the path of the file of the template
- setTextAppointmentCanceled(String) - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Set the text to display to the user after the canceling of an appointment
- setTextAppointmentCreated(String) - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Set the text to display to the user after the creation of an appointment
- setTimeEnd(String) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Sets the ending time of the working day of the form
- setTimeStart(String) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Sets the starting time of the working day of the form
- setTitle(String) - Method in class fr.paris.lutece.plugins.appointment.business.calendar.CalendarTemplate
-
Set the title of the template
- setTitle(String) - Method in class fr.paris.lutece.plugins.appointment.business.form.Form
-
Set the form title
- setTitle(String) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
Sets the Title
- setUrlRedirectAfterCreation(String) - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessage
-
Set the URL to redirect the user to after creation of an appointment
- setUser(User) - Method in class fr.paris.lutece.plugins.appointment.business.appointment.Appointment
-
Set the user of the appointment
- setUserInfo(HttpServletRequest, AppointmentDTO) - Method in class fr.paris.lutece.plugins.appointment.web.AppointmentApp
-
Set the user infos to the appointment DTO
- setWorkgroup(String) - Method in class fr.paris.lutece.plugins.appointment.business.form.Form
-
Set the workgroup
- setWorkgroup(String) - Method in class fr.paris.lutece.plugins.appointment.web.dto.AppointmentFormDTO
-
set the work group associate to the form
- Slot - Class in fr.paris.lutece.plugins.appointment.business.slot
-
The business class of the slot
- Slot() - Constructor for class fr.paris.lutece.plugins.appointment.business.slot.Slot
-
- SlotDaemon - Class in fr.paris.lutece.plugins.appointment.service
-
- SlotDaemon() - Constructor for class fr.paris.lutece.plugins.appointment.service.SlotDaemon
-
- SlotDAO - Class in fr.paris.lutece.plugins.appointment.business.slot
-
This class provides Data Access methods for Slot objects
- SlotDAO() - Constructor for class fr.paris.lutece.plugins.appointment.business.slot.SlotDAO
-
- SlotEditTask - Class in fr.paris.lutece.plugins.appointment.service.lock
-
Timer Task for a slot (Manage a lock the time the user fill the form
- SlotEditTask(TimerForLockOnSlot) - Constructor for class fr.paris.lutece.plugins.appointment.service.lock.SlotEditTask
-
- SlotFullException - Exception in fr.paris.lutece.plugins.appointment.exception
-
- SlotFullException(String) - Constructor for exception fr.paris.lutece.plugins.appointment.exception.SlotFullException
-
Constructor
- SlotFullException(String, Exception) - Constructor for exception fr.paris.lutece.plugins.appointment.exception.SlotFullException
-
- SlotHome - Class in fr.paris.lutece.plugins.appointment.business.slot
-
This class provides instances management methods for Slot objects
- SlotListenerManager - Class in fr.paris.lutece.plugins.appointment.service.listeners
-
- SlotSafeService - Class in fr.paris.lutece.plugins.appointment.service
-
- SlotService - Class in fr.paris.lutece.plugins.appointment.service
-
Service class of a slot
- store(Portlet) - Method in class fr.paris.lutece.plugins.appointment.business.portlet.AppointmentFormListPortletDAO
-
- store(Portlet) - Method in class fr.paris.lutece.plugins.appointment.business.portlet.AppointmentFormPortletDAO
-
Update the record in the table
- store(Portlet) - Method in class fr.paris.lutece.plugins.appointment.business.portlet.AppointmentPortletDAO
-
- update(Appointment, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.appointment.AppointmentDAO
-
- update(Appointment) - Static method in class fr.paris.lutece.plugins.appointment.business.appointment.AppointmentHome
-
Update of the Appointment which is specified in parameter
- update(Appointment, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.appointment.IAppointmentDAO
-
Update the record in the table
- update(CalendarTemplate, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.calendar.CalendarTemplateDAO
-
- update(CalendarTemplate) - Static method in class fr.paris.lutece.plugins.appointment.business.calendar.CalendarTemplateHome
-
Update an existing template
- update(CalendarTemplate, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.calendar.ICalendarTemplateDAO
-
Update the record in the table
- update(Category, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.category.CategoryDAO
-
- update(Category) - Static method in class fr.paris.lutece.plugins.appointment.business.category.CategoryHome
-
Update of the Category which is specified in parameter
- update(Category, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.category.ICategoryDAO
-
Update the record in the table
- update(Display, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.display.DisplayDAO
-
- update(Display) - Static method in class fr.paris.lutece.plugins.appointment.business.display.DisplayHome
-
Update of the Display which is specified in parameter
- update(Display, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.display.IDisplayDAO
-
Update the record in the table
- update(Form, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.form.FormDAO
-
- update(Form) - Static method in class fr.paris.lutece.plugins.appointment.business.form.FormHome
-
Update of the Form which is specified in parameter
- update(Form, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.form.IFormDAO
-
Update the record in the table
- update(Localization, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.localization.ILocalizationDAO
-
Update the record in the table
- update(Localization, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.localization.LocalizationDAO
-
- update(Localization) - Static method in class fr.paris.lutece.plugins.appointment.business.localization.LocalizationHome
-
Update of the Localization which is specified in parameter
- update(FormMessage, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.message.FormMessageDAO
-
- update(FormMessage) - Static method in class fr.paris.lutece.plugins.appointment.business.message.FormMessageHome
-
Update a form message
- update(FormMessage, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.message.IFormMessageDAO
-
Update a form message
- update(ClosingDay, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.planning.ClosingDayDAO
-
- update(ClosingDay) - Static method in class fr.paris.lutece.plugins.appointment.business.planning.ClosingDayHome
-
Update of the ClosingDay which is specified in parameter
- update(ClosingDay, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.planning.IClosingDayDAO
-
Update the record in the table
- update(TimeSlot, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.planning.ITimeSlotDAO
-
Update the record in the table
- update(WeekDefinition, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.planning.IWeekDefinitionDAO
-
Update the record in the table
- update(WorkingDay, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.planning.IWorkingDayDAO
-
Update the record in the table
- update(TimeSlot, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.planning.TimeSlotDAO
-
- update(TimeSlot) - Static method in class fr.paris.lutece.plugins.appointment.business.planning.TimeSlotHome
-
Update of the TimeSlot which is specified in parameter
- update(WeekDefinition, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.planning.WeekDefinitionDAO
-
- update(WeekDefinition) - Static method in class fr.paris.lutece.plugins.appointment.business.planning.WeekDefinitionHome
-
Update of the WeekDefinition which is specified in parameter
- update(WorkingDay, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.planning.WorkingDayDAO
-
- update(WorkingDay) - Static method in class fr.paris.lutece.plugins.appointment.business.planning.WorkingDayHome
-
Update of the WorkingDay which is specified in parameter
- update() - Method in class fr.paris.lutece.plugins.appointment.business.portlet.AppointmentFormListPortlet
-
Updates the current instance of the AppointmentFormListPortlet object
- update() - Method in class fr.paris.lutece.plugins.appointment.business.portlet.AppointmentFormPortlet
-
Updates the current instance of the AppointmentPortlet object
- update() - Method in class fr.paris.lutece.plugins.appointment.business.portlet.AppointmentPortlet
-
Updates the current instance of the AppointmentPortlet object
- update(FormRule, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.rule.FormRuleDAO
-
- update(FormRule) - Static method in class fr.paris.lutece.plugins.appointment.business.rule.FormRuleHome
-
Update of the FormRule which is specified in parameter
- update(FormRule, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.rule.IFormRuleDAO
-
Update the record in the table
- update(ReservationRule, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.rule.IReservationRuleDAO
-
Update the record in the table
- update(ReservationRule, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.rule.ReservationRuleDAO
-
- update(ReservationRule) - Static method in class fr.paris.lutece.plugins.appointment.business.rule.ReservationRuleHome
-
Update of the ReservationRule which is specified in parameter
- update(Slot, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.slot.ISlotDAO
-
Update the record in the table
- update(Slot, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.slot.SlotDAO
-
- update(Slot) - Static method in class fr.paris.lutece.plugins.appointment.business.slot.SlotHome
-
Update of the Slot which is specified in parameter
- update(User, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.user.IUserDAO
-
Update the record in the table
- update(User, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.user.UserDAO
-
- update(User) - Static method in class fr.paris.lutece.plugins.appointment.business.user.UserHome
-
Update of the User which is specified in parameter
- updateAdvancedParameters(AppointmentFormDTO, LocalDate) - Static method in class fr.paris.lutece.plugins.appointment.service.FormService
-
Update a form with the new values of an appointmentForm DTO Advanced Parameters (with a date of application) --> new Typical Week
- updateAppointment(Appointment) - Static method in class fr.paris.lutece.plugins.appointment.service.AppointmentService
-
Update an appointment in database
- updateCategory(Category) - Static method in class fr.paris.lutece.plugins.appointment.service.CategoryService
-
Update a category
- updateDisplay(AppointmentFormDTO, int) - Static method in class fr.paris.lutece.plugins.appointment.service.DisplayService
-
Update a display object with the values of an appointment form DTO
- updateForm(AppointmentFormDTO) - Static method in class fr.paris.lutece.plugins.appointment.service.FormService
-
Update a form object with the values of the appointmentForm DTO
- updateForm(Form) - Static method in class fr.paris.lutece.plugins.appointment.service.FormService
-
Update a form
- updateFormMessage(FormMessage) - Static method in class fr.paris.lutece.plugins.appointment.service.FormMessageService
-
Update a form message
- updateFormRule(AppointmentFormDTO, int) - Static method in class fr.paris.lutece.plugins.appointment.service.FormRuleService
-
Update a form rule object with the values of an appointmentForm DTO
- updateGlobalParameters(AppointmentFormDTO) - Static method in class fr.paris.lutece.plugins.appointment.service.FormService
-
Update a form with the new values of the Global Parameters of an appointmentForm DTO
- updateLocalization(AppointmentFormDTO, int) - Static method in class fr.paris.lutece.plugins.appointment.service.LocalizationService
-
Update a localization object with the values of an appointment form DTO
- updatePotentialRemainingPlaces(int, int, Plugin) - Method in interface fr.paris.lutece.plugins.appointment.business.slot.ISlotDAO
-
update Potential Remaining Places
- updatePotentialRemainingPlaces(int, int, Plugin) - Method in class fr.paris.lutece.plugins.appointment.business.slot.SlotDAO
-
- updatePotentialRemainingPlaces(int, int) - Static method in class fr.paris.lutece.plugins.appointment.business.slot.SlotHome
-
Update Potential Remaining Places
- updateRemainingPlaces(Slot) - Static method in class fr.paris.lutece.plugins.appointment.service.SlotSafeService
-
Update the capacity of the slot
- updateRemainingPlaces(Slot) - Static method in class fr.paris.lutece.plugins.appointment.service.SlotService
-
Update the capacity of the slot
- updateRemaningPlacesWithAppointmentMovedDeletedOrCanceled(int, Slot) - Static method in class fr.paris.lutece.plugins.appointment.service.AppointmentService
-
Deprecated.
- updateRemaningPlacesWithAppointmentMovedDeletedOrCanceled(int, int) - Static method in class fr.paris.lutece.plugins.appointment.service.SlotSafeService
-
Set the new number of remaining places (and potential) when an appointment is deleted or cancelled This new value must take in account the capacity of
the slot, in case of the slot was already over booked
- updateReservationRule(AppointmentFormDTO, int, LocalDate) - Static method in class fr.paris.lutece.plugins.appointment.service.ReservationRuleService
-
Update in database a reservation rule with the values of an appointmentForm DTO
- updateSlot(Slot, boolean, LocalTime, boolean) - Static method in class fr.paris.lutece.plugins.appointment.service.SlotSafeService
-
Update a slot in database and possibly all the slots after (if the ending hour has changed, all the next slots are impacted in case of the user decide to
shift the next slots)
- updateSlot(Slot) - Static method in class fr.paris.lutece.plugins.appointment.service.SlotSafeService
-
Update a slot
- updateSlot(Slot, boolean, LocalTime, boolean) - Static method in class fr.paris.lutece.plugins.appointment.service.SlotService
-
Update a slot in database and possibly all the slots after (if the ending hour has changed, all the next slots are impacted in case of the user decide to
shift the next slots)
- updateSlot(Slot) - Static method in class fr.paris.lutece.plugins.appointment.service.SlotService
-
Update a slot
- updateTimeSlot(TimeSlot, boolean, LocalTime, boolean) - Static method in class fr.paris.lutece.plugins.appointment.service.TimeSlotService
-
Update a timeSLot in database
- updateTimeSlot(TimeSlot) - Static method in class fr.paris.lutece.plugins.appointment.service.TimeSlotService
-
Update a time slot
- updateWeekDefinition(int, LocalDate) - Static method in class fr.paris.lutece.plugins.appointment.service.WeekDefinitionService
-
Update in database a week definition
- User - Class in fr.paris.lutece.plugins.appointment.business.user
-
Business class of the User
- User() - Constructor for class fr.paris.lutece.plugins.appointment.business.user.User
-
- UserDAO - Class in fr.paris.lutece.plugins.appointment.business.user
-
This class provides Data Access methods for User objects
- UserDAO() - Constructor for class fr.paris.lutece.plugins.appointment.business.user.UserDAO
-
- UserHome - Class in fr.paris.lutece.plugins.appointment.business.user
-
This class provides instances management methods for User objects
- UserService - Class in fr.paris.lutece.plugins.appointment.service
-
Service class of a user
- UtilDAO - Class in fr.paris.lutece.plugins.appointment.business
-
- UtilDAO() - Constructor for class fr.paris.lutece.plugins.appointment.business.UtilDAO
-
Private constructor - this class does not need to be instantiated
- Utilities - Class in fr.paris.lutece.plugins.appointment.service
-
Class of utilities