public class UserListDataBean extends UserListDataBeanBase
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Copyright.
|
emptyString| Constructor and Description |
|---|
UserListDataBean()
Null argument constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector |
getUserIds()
Gets a vector of the user IDs
|
int |
getUserLength()
Gets length of the search results.
|
java.util.Vector |
getUserNames()
Gets a vector of the user names
|
void |
populate()
Populates the data bean.
|
void |
setMaxResults(int anMaxResults)
Set the value for the maximum number of results to return.
|
void |
setSearchCriteria(java.lang.Long adminId,
java.lang.String userName,
java.lang.String searchType,
java.lang.String returningUserCriteria)
To specify the search criteria option before invoking the method
populate().
|
getDelegate, getOwnerfulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextgetRequestProperties, setRequestPropertiesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfulfillsgetRequestProperties, setRequestPropertiespublic static final java.lang.String COPYRIGHT
public void setSearchCriteria(java.lang.Long adminId,
java.lang.String userName,
java.lang.String searchType,
java.lang.String returningUserCriteria)
adminId - the ID of the administratoruserName - the search string which will be used to search on the logon ID of the userssearchType - specify the search criteria option, the valid options:
returningUserCriteria - specify the kind of users that need to be returned.public void setMaxResults(int anMaxResults)
anMaxResults - The value for the maximum number of results to return.public void populate()
throws java.lang.Exception
populate in interface SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.Exception - Thrown when UserAccessBean cannot retrieve the
data according to search criteria.public int getUserLength()
public java.util.Vector getUserIds()
public java.util.Vector getUserNames()