|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.endeca.portal.data.functions.QueryFunction
com.endeca.portal.data.functions.QueryFilter
com.endeca.portal.data.functions.RecordFilter
public class RecordFilter
Permits adding a record filter to a QueryState. Currently, only supported on ENE presentation API data sources, not discovery service data sources.
| Field Summary | |
|---|---|
protected java.lang.String |
recordFilter
|
| Fields inherited from class com.endeca.portal.data.functions.QueryFunction |
|---|
CLASS_PROPERTY |
| Constructor Summary | |
|---|---|
protected |
RecordFilter()
|
|
RecordFilter(org.json.JSONObject jsonObject)
|
|
RecordFilter(java.lang.String recordFilter)
|
|
RecordFilter(java.lang.String name,
java.lang.String recordFilter)
|
| Method Summary | |
|---|---|
void |
applyToDiscoveryServiceQuery(com.endeca.mdex.conversation.Request query)
Apply this function to a Request. |
void |
applyToENEQuery(com.endeca.navigation.ENEQuery query)
Apply this function to an ENEQuery. |
java.util.List<java.lang.reflect.Method> |
getGetters()
Return the list of property getters on this function. |
java.lang.String |
getRecordFilter()
|
static java.util.List<RecordFilter> |
getRecordFilters(com.endeca.mdex.conversation.Request request)
|
static java.util.List<RecordFilter> |
getRecordFilters(com.endeca.mdex.conversation.Results results)
|
java.util.List<java.lang.reflect.Method> |
getSetters()
Return the list of property setters on this function. |
void |
setName(java.lang.String name)
Set the name. |
void |
setRecordFilter(java.lang.String recordFilter)
|
java.lang.String |
toString()
This class' toString is abstract: all concrete subclasses are expected to provide an implementation. toString is used in comparing QueryFunction instances for equality, so if you implement a QueryFunction subclass it is important that your toString implementation be consistent and deterministic. |
| Methods inherited from class com.endeca.portal.data.functions.QueryFunction |
|---|
clone, equals, equals, getInstance, getInstance, getName, hashCode, init, toJSON |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String recordFilter
| Constructor Detail |
|---|
protected RecordFilter()
public RecordFilter(org.json.JSONObject jsonObject)
throws org.json.JSONException
org.json.JSONExceptionpublic RecordFilter(java.lang.String recordFilter)
public RecordFilter(java.lang.String name,
java.lang.String recordFilter)
| Method Detail |
|---|
public java.lang.String getRecordFilter()
public void setRecordFilter(java.lang.String recordFilter)
public void setName(java.lang.String name)
QueryFunction
setName in class QueryFunctionname - the name to setpublic java.util.List<java.lang.reflect.Method> getSetters()
QueryFunction
private static List setters = Reflection.getSetters(MyFunctionClass.class);
\@Override
public List getSetters() {
return setters;
}
getSetters in class QueryFunctionpublic java.util.List<java.lang.reflect.Method> getGetters()
QueryFunction
private static List getters = Reflection.getGetters(MyFunctionClass.class);
\@Override
public List getGetters() {
return getters;
}
getGetters in class QueryFunctionpublic void applyToENEQuery(com.endeca.navigation.ENEQuery query)
QueryFunction
applyToENEQuery in class QueryFunction
public void applyToDiscoveryServiceQuery(com.endeca.mdex.conversation.Request query)
throws QueryFunctionUnsupportedException
QueryFunction
applyToDiscoveryServiceQuery in class QueryFunctionQueryFunctionUnsupportedExceptionpublic java.lang.String toString()
QueryFunction
toString in class QueryFunctionpublic static java.util.List<RecordFilter> getRecordFilters(com.endeca.mdex.conversation.Results results)
public static java.util.List<RecordFilter> getRecordFilters(com.endeca.mdex.conversation.Request request)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||