fr.paris.lutece.plugins.crm.web.demand
Class DemandTypeJspBean

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.demand.DemandTypeJspBean

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

DemandTypeJspBean


Field Summary
static java.lang.String RIGHT_MANAGE_CRM_DEMAND_TYPES
           
 
Constructor Summary
DemandTypeJspBean()
           
 
Method Summary
 java.lang.String doCreateDemandType(javax.servlet.http.HttpServletRequest request)
          Process the data capture form of a new demand type
 java.lang.String doDisableDemandType(javax.servlet.http.HttpServletRequest request)
          Disable a demand type
 java.lang.String doEnableDemandType(javax.servlet.http.HttpServletRequest request)
          Enable a demand type
 java.lang.String doModifyDemandType(javax.servlet.http.HttpServletRequest request)
          Process the change form of a demand type
 java.lang.String doPurgeDemandType(javax.servlet.http.HttpServletRequest request)
          Handles the purge form of a demand type
 java.lang.String doRemoveDemandType(javax.servlet.http.HttpServletRequest request)
          Handles the removal form of a demand type
 java.lang.String doReorderDemandTypes(javax.servlet.http.HttpServletRequest request)
          Do reorder the demand types
 java.lang.String getConfirmPurgeDemandType(javax.servlet.http.HttpServletRequest request)
          Manages the purge form of a demand type whose identifier is in the http request
 java.lang.String getConfirmRemoveDemandType(javax.servlet.http.HttpServletRequest request)
          Manages the removal form of a demand type whose identifier is in the http request
 java.lang.String getCreateDemandType(javax.servlet.http.HttpServletRequest request)
          Returns the form to create a demand type
 java.lang.String getManageDemandTypes(javax.servlet.http.HttpServletRequest request)
          Get interface of managing the list of demand types
 java.lang.String getModifyDemandType(javax.servlet.http.HttpServletRequest request)
          Returns the form to update info about a demand type
 
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, setFeatureIcon, setPageTitleProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RIGHT_MANAGE_CRM_DEMAND_TYPES

public static final java.lang.String RIGHT_MANAGE_CRM_DEMAND_TYPES
See Also:
Constant Field Values
Constructor Detail

DemandTypeJspBean

public DemandTypeJspBean()
Method Detail

getManageDemandTypes

public java.lang.String getManageDemandTypes(javax.servlet.http.HttpServletRequest request)
Get interface of managing the list of demand types

Parameters:
request - HttpServletRequest
Returns:
the html code

getCreateDemandType

public java.lang.String getCreateDemandType(javax.servlet.http.HttpServletRequest request)
Returns the form to create a demand type

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

doCreateDemandType

public java.lang.String doCreateDemandType(javax.servlet.http.HttpServletRequest request)
Process the data capture form of a new demand type

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

getConfirmRemoveDemandType

public java.lang.String getConfirmRemoveDemandType(javax.servlet.http.HttpServletRequest request)
Manages the removal form of a demand type whose identifier is in the http request

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

doRemoveDemandType

public java.lang.String doRemoveDemandType(javax.servlet.http.HttpServletRequest request)
Handles the removal form of a demand type

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

getModifyDemandType

public java.lang.String getModifyDemandType(javax.servlet.http.HttpServletRequest request)
Returns the form to update info about a demand type

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

doModifyDemandType

public java.lang.String doModifyDemandType(javax.servlet.http.HttpServletRequest request)
Process the change form of a demand type

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

doReorderDemandTypes

public java.lang.String doReorderDemandTypes(javax.servlet.http.HttpServletRequest request)
Do reorder the demand types

Parameters:
request - HttpServletRequest
Returns:
the jsp URL to display the form to manage demand types

getConfirmPurgeDemandType

public java.lang.String getConfirmPurgeDemandType(javax.servlet.http.HttpServletRequest request)
Manages the purge form of a demand type whose identifier is in the http request

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

doPurgeDemandType

public java.lang.String doPurgeDemandType(javax.servlet.http.HttpServletRequest request)
Handles the purge form of a demand type

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

doEnableDemandType

public java.lang.String doEnableDemandType(javax.servlet.http.HttpServletRequest request)
Enable a demand type

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

doDisableDemandType

public java.lang.String doDisableDemandType(javax.servlet.http.HttpServletRequest request)
Disable a demand type

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


Copyright © 2011 Mairie de Paris. All Rights Reserved.