java.lang.Object | |
↳ | com.microstrategy.web.objects.WebContactSearchFilterImpl |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WebContactSearchFilterImpl() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
addSearchFilterValue(String filterValue)
add the contact search filter value
| ||||||||||
int |
getSearchFilterField()
get the contact search filter field
| ||||||||||
int |
getSearchFilterType()
get the contact search filter type
| ||||||||||
List<String> |
getSearchFilterValueList()
get the contact search filter value list
| ||||||||||
void |
setSearchFilterField(int filterField)
set the contact search filter field
| ||||||||||
void |
setSearchFilterType(int filterType)
set the contact search filter type
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
add the contact search filter value
get the contact search filter field
get the contact search filter type
get the contact search filter value list
set the contact search filter field
filterField | {@ EnumDSSXMLNCSFilterField} |
---|
set the contact search filter type
filterType | {@ EnumDSSXMLNCSFilterType |
---|