@Controller(controllerJsp="MultiviewAppointment.jsp",
controllerPath="jsp/admin/plugins/appointment/modules/management",
right="MULTIVIEW_APPOINTMENT")
public class MultiviewAppointmentJspBean
extends fr.paris.lutece.portal.util.mvc.admin.MVCAdminJspBean
Constructor and Description |
---|
MultiviewAppointmentJspBean() |
Modifier and Type | Method and Description |
---|---|
String |
doExportAppointments(javax.servlet.http.HttpServletRequest request)
Do download a file from an appointment response
|
String |
getMultiviewAppointments(javax.servlet.http.HttpServletRequest request)
Return the view with the responses of all the appointments
|
processController
getPlugin, init
@View(value="multiview_appointments", defaultView=true) public String getMultiviewAppointments(javax.servlet.http.HttpServletRequest request)
request
- The request on which to retrieve informations@Action(value="doExportAppointments") public String doExportAppointments(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
request
- The requestresponse
- The responsefr.paris.lutece.portal.service.admin.AccessDeniedException
- If the user is not authorized to access this featureCopyright © 2021 City of Paris. All rights reserved.