|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.user.AdminUserFilter
public class AdminUserFilter
This class provides a filter for users search function
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 |
---|
public AdminUserFilter()
Method Detail |
---|
public void init()
public String getAccessCode()
public void setAccessCode(String strAccessCode)
strAccessCode
- The Access Codepublic String getLastName()
public void setLastName(String strLastName)
strLastName
- The Last Namepublic String getFirstName()
public void setFirstName(String strFirstName)
strFirstName
- The First Namepublic String getEmail()
public void setEmail(String strEmail)
strEmail
- The emailpublic int getStatus()
public void setStatus(int nStatus)
nStatus
- The Statuspublic int getUserLevel()
public void setUserLevel(int nUserLevel)
nUserLevel
- The User Levelpublic boolean setAdminUserFilter(javax.servlet.http.HttpServletRequest request)
request
- HttpServletRequest
public void setUrlAttributes(UrlItem url)
url
- The url itempublic String getUrlAttributes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |