wt.query
Interface SearchAttributeListDelegate

All Known Implementing Classes:
SearchAttributeList

public interface SearchAttributeListDelegate

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

setLocale

public void setLocale(Locale locale)
Used to initialize the lists for drop down list, search critieria, and search result columns.

Supported API: false

Parameters:
locale -

getPickList

public Vector getPickList()
Get the list of displayable values for the picklist.

Supported API: false

Returns:
Vector

getPickValues

public Vector getPickValues()
Get the value for the pick list.

Supported API: false

Returns:
Vector

getQueryType

public int getQueryType(String value)
                 throws WTException
Given the pick for the class return the index for the query type. Used to get the rest of the values.

Supported API: false

Parameters:
value -
Returns:
int
Throws:
WTException

getQueryClass

public Vector getQueryClass(int query_type)
                     throws WTException


Supported API: false

Parameters:
query_type -
Returns:
Vector
Throws:
WTException

getInputAttributes

public Vector getInputAttributes(int query_type)
                          throws WTException


Supported API: false

Parameters:
query_type -
Returns:
Vector
Throws:
WTException

getInputProcessing

public Vector getInputProcessing(int query_type)
                          throws WTException


Supported API: false

Parameters:
query_type -
Returns:
Vector
Throws:
WTException

getOutputAttributes

public Vector getOutputAttributes(int query_type)
                           throws WTException


Supported API: false

Parameters:
query_type -
Returns:
Vector
Throws:
WTException

getOutputProcessing

public Vector getOutputProcessing(int query_type)
                           throws WTException


Supported API: false

Parameters:
query_type -
Returns:
Vector
Throws:
WTException

getSortedPick

public Vector[] getSortedPick()
This method should be used to return a sorted list of Object Types that is sorted using localized values

Supported API: false

Returns:
Vector []

getSortedQueryType

public int[] getSortedQueryType(String value)
                         throws WTException


Supported API: false

Parameters:
value -
Returns:
int []
Throws:
WTException

getSortAttributes

public Vector getSortAttributes(int query_type)
                         throws WTException
Return the list of attributes for only the attributes that can be sorted.

Supported API: false

Parameters:
query_type -
Returns:
Vector
Throws:
WTException

getSortList

public Vector getSortList(int query_type)
                   throws WTException
Return the list of display attributes for only the attributes that can be sorted.

Supported API: false

Parameters:
query_type -
Returns:
Vector
Throws:
WTException

getAllSortAttributes

public Vector getAllSortAttributes(int query_type)
                            throws WTException
Return the list of attributes for all the attributes that can be sorted. Put in blanks for attributes that can't be sorted.

Supported API: false

Parameters:
query_type -
Returns:
Vector
Throws:
WTException

getSortKey

public String getSortKey(int query_type)
Return the sort key for a query type

Supported API: false

Parameters:
query_type -
Returns:
String