fr.paris.lutece.plugins.document.web
Class DocumentTypeJspBean

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.document.web.DocumentTypeJspBean

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

JSP Bean for document type management


Field Summary
static java.lang.String RIGHT_DOCUMENT_TYPES_MANAGEMENT
           
 
Constructor Summary
DocumentTypeJspBean()
           
 
Method Summary
 java.lang.String doAddAttribute(javax.servlet.http.HttpServletRequest request)
          Perform attribute creation
 java.lang.String doAttributeMoveDown(javax.servlet.http.HttpServletRequest request)
          Perform the move down action
 java.lang.String doAttributeMoveUp(javax.servlet.http.HttpServletRequest request)
          Perform the move up action
 java.lang.String doConfirmDelete(javax.servlet.http.HttpServletRequest request)
          Confirm the deletion of a document type
 java.lang.String doConfirmDeleteAttribute(javax.servlet.http.HttpServletRequest request)
          Confirm the deletion of an attribute
 java.lang.String doCreateDocumentType(javax.servlet.http.HttpServletRequest request)
          Perform the document type creation
 java.lang.String doDeleteAttribute(javax.servlet.http.HttpServletRequest request)
          Perform the attribute deletion
 java.lang.String doDeleteDocumentType(javax.servlet.http.HttpServletRequest request)
          Perform the deletion of a document type
 java.lang.String doModifyAttribute(javax.servlet.http.HttpServletRequest request)
          Perform attribute modification
 java.lang.String doModifyDocumentType(javax.servlet.http.HttpServletRequest request)
          Perform document type modification creation
 java.lang.String getAddAttribute(javax.servlet.http.HttpServletRequest request)
          Gets ttribute creation page
 java.lang.String getCreateDocumentType(javax.servlet.http.HttpServletRequest request)
          Gets the document type creation page
 java.lang.String getManageDocumentTypes(javax.servlet.http.HttpServletRequest request)
          Gets the Document Types Management Page
 java.lang.String getModifyAttribute(javax.servlet.http.HttpServletRequest request)
          Gets the modification page
 java.lang.String getModifyDocumentType(javax.servlet.http.HttpServletRequest request)
          Gets the document type 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

RIGHT_DOCUMENT_TYPES_MANAGEMENT

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

DocumentTypeJspBean

public DocumentTypeJspBean()
Method Detail

getManageDocumentTypes

public java.lang.String getManageDocumentTypes(javax.servlet.http.HttpServletRequest request)
Gets the Document Types Management Page

Parameters:
request - The HTTP request
Returns:
The Document Types Management Page

getCreateDocumentType

public java.lang.String getCreateDocumentType(javax.servlet.http.HttpServletRequest request)
Gets the document type creation page

Parameters:
request - The HTTP request
Returns:
The document type creation page

doCreateDocumentType

public java.lang.String doCreateDocumentType(javax.servlet.http.HttpServletRequest request)
Perform the document type creation

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

getModifyDocumentType

public java.lang.String getModifyDocumentType(javax.servlet.http.HttpServletRequest request)
Gets the document type modification page

Parameters:
request - The HTTP request
Returns:
The document type modification page

doModifyDocumentType

public java.lang.String doModifyDocumentType(javax.servlet.http.HttpServletRequest request)
Perform document type modification creation

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

getAddAttribute

public java.lang.String getAddAttribute(javax.servlet.http.HttpServletRequest request)
Gets ttribute creation page

Parameters:
request - The HTTP request
Returns:
the html template

doAddAttribute

public java.lang.String doAddAttribute(javax.servlet.http.HttpServletRequest request)
Perform attribute creation

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

doModifyAttribute

public java.lang.String doModifyAttribute(javax.servlet.http.HttpServletRequest request)
Perform attribute modification

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 modification page

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

doConfirmDelete

public java.lang.String doConfirmDelete(javax.servlet.http.HttpServletRequest request)
Confirm the deletion of a document type

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

doDeleteDocumentType

public java.lang.String doDeleteDocumentType(javax.servlet.http.HttpServletRequest request)
Perform the deletion of a document type

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

doConfirmDeleteAttribute

public java.lang.String doConfirmDeleteAttribute(javax.servlet.http.HttpServletRequest request)
Confirm the deletion of an attribute

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

doDeleteAttribute

public java.lang.String doDeleteAttribute(javax.servlet.http.HttpServletRequest request)
Perform the attribute deletion

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

doAttributeMoveUp

public java.lang.String doAttributeMoveUp(javax.servlet.http.HttpServletRequest request)
Perform the move up action

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

doAttributeMoveDown

public java.lang.String doAttributeMoveDown(javax.servlet.http.HttpServletRequest request)
Perform the move down action

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


Copyright © 2007 Mairie de Paris. All Rights Reserved.