public class DfaSiteSearchCriteria extends PageableSearchCriteriaBase implements Serializable
| Constructor and Description |
|---|
DfaSiteSearchCriteria() |
DfaSiteSearchCriteria(long[] ids,
String searchString,
int pageNumber,
int pageSize,
long[] SDSiteIds,
long[] campaignIds,
boolean excludeSitesMappedToSiteDirectory,
long networkId,
SortOrder sortOrder,
long subnetworkId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long[] |
getCampaignIds()
Gets the campaignIds value for this DfaSiteSearchCriteria.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
long |
getNetworkId()
Gets the networkId value for this DfaSiteSearchCriteria.
|
long[] |
getSDSiteIds()
Gets the SDSiteIds value for this DfaSiteSearchCriteria.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
SortOrder |
getSortOrder()
Gets the sortOrder value for this DfaSiteSearchCriteria.
|
long |
getSubnetworkId()
Gets the subnetworkId value for this DfaSiteSearchCriteria.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isExcludeSitesMappedToSiteDirectory()
Gets the excludeSitesMappedToSiteDirectory value for this DfaSiteSearchCriteria.
|
void |
setCampaignIds(long[] campaignIds)
Sets the campaignIds value for this DfaSiteSearchCriteria.
|
void |
setExcludeSitesMappedToSiteDirectory(boolean excludeSitesMappedToSiteDirectory)
Sets the excludeSitesMappedToSiteDirectory value for this DfaSiteSearchCriteria.
|
void |
setNetworkId(long networkId)
Sets the networkId value for this DfaSiteSearchCriteria.
|
void |
setSDSiteIds(long[] SDSiteIds)
Sets the SDSiteIds value for this DfaSiteSearchCriteria.
|
void |
setSortOrder(SortOrder sortOrder)
Sets the sortOrder value for this DfaSiteSearchCriteria.
|
void |
setSubnetworkId(long subnetworkId)
Sets the subnetworkId value for this DfaSiteSearchCriteria.
|
getPageNumber, getPageSize, setPageNumber, setPageSizegetIds, getSearchString, setIds, setSearchStringpublic long[] getSDSiteIds()
public void setSDSiteIds(long[] SDSiteIds)
SDSiteIds - public long[] getCampaignIds()
public void setCampaignIds(long[] campaignIds)
campaignIds - public boolean isExcludeSitesMappedToSiteDirectory()
public void setExcludeSitesMappedToSiteDirectory(boolean excludeSitesMappedToSiteDirectory)
excludeSitesMappedToSiteDirectory - public long getNetworkId()
public void setNetworkId(long networkId)
networkId - 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.