|
Clearspace API (1.7.0) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.community.ProfileSearchFilter
public class ProfileSearchFilter
This class can filter user search results based on specific values for a ProfileField.
| Constructor Summary | |
|---|---|
ProfileSearchFilter()
|
|
ProfileSearchFilter(long fieldID,
java.lang.String value)
|
|
| Method Summary | |
|---|---|
long |
getFieldID()
Gets the ID of the 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 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 ProfileSearchFilter()
public ProfileSearchFilter(long fieldID,
java.lang.String value)
| Method Detail |
|---|
public long getFieldID()
ProfileField used to filter the user results.
ProfileField used to filter the user results.public void setFieldID(long fieldID)
ProfileField used to filter the user results.
fieldID - the ID of the ProfileField used to filter the user results.public java.lang.String getValue()
ProfileField will be returned.
public void setValue(java.lang.String value)
ProfileField will be returned.
value - the value that will be used to filter the user results.public java.lang.String getMinValue()
ProfileField will be returned.
public void setMinValue(java.lang.String minValue)
ProfileField will be returned.
minValue - the minumum value that will be used to filter the user results.public java.lang.String getMaxValue()
ProfileField will be returned.
public void setMaxValue(java.lang.String maxValue)
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 | |||||||||