public class MyAppsDatabaseJspBean
extends fr.paris.lutece.portal.web.admin.PluginAdminPageJspBean
| Modifier and Type | Field and Description |
|---|---|
static String |
RIGHT_MYAPPS_DATABASE_MANAGEMENT |
| Constructor and Description |
|---|
MyAppsDatabaseJspBean()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
doCreateMyApp(javax.servlet.http.HttpServletRequest request)
Process the myapp creation
|
String |
doCreateMyAppCategory(javax.servlet.http.HttpServletRequest request) |
String |
doModifyMyApp(javax.servlet.http.HttpServletRequest request)
Process the myapp creation
|
String |
doModifyMyAppCategory(javax.servlet.http.HttpServletRequest request) |
String |
doRemoveMyApp(javax.servlet.http.HttpServletRequest request)
Handles the removal form of a myapp
|
String |
doRemoveMyAppCategory(javax.servlet.http.HttpServletRequest request) |
String |
getConfirmRemoveMyApp(javax.servlet.http.HttpServletRequest request)
Process the confirmation of the removal of an application
|
String |
getConfirmRemoveMyAppCategory(javax.servlet.http.HttpServletRequest request) |
String |
getCreateMyApp(javax.servlet.http.HttpServletRequest request)
Returns the form to create a myapp
|
String |
getCreateMyAppCategory(javax.servlet.http.HttpServletRequest request) |
String |
getManageMyApps(javax.servlet.http.HttpServletRequest request)
Returns the list of myapps
|
String |
getManageMyAppsCategory(javax.servlet.http.HttpServletRequest request)
Returns the list of myapps
|
String |
getModifyMyApp(javax.servlet.http.HttpServletRequest request)
Returns the form to update a myapp
|
String |
getModifyMyAppCategory(javax.servlet.http.HttpServletRequest request) |
getPlugin, initpublic static final String RIGHT_MYAPPS_DATABASE_MANAGEMENT
public String getManageMyApps(javax.servlet.http.HttpServletRequest request)
request - The Http requestpublic String getManageMyAppsCategory(javax.servlet.http.HttpServletRequest request)
request - The Http requestpublic String getConfirmRemoveMyApp(javax.servlet.http.HttpServletRequest request)
request - The Http requestpublic String getConfirmRemoveMyAppCategory(javax.servlet.http.HttpServletRequest request)
public String doRemoveMyApp(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 current user has not the permission to removepublic String doRemoveMyAppCategory(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
fr.paris.lutece.portal.service.admin.AccessDeniedExceptionpublic String getModifyMyApp(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 current user has not the permission to modifypublic String getModifyMyAppCategory(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
fr.paris.lutece.portal.service.admin.AccessDeniedExceptionpublic String doModifyMyAppCategory(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
fr.paris.lutece.portal.service.admin.AccessDeniedExceptionpublic String getCreateMyApp(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 current user has not the permission to createpublic String getCreateMyAppCategory(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
fr.paris.lutece.portal.service.admin.AccessDeniedExceptionpublic String doCreateMyAppCategory(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
fr.paris.lutece.portal.service.admin.AccessDeniedExceptionpublic String doCreateMyApp(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 current user has not the permission to createpublic String doModifyMyApp(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 current user has not the permission to modifyCopyright © 2018 City of Paris. All rights reserved.