fr.paris.lutece.plugins.crm.web.category
Class CategoryJspBean

java.lang.Object
  extended by fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean
      extended by fr.paris.lutece.portal.web.admin.PluginAdminPageJspBean
          extended by fr.paris.lutece.plugins.crm.web.category.CategoryJspBean
All Implemented Interfaces:
Serializable

public class CategoryJspBean
extends fr.paris.lutece.portal.web.admin.PluginAdminPageJspBean

CategoryJspBean

See Also:
Serialized Form

Constructor Summary
CategoryJspBean()
           
 
Method Summary
 String doCreateCategory(javax.servlet.http.HttpServletRequest request)
          Process the data capture form of a new category
 String doModifyCategory(javax.servlet.http.HttpServletRequest request)
          Process the change form of a category
 String doRemoveCategory(javax.servlet.http.HttpServletRequest request)
          Handles the removal form of a category
 String getConfirmRemoveCategory(javax.servlet.http.HttpServletRequest request)
          Manages the removal form of a category whose identifier is in the http request
 String getCreateCategory(javax.servlet.http.HttpServletRequest request)
          Returns the form to create a category
 String getManageCategories(javax.servlet.http.HttpServletRequest request)
          Returns the list of categories
 String getModifyCategory(javax.servlet.http.HttpServletRequest request)
          Returns the form to update info about a category
 
Methods inherited from class fr.paris.lutece.portal.web.admin.PluginAdminPageJspBean
getPlugin, init
 
Methods inherited from class fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean
getAdminPage, getFeatureIcon, getHomeUrl, getLocale, getPageTitle, getUser, populate, setFeatureIcon, setPageTitleProperty, validate, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryJspBean

public CategoryJspBean()
Method Detail

getManageCategories

public String getManageCategories(javax.servlet.http.HttpServletRequest request)
Returns the list of categories

Parameters:
request - The Http request
Returns:
the categorys list

getCreateCategory

public String getCreateCategory(javax.servlet.http.HttpServletRequest request)
Returns the form to create a category

Parameters:
request - The Http request
Returns:
the html code of the category form

doCreateCategory

public String doCreateCategory(javax.servlet.http.HttpServletRequest request)
Process the data capture form of a new category

Parameters:
request - The Http Request
Returns:
The Jsp URL of the process result

getConfirmRemoveCategory

public String getConfirmRemoveCategory(javax.servlet.http.HttpServletRequest request)
Manages the removal form of a category whose identifier is in the http request

Parameters:
request - The Http request
Returns:
the html code to confirm

doRemoveCategory

public String doRemoveCategory(javax.servlet.http.HttpServletRequest request)
Handles the removal form of a category

Parameters:
request - The Http request
Returns:
the jsp URL to display the form to manage categorys

getModifyCategory

public String getModifyCategory(javax.servlet.http.HttpServletRequest request)
Returns the form to update info about a category

Parameters:
request - The Http request
Returns:
The HTML form to update info

doModifyCategory

public String doModifyCategory(javax.servlet.http.HttpServletRequest request)
Process the change form of a category

Parameters:
request - The Http request
Returns:
The Jsp URL of the process result


Copyright © 2013 Mairie de Paris. All Rights Reserved.