|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.mdm.index.edm.services.configuration.SearchScreenOptions
Search screen options configurations
| Constructor Summary | |
SearchScreenOptions(java.lang.String displayName,
java.lang.String queryBuilder,
boolean isWeighted,
int candidateThreshold,
java.util.ArrayList nameValuePairs)
Creates a new instance of the SearchScreenOptions class |
|
| Method Summary | |
int |
getCandidateThreshold()
Getter for the mCandidateThreshold attribute |
java.lang.String |
getDisplayName()
Getter for the mDisplayName attribute |
boolean |
getIsWeighted()
Getter for the mIsWeighted attribute |
java.util.ArrayList |
getNameValuePairs()
Getter for the mNameValuePairs attribute |
java.lang.String |
getQueryBuilder()
Getter for the mQueryBuilder attribute |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SearchScreenOptions(java.lang.String displayName,
java.lang.String queryBuilder,
boolean isWeighted,
int candidateThreshold,
java.util.ArrayList nameValuePairs)
displayName - This is the name of the search screen options.queryBuilder - This is the name of the querybuilder object to be used.isWeighted - Indicates if search is a weighted search.candidateThreshold - This is the candidate threshold value.nameValuePairs - This is an ArrayList of NameValuePair objects
that define the parameter name and corresponding value.| Method Detail |
public int getCandidateThreshold()
public java.lang.String getDisplayName()
public boolean getIsWeighted()
public java.util.ArrayList getNameValuePairs()
public java.lang.String getQueryBuilder()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.