wt.federation
Class SearchAttributeList
java.lang.Object
wt.federation.SearchAttributeList
- public class SearchAttributeList
- extends Object
SearchAttributeList
There should be no strings that need localizing in here. The strings in
here should be converted to the display values through introspection or
resource bundles. This is a temporary storage place for all of the hard
coding for HTML Federation Search.
Supported API: false
Extendable: false
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CODEBASE
private static String CODEBASE
VERBOSE
private static boolean VERBOSE
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
pickList
private String[] pickList
clientLocale
private Locale clientLocale
NULL_PARAMETER
public static final String NULL_PARAMETER
- See Also:
- Constant Field Values
SearchAttributeList
SearchAttributeList(Locale locale)
getPickList
public Vector getPickList()
getPickValues
public Vector getPickValues()
getQueryType
public int getQueryType(String value)
throws WTException
- Throws:
WTException
getQueryClass
public Vector getQueryClass(int queryType)
throws WTException
- Throws:
WTException
getSearchAttributes
public Vector getSearchAttributes(int queryType)
throws WTException
- Throws:
WTException
getSearchProcessing
public Vector getSearchProcessing(int queryType)
throws WTException
- Throws:
WTException
getInputAttributes
public Vector getInputAttributes(int queryType)
throws WTException
- Throws:
WTException
getPropertyDescriptors
public static Vector getPropertyDescriptors(Vector attributes,
Class className)
throws WTException
- Throws:
WTException
getPropertyDescriptors
public static Vector getPropertyDescriptors(Vector attributes,
Vector classes)
throws WTException
- Throws:
WTException
getInputProcessing
public Vector getInputProcessing(int queryType)
throws WTException
- Throws:
WTException
getOutputAttributes
public Vector getOutputAttributes(int queryType)
throws WTException
- Throws:
WTException
getOutputProcessing
public Vector getOutputProcessing(int queryType)
throws WTException
- Throws:
WTException
getStringVector
private Vector getStringVector(String[] array,
int queryType)
throws WTException
- Throws:
WTException