|
Clearspace API (2.0.15) Web Services Client Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.community.webservices.WSProfileSearchFilter
public class WSProfileSearchFilter
This class can filter user search results based on specific values for a com.jivesoftware.community.ProfileField.
| Constructor Summary | |
|---|---|
WSProfileSearchFilter()
|
|
WSProfileSearchFilter(long fieldID,
java.lang.String value)
|
|
| Method Summary | |
|---|---|
long |
getFieldID()
Gets the ID of the com.jivesoftware.community.ProfileField used to filter the user results. |
java.lang.String |
getMaxValue()
Gets the maximum value that will be used to filter the user results. |
java.lang.String |
getMinValue()
Gets the minimum value that will be used to filter the user results. |
java.lang.String |
getValue()
Gets the value that will be used to filter the user results. |
void |
setFieldID(long fieldID)
Sets the ID of the com.jivesoftware.community.ProfileField used to filter the user results. |
void |
setMaxValue(java.lang.String maxValue)
Sets the maximum value that will be used to filter the user results. |
void |
setMinValue(java.lang.String minValue)
Sets the minimum value that will be used to filter the user results. |
void |
setValue(java.lang.String value)
Sets the value that will be used to filter the user results. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSProfileSearchFilter()
public WSProfileSearchFilter(long fieldID,
java.lang.String value)
| Method Detail |
|---|
public long getFieldID()
com.jivesoftware.community.ProfileField used to filter the user results.
com.jivesoftware.community.ProfileField used to filter the user results.public void setFieldID(long fieldID)
com.jivesoftware.community.ProfileField used to filter the user results.
fieldID - the ID of the com.jivesoftware.community.ProfileField used to filter the user results.public java.lang.String getValue()
com.jivesoftware.community.ProfileField will be returned.
public void setValue(java.lang.String value)
com.jivesoftware.community.ProfileField will be returned.
value - the value that will be used to filter the user results.public java.lang.String getMinValue()
com.jivesoftware.community.ProfileField will be returned.
public void setMinValue(java.lang.String minValue)
com.jivesoftware.community.ProfileField will be returned.
minValue - the minumum value that will be used to filter the user results.public java.lang.String getMaxValue()
com.jivesoftware.community.ProfileField will be returned.
public void setMaxValue(java.lang.String maxValue)
com.jivesoftware.community.ProfileField will be returned.
maxValue - the maximum value that will be used to filter the user results.
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||