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
All Implemented Interfaces:
Serializable

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

DemandTypeJspBean

See Also:
Serialized Form

Field Summary
static String RIGHT_MANAGE_CRM_DEMAND_TYPES
           
 
Constructor Summary
DemandTypeJspBean()
           
 
Method Summary
 String doCreateDemandType(javax.servlet.http.HttpServletRequest request)
          Process the data capture form of a new demand type
 String doDisableDemandType(javax.servlet.http.HttpServletRequest request)
          Disable a demand type
 String doEnableDemandType(javax.servlet.http.HttpServletRequest request)
          Enable a demand type
 String doModifyAdvancedParameters(javax.servlet.http.HttpServletRequest request)
          Process the parameter change for "display draft"
 String doModifyDemandType(javax.servlet.http.HttpServletRequest request)
          Process the change form of a demand type
 String doPurgeDemandType(javax.servlet.http.HttpServletRequest request)
          Handles the purge form of a demand type
 String doRemoveDemandType(javax.servlet.http.HttpServletRequest request)
          Handles the removal form of a demand type
 String doReorderDemandTypes(javax.servlet.http.HttpServletRequest request)
          Do reorder the demand types
 String getConfirmPurgeDemandType(javax.servlet.http.HttpServletRequest request)
          Manages the purge form of a demand type whose identifier is in the http request
 String getConfirmRemoveDemandType(javax.servlet.http.HttpServletRequest request)
          Manages the removal form of a demand type whose identifier is in the http request
 String getCreateDemandType(javax.servlet.http.HttpServletRequest request)
          Returns the form to create a demand type
 String getManageAdvancedParameters(javax.servlet.http.HttpServletRequest request)
          Get interface of advanced parameters
 String getManageDemandTypes(javax.servlet.http.HttpServletRequest request)
          Get interface of managing the list of demand types
 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, populate, setFeatureIcon, setPageTitleProperty, validate, validate, validate
 
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 String RIGHT_MANAGE_CRM_DEMAND_TYPES
See Also:
Constant Field Values
Constructor Detail

DemandTypeJspBean

public DemandTypeJspBean()
Method Detail

getManageDemandTypes

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

Parameters:
request - HttpServletRequest
Returns:
the html code

getManageAdvancedParameters

public String getManageAdvancedParameters(javax.servlet.http.HttpServletRequest request)
Get interface of advanced parameters

Parameters:
request - HttpServletRequest
Returns:
the html code

getCreateDemandType

public 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 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 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 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 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 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

doModifyAdvancedParameters

public String doModifyAdvancedParameters(javax.servlet.http.HttpServletRequest request)
Process the parameter change for "display draft"

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

doReorderDemandTypes

public 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 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 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 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 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 © 2013 Mairie de Paris. All Rights Reserved.