public class UserSearchCriteria extends PageableSearchCriteriaBase implements Serializable
| Constructor and Description |
|---|
UserSearchCriteria() |
UserSearchCriteria(long[] ids,
String searchString,
int pageNumber,
int pageSize,
ActiveFilter activeFilter,
SortOrder sortOrder,
long subnetworkId,
long userRoleId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ActiveFilter |
getActiveFilter()
Gets the activeFilter value for this UserSearchCriteria.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
SortOrder |
getSortOrder()
Gets the sortOrder value for this UserSearchCriteria.
|
long |
getSubnetworkId()
Gets the subnetworkId value for this UserSearchCriteria.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
long |
getUserRoleId()
Gets the userRoleId value for this UserSearchCriteria.
|
int |
hashCode() |
void |
setActiveFilter(ActiveFilter activeFilter)
Sets the activeFilter value for this UserSearchCriteria.
|
void |
setSortOrder(SortOrder sortOrder)
Sets the sortOrder value for this UserSearchCriteria.
|
void |
setSubnetworkId(long subnetworkId)
Sets the subnetworkId value for this UserSearchCriteria.
|
void |
setUserRoleId(long userRoleId)
Sets the userRoleId value for this UserSearchCriteria.
|
getPageNumber, getPageSize, setPageNumber, setPageSizegetIds, getSearchString, setIds, setSearchStringpublic UserSearchCriteria()
public UserSearchCriteria(long[] ids,
String searchString,
int pageNumber,
int pageSize,
ActiveFilter activeFilter,
SortOrder sortOrder,
long subnetworkId,
long userRoleId)
public ActiveFilter getActiveFilter()
public void setActiveFilter(ActiveFilter activeFilter)
activeFilter - public SortOrder getSortOrder()
public void setSortOrder(SortOrder sortOrder)
sortOrder - public long getSubnetworkId()
public void setSubnetworkId(long subnetworkId)
subnetworkId - public long getUserRoleId()
public void setUserRoleId(long userRoleId)
userRoleId - public boolean equals(Object obj)
equals in class PageableSearchCriteriaBasepublic int hashCode()
hashCode in class PageableSearchCriteriaBasepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.