fr.paris.lutece.portal.web.user.attribute
Class AttributeJspBean

java.lang.Object
  extended by fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean
      extended by fr.paris.lutece.portal.web.user.attribute.AttributeJspBean

public class AttributeJspBean
extends AdminFeaturesPageJspBean

AttributeJspBean


Constructor Summary
AttributeJspBean()
           
 
Method Summary
 java.lang.String doConfirmRemoveAttribute(javax.servlet.http.HttpServletRequest request)
          Get the confirmation to remove an user attribute
 java.lang.String doCreateAttribute(javax.servlet.http.HttpServletRequest request)
          Create an user attribute
 java.lang.String doModifyAttribute(javax.servlet.http.HttpServletRequest request)
          Modify the attribute
 java.lang.String doMoveDownAttribute(javax.servlet.http.HttpServletRequest request)
          Move down the position of the attribute field
 java.lang.String doMoveUpAttribute(javax.servlet.http.HttpServletRequest request)
          Move up the position of the attribute field
 java.lang.String doRemoveAttribute(javax.servlet.http.HttpServletRequest request)
          Remove an user attribute
 java.lang.String getCreateAttribute(javax.servlet.http.HttpServletRequest request)
          Get user attribute creation interface
 java.lang.String getManageAttributes(javax.servlet.http.HttpServletRequest request)
          Get list of user attributes
 java.lang.String getModifyAttribute(javax.servlet.http.HttpServletRequest request)
          Get the user attribute modification interface
 
Methods inherited from class fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean
getAdminPage, getFeatureIcon, getHomeUrl, getLocale, getPageTitle, getUser, init, populate, setFeatureIcon, setPageTitleProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeJspBean

public AttributeJspBean()
Method Detail

getManageAttributes

public java.lang.String getManageAttributes(javax.servlet.http.HttpServletRequest request)
Get list of user attributes

Parameters:
request - HttpServletRequest
Returns:
list of attributes

getCreateAttribute

public java.lang.String getCreateAttribute(javax.servlet.http.HttpServletRequest request)
Get user attribute creation interface

Parameters:
request - HttpServletRequest
Returns:
the Html form

doCreateAttribute

public java.lang.String doCreateAttribute(javax.servlet.http.HttpServletRequest request)
Create an user attribute

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

getModifyAttribute

public java.lang.String getModifyAttribute(javax.servlet.http.HttpServletRequest request)
Get the user attribute modification interface

Parameters:
request - HttpServletRequest
Returns:
the html form

doModifyAttribute

public java.lang.String doModifyAttribute(javax.servlet.http.HttpServletRequest request)
Modify the attribute

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

doConfirmRemoveAttribute

public java.lang.String doConfirmRemoveAttribute(javax.servlet.http.HttpServletRequest request)
Get the confirmation to remove an user attribute

Parameters:
request - HttpServletRequest
Returns:
The Jsp URL of the confirmation window

doRemoveAttribute

public java.lang.String doRemoveAttribute(javax.servlet.http.HttpServletRequest request)
Remove an user attribute

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

doMoveUpAttribute

public java.lang.String doMoveUpAttribute(javax.servlet.http.HttpServletRequest request)
Move up the position of the attribute field

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

doMoveDownAttribute

public java.lang.String doMoveDownAttribute(javax.servlet.http.HttpServletRequest request)
Move down the position of the attribute field

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


Copyright © 2012 Mairie de Paris. All Rights Reserved.