com.ibm.commerce.tools.optools.user.beans
Class UserSearchDataBean

java.lang.Object
  |
  +--com.ibm.commerce.tools.optools.user.beansrc.UserSearchDataBeanBase
        |
        +--com.ibm.commerce.tools.optools.user.beans.UserSearchDataBean

public class UserSearchDataBean
extends com.ibm.commerce.tools.optools.user.beansrc.UserSearchDataBeanBase
See Also:
Serialized Form

Field Summary
protected  java.lang.Integer _listSize
           
protected  java.lang.Integer _startIndex
           
protected  java.lang.String accountId
           
protected  boolean businessSearch
           
protected  java.lang.String city
           
protected  java.lang.String citySearchType
           
static java.lang.String CLASSNAME
           
protected  boolean collaborativeSearch
           
static java.lang.String COPYRIGHT
           
protected  java.lang.String email
           
protected  java.lang.String emailSearchType
           
protected  java.lang.String firstName
           
protected  java.lang.String firstNameSearchType
           
protected  java.lang.String lastName
           
protected  java.lang.String lastNameSearchType
           
protected  java.lang.String listSize
           
protected  java.lang.String logonId
           
protected  java.lang.String logonIdSearchType
           
protected  java.lang.String orderBy
           
protected  java.lang.String orgId
           
protected  java.lang.String phone
           
protected  java.lang.String phoneSearchType
           
protected  java.lang.String resultSize
           
protected  java.lang.String roleId
           
protected  java.lang.String startIndex
           
protected  java.lang.String storeType
           
protected  java.util.Vector userIds
           
protected  java.lang.String zip
           
protected  java.lang.String zipSearchType
           
 
Constructor Summary
UserSearchDataBean()
          Default Construct
 
Method Summary
 java.lang.String getAccountId()
          Insert the method's description here.
 java.lang.String getCity()
          Insert the method's description here.
 java.lang.String getCitySearchType()
          Insert the method's description here.
 java.lang.String getEmail()
          Insert the method's description here.
 java.lang.String getEmailSearchType()
          Insert the method's description here.
 java.lang.String getFirstName()
          Insert the method's description here.
 java.lang.String getFirstNameSearchType()
          Insert the method's description here.
 java.lang.String getLastName()
          Insert the method's description here.
 java.lang.String getLastNameSearchType()
          Insert the method's description here.
 java.lang.String getListSize()
          Insert the method's description here.
 java.lang.String getLogonId()
          Insert the method's description here.
 java.lang.String getLogonIdSearchType()
          Insert the method's description here.
 java.lang.String getOrderBy()
          Insert the method's description here.
 java.lang.String getOrgId()
          Insert the method's description here.
 java.lang.String getPhone()
          Insert the method's description here.
 java.lang.String getPhoneSearchType()
          Insert the method's description here.
 java.lang.String getResultSize()
          Insert the method's description here.
 java.lang.String getRoleId()
          Insert the method's description here.
 java.lang.String getStartIndex()
          Insert the method's description here.
 java.lang.String getStoreType()
          Insert the method's description here.
 java.util.Vector getUserIds()
          Insert the method's description here.
 java.lang.String getZip()
          Insert the method's description here.
 java.lang.String getZipSearchType()
          Insert the method's description here.
 void populate()
          Populates userIds
 void setAccountId(java.lang.String newAccountId)
          Insert the method's description here.
 void setBusinessSearch()
          Insert the method's description here.
 void setCity(java.lang.String newCity)
          Insert the method's description here.
 void setCitySearchType(java.lang.String newCitySearchType)
          Insert the method's description here.
 void setCollaborativeSearch()
          Insert the method's description here.
 void setEmail(java.lang.String newEmail)
          Insert the method's description here.
 void setEmailSearchType(java.lang.String newEmailSearchType)
          Insert the method's description here.
 void setFirstName(java.lang.String newFirstName)
          Insert the method's description here.
 void setFirstNameSearchType(java.lang.String newFirstNameSearchType)
          Insert the method's description here.
 void setLastName(java.lang.String newLastName)
          Insert the method's description here.
 void setLastNameSearchType(java.lang.String newLastNameSearchType)
          Insert the method's description here.
 void setListSize(java.lang.String newListSize)
          Insert the method's description here.
 void setLogonId(java.lang.String newLogonId)
          Insert the method's description here.
 void setLogonIdSearchType(java.lang.String newLogonIdSearchType)
          Insert the method's description here.
 void setOrderBy(java.lang.String newOrderBy)
          Insert the method's description here.
 void setOrgId(java.lang.String newOrgId)
          Insert the method's description here.
 void setPhone(java.lang.String newPhone)
          Insert the method's description here.
 void setPhoneSearchType(java.lang.String newPhoneSearchType)
          Insert the method's description here.
 void setRoleId(java.lang.String newRoleId)
          Insert the method's description here.
 void setStartIndex(java.lang.String newStartIndex)
          Insert the method's description here.
 void setZip(java.lang.String newZip)
          Insert the method's description here.
 void setZipSearchType(java.lang.String newZipSearchType)
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail
public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

CLASSNAME

public static final java.lang.String CLASSNAME
See Also:
Constant Field Values

logonId

protected java.lang.String logonId

firstName

protected java.lang.String firstName

lastName

protected java.lang.String lastName

phone

protected java.lang.String phone

email

protected java.lang.String email

city

protected java.lang.String city

zip

protected java.lang.String zip

accountId

protected java.lang.String accountId

orgId

protected java.lang.String orgId

roleId

protected java.lang.String roleId

orderBy

protected java.lang.String orderBy

storeType

protected java.lang.String storeType

startIndex

protected java.lang.String startIndex

listSize

protected java.lang.String listSize

userIds

protected java.util.Vector userIds

_startIndex

protected java.lang.Integer _startIndex

_listSize

protected java.lang.Integer _listSize

resultSize

protected java.lang.String resultSize

collaborativeSearch

protected boolean collaborativeSearch

businessSearch

protected boolean businessSearch

logonIdSearchType

protected java.lang.String logonIdSearchType

firstNameSearchType

protected java.lang.String firstNameSearchType

lastNameSearchType

protected java.lang.String lastNameSearchType

phoneSearchType

protected java.lang.String phoneSearchType

emailSearchType

protected java.lang.String emailSearchType

citySearchType

protected java.lang.String citySearchType

zipSearchType

protected java.lang.String zipSearchType
Constructor Detail

UserSearchDataBean

public UserSearchDataBean()
Default Construct
Method Detail

getAccountId

public java.lang.String getAccountId()
Insert the method's description here. Creation date: (9/27/2001 4:27:00 PM)
Returns:
java.lang.String

getCity

public java.lang.String getCity()
Insert the method's description here. Creation date: (9/27/2001 4:26:22 PM)
Returns:
java.lang.String

getCitySearchType

public java.lang.String getCitySearchType()
Insert the method's description here. Creation date: (11/12/2002 1:33:22 PM)
Returns:
java.lang.String

getEmail

public java.lang.String getEmail()
Insert the method's description here. Creation date: (9/27/2001 4:26:00 PM)
Returns:
java.lang.String

getEmailSearchType

public java.lang.String getEmailSearchType()
Insert the method's description here. Creation date: (11/5/2002 6:59:32 PM)
Returns:
String

getFirstName

public java.lang.String getFirstName()
Insert the method's description here. Creation date: (9/27/2001 4:24:18 PM)
Returns:
java.lang.String

getFirstNameSearchType

public java.lang.String getFirstNameSearchType()
Insert the method's description here. Creation date: (11/5/2002 6:41:57 PM)
Returns:
String

getLastName

public java.lang.String getLastName()
Insert the method's description here. Creation date: (9/27/2001 4:25:03 PM)
Returns:
java.lang.String

getLastNameSearchType

public java.lang.String getLastNameSearchType()
Insert the method's description here. Creation date: (11/5/2002 6:42:16 PM)
Returns:
String

getListSize

public java.lang.String getListSize()
Insert the method's description here. Creation date: (9/27/2001 4:29:31 PM)
Returns:
java.lang.String

getLogonId

public java.lang.String getLogonId()
Insert the method's description here. Creation date: (9/27/2001 4:23:40 PM)
Returns:
java.lang.String

getLogonIdSearchType

public java.lang.String getLogonIdSearchType()
Insert the method's description here. Creation date: (11/5/2002 6:41:30 PM)
Returns:
String

getOrderBy

public java.lang.String getOrderBy()
Insert the method's description here. Creation date: (9/27/2001 4:27:28 PM)
Returns:
java.lang.String

getOrgId

public java.lang.String getOrgId()
Insert the method's description here. Creation date: (9/27/2001 4:23:40 PM)
Returns:
java.lang.String

getPhone

public java.lang.String getPhone()
Insert the method's description here. Creation date: (9/27/2001 4:25:44 PM)
Returns:
java.lang.String

getPhoneSearchType

public java.lang.String getPhoneSearchType()
Insert the method's description here. Creation date: (11/5/2002 6:42:42 PM)
Returns:
String

getResultSize

public java.lang.String getResultSize()
Insert the method's description here. Creation date: (9/27/2001 5:12:31 PM)
Returns:
java.lang.String

getRoleId

public java.lang.String getRoleId()
Insert the method's description here. Creation date: (9/27/2001 4:23:40 PM)
Returns:
java.lang.String

getStartIndex

public java.lang.String getStartIndex()
Insert the method's description here. Creation date: (9/27/2001 4:29:07 PM)
Returns:
java.lang.String

getStoreType

public java.lang.String getStoreType()
Insert the method's description here. Creation date: (9/27/2001 4:27:44 PM)
Returns:
java.lang.String

getUserIds

public java.util.Vector getUserIds()
Insert the method's description here. Creation date: (9/27/2001 4:43:24 PM)
Returns:
java.util.Vector

getZip

public java.lang.String getZip()
Insert the method's description here. Creation date: (9/27/2001 4:26:36 PM)
Returns:
java.lang.String

getZipSearchType

public java.lang.String getZipSearchType()
Insert the method's description here. Creation date: (11/5/2002 7:00:20 PM)
Returns:
String

populate

public void populate()
              throws java.lang.Exception
Populates userIds
java.lang.Exception

setAccountId

public void setAccountId(java.lang.String newAccountId)
Insert the method's description here. Creation date: (9/27/2001 4:27:00 PM)
Parameters:
newAccountId - java.lang.String

setBusinessSearch

public void setBusinessSearch()
Insert the method's description here. Creation date: (9/27/2001 4:26:36 PM)

setCity

public void setCity(java.lang.String newCity)
Insert the method's description here. Creation date: (9/27/2001 4:26:22 PM)
Parameters:
newCity - java.lang.String

setCitySearchType

public void setCitySearchType(java.lang.String newCitySearchType)
Insert the method's description here. Creation date: (11/12/2002 1:33:22 PM)
Parameters:
newCitySearchType - java.lang.String

setCollaborativeSearch

public void setCollaborativeSearch()
Insert the method's description here. Creation date: (9/27/2001 4:26:36 PM)

setEmail

public void setEmail(java.lang.String newEmail)
Insert the method's description here. Creation date: (9/27/2001 4:26:00 PM)
Parameters:
newEmail - java.lang.String

setEmailSearchType

public void setEmailSearchType(java.lang.String newEmailSearchType)
Insert the method's description here. Creation date: (11/5/2002 6:59:32 PM)
Parameters:
newEmailSearchType - String

setFirstName

public void setFirstName(java.lang.String newFirstName)
Insert the method's description here. Creation date: (9/27/2001 4:24:18 PM)
Parameters:
newFirstName - java.lang.String

setFirstNameSearchType

public void setFirstNameSearchType(java.lang.String newFirstNameSearchType)
Insert the method's description here. Creation date: (11/5/2002 6:41:57 PM)
Parameters:
newFirstNameSearchType - String

setLastName

public void setLastName(java.lang.String newLastName)
Insert the method's description here. Creation date: (9/27/2001 4:25:03 PM)
Parameters:
newLastName - java.lang.String

setLastNameSearchType

public void setLastNameSearchType(java.lang.String newLastNameSearchType)
Insert the method's description here. Creation date: (11/5/2002 6:42:16 PM)
Parameters:
newLastNameSearchType - String

setListSize

public void setListSize(java.lang.String newListSize)
Insert the method's description here. Creation date: (9/27/2001 4:29:31 PM)
Parameters:
newListSize - java.lang.String

setLogonId

public void setLogonId(java.lang.String newLogonId)
Insert the method's description here. Creation date: (9/27/2001 4:23:40 PM)
Parameters:
newLogonId - java.lang.String

setLogonIdSearchType

public void setLogonIdSearchType(java.lang.String newLogonIdSearchType)
Insert the method's description here. Creation date: (11/5/2002 6:41:30 PM)
Parameters:
newLogonIdSearchType - String

setOrderBy

public void setOrderBy(java.lang.String newOrderBy)
Insert the method's description here. Creation date: (9/27/2001 4:27:28 PM)
Parameters:
newOrderBy - java.lang.String

setOrgId

public void setOrgId(java.lang.String newOrgId)
Insert the method's description here. Creation date: (9/27/2001 4:23:40 PM)

setPhone

public void setPhone(java.lang.String newPhone)
Insert the method's description here. Creation date: (9/27/2001 4:25:44 PM)
Parameters:
newPhone - java.lang.String

setPhoneSearchType

public void setPhoneSearchType(java.lang.String newPhoneSearchType)
Insert the method's description here. Creation date: (11/5/2002 6:42:42 PM)
Parameters:
newPhoneSearchType - String

setRoleId

public void setRoleId(java.lang.String newRoleId)
Insert the method's description here. Creation date: (9/27/2001 4:23:40 PM)

setStartIndex

public void setStartIndex(java.lang.String newStartIndex)
Insert the method's description here. Creation date: (9/27/2001 4:29:07 PM)
Parameters:
newStartIndex - java.lang.String

setZip

public void setZip(java.lang.String newZip)
Insert the method's description here. Creation date: (9/27/2001 4:26:36 PM)
Parameters:
newZip - java.lang.String

setZipSearchType

public void setZipSearchType(java.lang.String newZipSearchType)
Insert the method's description here. Creation date: (11/5/2002 7:00:20 PM)
Parameters:
newZipSearchType - String