@Controller(controllerJsp="ManageAppointmentSlots.jsp", controllerPath="jsp/admin/plugins/appointment/", right="APPOINTMENT_FORM_MANAGEMENT") public class AppointmentSlotJspBean extends AbstractAppointmentFormAndSlotJspBean
Modifier and Type | Field and Description |
---|---|
static String |
JSP_MANAGE_APPOINTMENT_SLOTS
JSP of this JSP Bean
|
Constructor and Description |
---|
AppointmentSlotJspBean() |
Modifier and Type | Method and Description |
---|---|
String |
doModifyAdvancedParameters(javax.servlet.http.HttpServletRequest request)
Do modify a form (advanced parameters part)
|
String |
doModifySlot(javax.servlet.http.HttpServletRequest request)
Do modify a slot
|
String |
doModifyTimeSlot(javax.servlet.http.HttpServletRequest request)
Do modify a time slot
|
String |
doRemoveParameter(javax.servlet.http.HttpServletRequest request)
Handles the removal form of a appointment
|
String |
getConfirmRemoveParameter(javax.servlet.http.HttpServletRequest request)
Manages the removal form of a appointment whose identifier is in the HTTP request
|
String |
getViewManageSpecificWeek(javax.servlet.http.HttpServletRequest request)
Get the view of the specific week
|
String |
getViewManageTypicalWeek(javax.servlet.http.HttpServletRequest request)
Get the view of the typical week
|
String |
getViewModifySlot(javax.servlet.http.HttpServletRequest request)
Get the view to modify a slot
|
String |
getViewModifyTimeSlot(javax.servlet.http.HttpServletRequest request)
Get the view to modify a time slot
|
checkConstraints
addError, addError, addInfo, addInfo, addWarning, addWarning, download, download, fillCommons, getActionUrl, getControllerJsp, getControllerPath, getModel, getPage, getPage, getPage, getViewFullUrl, getViewUrl, processController, redirect, redirect, redirect, redirect, redirectView, validateBean
getPlugin, init
public static final String JSP_MANAGE_APPOINTMENT_SLOTS
@View(value="manageTypicalWeek") public String getViewManageTypicalWeek(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
request
- the requestfr.paris.lutece.portal.service.admin.AccessDeniedException
@Action(value="modifyAdvancedParameters") public String doModifyAdvancedParameters(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
request
- the requestfr.paris.lutece.portal.service.admin.AccessDeniedException
@Action(value="confirmRemoveParameter") public String getConfirmRemoveParameter(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request@Action(value="doRemoveParameter") public String doRemoveParameter(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
request
- The HTTP requestfr.paris.lutece.portal.service.admin.AccessDeniedException
- If the user is not authorized to access this feature@View(value="viewModifyTimeSlot") public String getViewModifyTimeSlot(javax.servlet.http.HttpServletRequest request)
request
- the request@Action(value="doModifyTimeSlot") public String doModifyTimeSlot(javax.servlet.http.HttpServletRequest request)
request
- the request@View(defaultView=true, value="manageSpecificWeek") public String getViewManageSpecificWeek(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
request
- the requestfr.paris.lutece.portal.service.admin.AccessDeniedException
@View(value="viewModifySlot") public String getViewModifySlot(javax.servlet.http.HttpServletRequest request)
request
- the request@Action(value="doModifySlot") public String doModifySlot(javax.servlet.http.HttpServletRequest request)
request
- the requestCopyright © 2018 City of Paris. All rights reserved.