wt.query
Class ObjectSearchAttributeList
java.lang.Object
wt.query.ObjectSearchAttributeList
- public class ObjectSearchAttributeList
- 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 Local 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
clientLocale
private Locale clientLocale
displayName
private final String[] displayName
queryClass
private static final String[] queryClass
inputAttributes
private static final String[] inputAttributes
NULL_PARAMETER
public static final String NULL_PARAMETER
- See Also:
- Constant Field Values
inputProcessing
private static final String[] inputProcessing
outputAttributes
private static final String[] outputAttributes
displayAttributes
private static final String[] displayAttributes
outputProcessing
private static final String[] outputProcessing
ObjectSearchAttributeList
public ObjectSearchAttributeList(Locale locale)
getQueryType
public int getQueryType(String value)
throws WTException
- Throws:
WTException
getQueryClass
public Vector getQueryClass(int query_type)
throws WTException
- Throws:
WTException
getInputAttributes
public Vector getInputAttributes(int query_type)
throws WTException
- Throws:
WTException
getPropertyDescriptors
public static Vector getPropertyDescriptors(Vector attributes,
Class class_name)
throws WTException
- Throws:
WTException
getPropertyDescriptors
public static Vector getPropertyDescriptors(Vector attributes,
Vector classes)
throws WTException
- Throws:
WTException
getInputProcessing
public Vector getInputProcessing(int query_type)
throws WTException
- Throws:
WTException
getOutputAttributes
public Vector getOutputAttributes(int query_type)
throws WTException
- Throws:
WTException
getOutputProcessing
public Vector getOutputProcessing(int query_type)
throws WTException
- Throws:
WTException
getStringVector
private Vector getStringVector(String[] array,
int query_type)
throws WTException
- Throws:
WTException
getDisplayName
public String getDisplayName(int query_type)
getDisplayAttribute
public String getDisplayAttribute(int query_type)