wt.query
Class ObjectSearchAttributeList

java.lang.Object
  extended bywt.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


Field Summary
private  Locale clientLocale
           
private static String CODEBASE
           
private static String[] displayAttributes
           
private  String[] displayName
           
private static String[] inputAttributes
           
private static String[] inputProcessing
           
static String NULL_PARAMETER
           
private static String[] outputAttributes
           
private static String[] outputProcessing
           
private static String[] queryClass
           
private static String RESOURCE
           
private static boolean VERBOSE
           
 
Constructor Summary
ObjectSearchAttributeList(Locale locale)
           
 
Method Summary
 String getDisplayAttribute(int query_type)
           
 String getDisplayName(int query_type)
           
 Vector getInputAttributes(int query_type)
           
 Vector getInputProcessing(int query_type)
           
 Vector getOutputAttributes(int query_type)
           
 Vector getOutputProcessing(int query_type)
           
static Vector getPropertyDescriptors(Vector attributes, Class class_name)
           
static Vector getPropertyDescriptors(Vector attributes, Vector classes)
           
 Vector getQueryClass(int query_type)
           
 int getQueryType(String value)
           
private  Vector getStringVector(String[] array, int query_type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ObjectSearchAttributeList

public ObjectSearchAttributeList(Locale locale)
Method Detail

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)