fr.paris.lutece.plugins.files2docs.web
Class MappingJspBean

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.files2docs.web.MappingJspBean

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

Files2Docs Mapping JSP Bean class


Field Summary
static java.lang.String MAPPING_MANAGEMENT
           
 
Constructor Summary
MappingJspBean()
          Constructor
 
Method Summary
 java.lang.String doChangeAttributeFileImage(javax.servlet.http.HttpServletRequest request)
          Change the assignment for attribute file/image of the document type
 java.lang.String doCreateMapping(javax.servlet.http.HttpServletRequest request)
          Performs the creation of the mapping
 java.lang.String doModifyAttribute(javax.servlet.http.HttpServletRequest request)
          Performs the modification of the attribute
 java.lang.String doModifyMapping(javax.servlet.http.HttpServletRequest request)
          Performs the modification of the mapping
 java.lang.String doRemoveMapping(javax.servlet.http.HttpServletRequest request)
          Performs the removal of the mapping
 java.lang.String getConfirmRemoveMapping(javax.servlet.http.HttpServletRequest request)
          Returns the confirmation to remove the mapping
 java.lang.String getCreateMapping(javax.servlet.http.HttpServletRequest request)
          Gets the mapping creation page
 java.lang.String getManageMapping(javax.servlet.http.HttpServletRequest request)
          Gets the mapping management page
 java.lang.String getModifyAttribute(javax.servlet.http.HttpServletRequest request)
          Gets the attribute modification page
 java.lang.String getModifyMapping(javax.servlet.http.HttpServletRequest request)
          Gets the mapping modification page
 
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

MAPPING_MANAGEMENT

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

MappingJspBean

public MappingJspBean()
Constructor

Method Detail

getManageMapping

public java.lang.String getManageMapping(javax.servlet.http.HttpServletRequest request)
Gets the mapping management page

Parameters:
request - The HTTP request
Returns:
The mapping management page

getCreateMapping

public java.lang.String getCreateMapping(javax.servlet.http.HttpServletRequest request)
Gets the mapping creation page

Parameters:
request - The HTTP request
Returns:
The mapping creation page

doCreateMapping

public java.lang.String doCreateMapping(javax.servlet.http.HttpServletRequest request)
Performs the creation of the mapping

Parameters:
request - The HTTP request
Returns:
The URL to go after performing the action

getModifyMapping

public java.lang.String getModifyMapping(javax.servlet.http.HttpServletRequest request)
Gets the mapping modification page

Parameters:
request - The HTTP request
Returns:
The mapping modification page

doModifyMapping

public java.lang.String doModifyMapping(javax.servlet.http.HttpServletRequest request)
Performs the modification of the mapping

Parameters:
request - The HTTP request
Returns:
The URL to go after performing the action

getConfirmRemoveMapping

public java.lang.String getConfirmRemoveMapping(javax.servlet.http.HttpServletRequest request)
Returns the confirmation to remove the mapping

Parameters:
request - The HTTP request
Returns:
The confirmation page

doRemoveMapping

public java.lang.String doRemoveMapping(javax.servlet.http.HttpServletRequest request)
Performs the removal of the mapping

Parameters:
request - The HTTP request
Returns:
The URL to go after performing the action

getModifyAttribute

public java.lang.String getModifyAttribute(javax.servlet.http.HttpServletRequest request)
Gets the attribute modification page

Parameters:
request - The HTTP request
Returns:
The attribute modification page

doModifyAttribute

public java.lang.String doModifyAttribute(javax.servlet.http.HttpServletRequest request)
Performs the modification of the attribute

Parameters:
request - The HTTP request
Returns:
The URL to go after performing the action

doChangeAttributeFileImage

public java.lang.String doChangeAttributeFileImage(javax.servlet.http.HttpServletRequest request)
Change the assignment for attribute file/image of the document type

Parameters:
request - The HTTP request
Returns:
The URL to go after performing the action


Copyright © 2012 Mairie de Paris. All Rights Reserved.