fr.paris.lutece.plugins.mylutece.web.attribute
Class AttributeJspBean

java.lang.Object
  extended by fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean
      extended by fr.paris.lutece.plugins.mylutece.web.attribute.AttributeJspBean
All Implemented Interfaces:
Serializable

public class AttributeJspBean
extends fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean

AttributeJspBean

See Also:
Serialized Form

Field Summary
static String RIGHT_MANAGE_MYLUTECE
           
 
Constructor Summary
AttributeJspBean()
           
 
Method Summary
 String doConfirmRemoveAttribute(javax.servlet.http.HttpServletRequest request)
          Get the confirmation to remove an user attribute
 String doCreateAttribute(javax.servlet.http.HttpServletRequest request)
          Create an user attribute
 String doModifyAttribute(javax.servlet.http.HttpServletRequest request)
          Modify the attribute
 String doMoveDownAttribute(javax.servlet.http.HttpServletRequest request)
          Move down the position of the attribute field
 String doMoveUpAttribute(javax.servlet.http.HttpServletRequest request)
          Move up the position of the attribute field
 String doRemoveAttribute(javax.servlet.http.HttpServletRequest request)
          Remove an user attribute
 String getCreateAttribute(javax.servlet.http.HttpServletRequest request)
          Get user attribute creation interface
 String getManageAttributes(javax.servlet.http.HttpServletRequest request)
          Get list of user attributes
 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, 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_MYLUTECE

public static final String RIGHT_MANAGE_MYLUTECE
See Also:
Constant Field Values
Constructor Detail

AttributeJspBean

public AttributeJspBean()
Method Detail

getManageAttributes

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

Parameters:
request - HttpServletRequest
Returns:
list of attributes

getCreateAttribute

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

Parameters:
request - HttpServletRequest
Returns:
the Html form

doCreateAttribute

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

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

getModifyAttribute

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

Parameters:
request - HttpServletRequest
Returns:
the html form

doModifyAttribute

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

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

doConfirmRemoveAttribute

public 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 String doRemoveAttribute(javax.servlet.http.HttpServletRequest request)
Remove an user attribute

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

doMoveUpAttribute

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