|
||||||||||
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 | |
---|---|
java.lang.String |
getAccessCode()
Get the access code |
java.lang.String |
getEmail()
Get the email |
java.lang.String |
getFirstName()
Get the first name |
java.lang.String |
getLastName()
Get the last name |
int |
getStatus()
Get the status |
java.lang.String |
getUrlAttributes()
Build url attributes |
int |
getUserLevel()
Get the user level |
void |
init()
Initialize each component of the object |
void |
setAccessCode(java.lang.String strAccessCode)
Set the access code |
boolean |
setAdminUserFilter(javax.servlet.http.HttpServletRequest request)
Set the value of the AdminUserFilter |
void |
setEmail(java.lang.String strEmail)
Set the email |
void |
setFirstName(java.lang.String strFirstName)
Set the first name |
void |
setLastName(java.lang.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 java.lang.String getAccessCode()
public void setAccessCode(java.lang.String strAccessCode)
strAccessCode
- The Access Codepublic java.lang.String getLastName()
public void setLastName(java.lang.String strLastName)
strLastName
- The Last Namepublic java.lang.String getFirstName()
public void setFirstName(java.lang.String strFirstName)
strFirstName
- The First Namepublic java.lang.String getEmail()
public void setEmail(java.lang.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)
the
- urlpublic java.lang.String getUrlAttributes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |