fr.paris.lutece.portal.business.user
Class AdminUserFilter

java.lang.Object
  extended by fr.paris.lutece.portal.business.user.AdminUserFilter
All Implemented Interfaces:
Serializable

public class AdminUserFilter
extends Object
implements Serializable

This class provides a filter for users search function

See Also:
Serialized Form

Constructor Summary
AdminUserFilter()
          Constructor
 
Method Summary
 String getAccessCode()
          Get the access code
 String getEmail()
          Get the email
 String getFirstName()
          Get the first name
 String getLastName()
          Get the last name
 int getStatus()
          Get the status
 String getUrlAttributes()
          Build url attributes
 int getUserLevel()
          Get the user level
 void init()
          Initialize each component of the object
 void setAccessCode(String strAccessCode)
          Set the access code
 boolean setAdminUserFilter(javax.servlet.http.HttpServletRequest request)
          Set the value of the AdminUserFilter
 void setEmail(String strEmail)
          Set the email
 void setFirstName(String strFirstName)
          Set the first name
 void setLastName(String strLastName)
          Set the last name
 void setStatus(int nStatus)
          Set the status
 void setUrlAttributes(UrlItem url)
          Build url attributes
 void setUserLevel(int nUserLevel)
          Set the user level
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminUserFilter

public AdminUserFilter()
Constructor

Method Detail

init

public void init()
Initialize each component of the object


getAccessCode

public String getAccessCode()
Get the access code

Returns:
The access code

setAccessCode

public void setAccessCode(String strAccessCode)
Set the access code

Parameters:
strAccessCode - The Access Code

getLastName

public String getLastName()
Get the last name

Returns:
The last name

setLastName

public void setLastName(String strLastName)
Set the last name

Parameters:
strLastName - The Last Name

getFirstName

public String getFirstName()
Get the first name

Returns:
The first name

setFirstName

public void setFirstName(String strFirstName)
Set the first name

Parameters:
strFirstName - The First Name

getEmail

public String getEmail()
Get the email

Returns:
The email

setEmail

public void setEmail(String strEmail)
Set the email

Parameters:
strEmail - The email

getStatus

public int getStatus()
Get the status

Returns:
The status level

setStatus

public void setStatus(int nStatus)
Set the status

Parameters:
nStatus - The Status

getUserLevel

public int getUserLevel()
Get the user level

Returns:
The user level

setUserLevel

public void setUserLevel(int nUserLevel)
Set the user level

Parameters:
nUserLevel - The User Level

setAdminUserFilter

public boolean setAdminUserFilter(javax.servlet.http.HttpServletRequest request)
Set the value of the AdminUserFilter

Parameters:
request - HttpServletRequest
Returns:
true if there is a search

setUrlAttributes

public void setUrlAttributes(UrlItem url)
Build url attributes

Parameters:
url - The url item

getUrlAttributes

public String getUrlAttributes()
Build url attributes

Returns:
the url attributes


Copyright © 2014 Mairie de Paris. All Rights Reserved.