@Controller(controllerJsp="ManageAppointmentFormResources.jsp",
controllerPath="jsp/admin/plugins/appointment/modules/resource/",
right="APPOINTMENT_FORM_MANAGEMENT")
public class AppointmentFormResourcesJspBean
extends fr.paris.lutece.portal.util.mvc.admin.MVCAdminJspBean
Modifier and Type | Field and Description |
---|---|
static String |
JSP_MANAGE_APPOINTMENT_FORM_RESOURCE_TYPE
JSP name of this controller
|
static String |
JSP_URL_MANAGE_APPOINTMENT_FORM_RESOURCE_TYPE
Url of the JSP of this controller, with its full path (without the base URL)
|
static String |
PATH_MANAGE_APPOINTMENT_FORM_RESOURCE_TYPE
Path of this controller
|
Constructor and Description |
---|
AppointmentFormResourcesJspBean() |
Modifier and Type | Method and Description |
---|---|
String |
doCreateFormResourceType(javax.servlet.http.HttpServletRequest request)
Do create an appointment form resource type
|
String |
doModifyFormResourceType(javax.servlet.http.HttpServletRequest request)
Do modify an appointment form resource type
|
String |
doRemoveFormResourceType(javax.servlet.http.HttpServletRequest request)
Do remove an appointment form resource type
|
String |
doSetAdminDefaultResourceType(javax.servlet.http.HttpServletRequest request)
Do set a form resource type as the attribute containing the admin user associated with an appointment, so that when the attribute is modified, the admin
user associated with the appointment is also modified
|
String |
doSetLocalizationDefaultResourceType(javax.servlet.http.HttpServletRequest request)
Do set a form resource type as the attribute containing the localization of appointments
|
String |
getConfirmRemoveFormResourceType(javax.servlet.http.HttpServletRequest request)
Do confirm the removal of an appointment form resource type
|
String |
getCreateFormResourceType(javax.servlet.http.HttpServletRequest request)
Get the page to create an appointment form resource type
|
String |
getManageFormResources(javax.servlet.http.HttpServletRequest request)
Manage the resources of an appointment form
|
String |
getModifyFormResourceType(javax.servlet.http.HttpServletRequest request)
Get the page to modify an appointment form resource type
|
static String |
getUrlManageAppointmentFormResourceType(int nIdForm,
javax.servlet.http.HttpServletRequest request)
Get the URL to manage appointment form resource types
|
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 PATH_MANAGE_APPOINTMENT_FORM_RESOURCE_TYPE
public static final String JSP_MANAGE_APPOINTMENT_FORM_RESOURCE_TYPE
public static final String JSP_URL_MANAGE_APPOINTMENT_FORM_RESOURCE_TYPE
@View(value="manageFormResources") public String getManageFormResources(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
request
- the requestfr.paris.lutece.portal.service.admin.AccessDeniedException
- If the user is not authorized to access this feature@View(value="createFormResourceType") public String getCreateFormResourceType(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
request
- the requestfr.paris.lutece.portal.service.admin.AccessDeniedException
- If the user is not authorized to access this feature@Action(value="doCreateFormResourceType") public String doCreateFormResourceType(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
request
- the requestfr.paris.lutece.portal.service.admin.AccessDeniedException
- If the user is not authorized to access this feature@View(value="modifyFormResourceType") public String getModifyFormResourceType(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
request
- The requestfr.paris.lutece.portal.service.admin.AccessDeniedException
- If the user is not authorized to access this feature@Action(value="doModifyFormResourceType") public String doModifyFormResourceType(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
request
- The requestfr.paris.lutece.portal.service.admin.AccessDeniedException
- If the user is not authorized to access this feature@View(value="confirmRemoveFormResourceType") public String getConfirmRemoveFormResourceType(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
request
- the requestfr.paris.lutece.portal.service.admin.AccessDeniedException
- If the user is not authorized to access this feature@Action(value="doRemoveFormResourceType") public String doRemoveFormResourceType(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
request
- The requestfr.paris.lutece.portal.service.admin.AccessDeniedException
- If the user is not authorized to access this feature@Action(value="doSetAdminDefaultResourceType") public String doSetAdminDefaultResourceType(javax.servlet.http.HttpServletRequest request)
request
- The request@Action(value="doSetLocationDefaultResourceType") public String doSetLocalizationDefaultResourceType(javax.servlet.http.HttpServletRequest request)
request
- The requestpublic static final String getUrlManageAppointmentFormResourceType(int nIdForm, javax.servlet.http.HttpServletRequest request)
nIdForm
- the id of the formrequest
- The requestCopyright © 2018 City of Paris. All rights reserved.