public class UserRoleSearchCriteria extends PageableSearchCriteriaBase implements Serializable
| Constructor and Description |
|---|
UserRoleSearchCriteria() |
UserRoleSearchCriteria(long[] ids,
String searchString,
int pageNumber,
int pageSize,
boolean parentNetworkUserRolesOnly,
SortOrder sortOrder,
long subnetworkId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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 UserRoleSearchCriteria.
|
long |
getSubnetworkId()
Gets the subnetworkId value for this UserRoleSearchCriteria.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isParentNetworkUserRolesOnly()
Gets the parentNetworkUserRolesOnly value for this UserRoleSearchCriteria.
|
void |
setParentNetworkUserRolesOnly(boolean parentNetworkUserRolesOnly)
Sets the parentNetworkUserRolesOnly value for this UserRoleSearchCriteria.
|
void |
setSortOrder(SortOrder sortOrder)
Sets the sortOrder value for this UserRoleSearchCriteria.
|
void |
setSubnetworkId(long subnetworkId)
Sets the subnetworkId value for this UserRoleSearchCriteria.
|
getPageNumber, getPageSize, setPageNumber, setPageSizegetIds, getSearchString, setIds, setSearchStringpublic boolean isParentNetworkUserRolesOnly()
public void setParentNetworkUserRolesOnly(boolean parentNetworkUserRolesOnly)
parentNetworkUserRolesOnly - public SortOrder getSortOrder()
public void setSortOrder(SortOrder sortOrder)
sortOrder - public long getSubnetworkId()
public void setSubnetworkId(long subnetworkId)
subnetworkId - 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.