public class ContactSearchCriteria extends PageableSearchCriteriaBase implements Serializable
| Constructor and Description |
|---|
ContactSearchCriteria() |
ContactSearchCriteria(long[] ids,
String searchString,
int pageNumber,
int pageSize,
boolean includeParentContacts,
long[] siteDirectorySiteIds,
SortOrder sortOrder) |
| 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
|
long[] |
getSiteDirectorySiteIds()
Gets the siteDirectorySiteIds value for this ContactSearchCriteria.
|
SortOrder |
getSortOrder()
Gets the sortOrder value for this ContactSearchCriteria.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isIncludeParentContacts()
Gets the includeParentContacts value for this ContactSearchCriteria.
|
void |
setIncludeParentContacts(boolean includeParentContacts)
Sets the includeParentContacts value for this ContactSearchCriteria.
|
void |
setSiteDirectorySiteIds(long[] siteDirectorySiteIds)
Sets the siteDirectorySiteIds value for this ContactSearchCriteria.
|
void |
setSortOrder(SortOrder sortOrder)
Sets the sortOrder value for this ContactSearchCriteria.
|
getPageNumber, getPageSize, setPageNumber, setPageSizegetIds, getSearchString, setIds, setSearchStringpublic boolean isIncludeParentContacts()
public void setIncludeParentContacts(boolean includeParentContacts)
includeParentContacts - public long[] getSiteDirectorySiteIds()
public void setSiteDirectorySiteIds(long[] siteDirectorySiteIds)
siteDirectorySiteIds - public SortOrder getSortOrder()
public void setSortOrder(SortOrder sortOrder)
sortOrder - 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.