|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Delegate interface for search attribute lists for HTML Local Search.
Supported API: true
Extendable: false
Method Summary | |
Vector |
getAllSortAttributes(int query_type)
Return the list of attributes for all the attributes that can be sorted. |
Vector |
getInputAttributes(int query_type)
Supported API: false |
Vector |
getInputProcessing(int query_type)
Supported API: false |
Vector |
getOutputAttributes(int query_type)
Supported API: false |
Vector |
getOutputProcessing(int query_type)
Supported API: false |
Vector |
getPickList()
Get the list of displayable values for the picklist. |
Vector |
getPickValues()
Get the value for the pick list. |
Vector |
getQueryClass(int query_type)
Supported API: false |
int |
getQueryType(String value)
Given the pick for the class return the index for the query type. |
Vector |
getSortAttributes(int query_type)
Return the list of attributes for only the attributes that can be sorted. |
Vector[] |
getSortedPick()
This method should be used to return a sorted list of Object Types that is sorted using localized values Supported API: false |
int[] |
getSortedQueryType(String value)
Supported API: false |
String |
getSortKey(int query_type)
Return the sort key for a query type Supported API: false |
Vector |
getSortList(int query_type)
Return the list of display attributes for only the attributes that can be sorted. |
void |
setLocale(Locale locale)
Used to initialize the lists for drop down list, search critieria, and search result columns. |
Method Detail |
public void setLocale(Locale locale)
locale
- public Vector getPickList()
public Vector getPickValues()
public int getQueryType(String value) throws WTException
value
-
WTException
public Vector getQueryClass(int query_type) throws WTException
query_type
-
WTException
public Vector getInputAttributes(int query_type) throws WTException
query_type
-
WTException
public Vector getInputProcessing(int query_type) throws WTException
query_type
-
WTException
public Vector getOutputAttributes(int query_type) throws WTException
query_type
-
WTException
public Vector getOutputProcessing(int query_type) throws WTException
query_type
-
WTException
public Vector[] getSortedPick()
public int[] getSortedQueryType(String value) throws WTException
value
-
WTException
public Vector getSortAttributes(int query_type) throws WTException
query_type
-
WTException
public Vector getSortList(int query_type) throws WTException
query_type
-
WTException
public Vector getAllSortAttributes(int query_type) throws WTException
query_type
-
WTException
public String getSortKey(int query_type)
query_type
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |