public class CalendarCategoryJspBean
extends fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean
Modifier and Type | Field and Description |
---|---|
static String |
RIGHT_CATEGORY_MANAGEMENT |
Constructor and Description |
---|
CalendarCategoryJspBean()
Creates a new CategoryJspBean object.
|
Modifier and Type | Method and Description |
---|---|
String |
doCreateCategory(javax.servlet.http.HttpServletRequest request)
Create Category
|
String |
doModifyCategory(javax.servlet.http.HttpServletRequest request)
Modify Category
|
String |
doRemoveCategory(javax.servlet.http.HttpServletRequest request)
Perform the deletion
|
String |
getConfirmRemoveCategory(javax.servlet.http.HttpServletRequest request)
Returns the page of confirmation for deleting a workgroup
|
String |
getCreateCategory(javax.servlet.http.HttpServletRequest request)
Insert a new Category
|
String |
getManageCategory(javax.servlet.http.HttpServletRequest request)
Returns Category management form
|
String |
getModifyCategory(javax.servlet.http.HttpServletRequest request)
Returns Category modification form
|
public static final String RIGHT_CATEGORY_MANAGEMENT
public CalendarCategoryJspBean()
public String getManageCategory(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 allowed to access this
featurepublic String getCreateCategory(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 allowed to access this
featurepublic String doCreateCategory(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 allowed to access this
featurepublic String getModifyCategory(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 allowed to access this
featurepublic String doModifyCategory(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 allowed to access this
featurepublic String getConfirmRemoveCategory(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 allowed to access this
featurepublic String doRemoveCategory(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 allowed to access this
featureCopyright © 2015 City of Paris. All rights reserved.