|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface QueryCriteria
QueryCriteria defines common properties of a query used by ADF query functionality.
QueryFunctionality| Method Summary | |
|---|---|
java.lang.String |
getCriteriaType()
A String representing the query type e.g. |
java.lang.String |
getDisplayFieldName()
Gets the field name which can be used in the query result as a result node title. |
int |
getMaxRecordCount()
Gets the maximum number of returning records in one query. |
boolean |
isFetchResultDetails()
Returns true if all the feature details e.g. |
void |
setDisplayFieldName(java.lang.String displayFieldName)
Sets the field name which can be used in the query result as a result node title. |
void |
setFetchResultDetails(boolean fetch)
Sets to true to return all the feature details e.g. |
void |
setMaxRecordCount(int count)
Sets the maximum number of returning records in one query. |
| Method Detail |
|---|
java.lang.String getCriteriaType()
java.lang.String getDisplayFieldName()
void setDisplayFieldName(java.lang.String displayFieldName)
displayFieldName - int getMaxRecordCount()
void setMaxRecordCount(int count)
count - the new value.boolean isFetchResultDetails()
void setFetchResultDetails(boolean fetch)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||