wt.federation
Class SearchAttributeList

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


Field Summary
private  Locale clientLocale
           
private static String CODEBASE
           
static String NULL_PARAMETER
           
private  String[] pickList
           
private static String RESOURCE
           
private static boolean VERBOSE
           
 
Constructor Summary
(package private) SearchAttributeList(Locale locale)
           
 
Method Summary
 Vector getInputAttributes(int queryType)
           
 Vector getInputProcessing(int queryType)
           
 Vector getOutputAttributes(int queryType)
           
 Vector getOutputProcessing(int queryType)
           
 Vector getPickList()
           
 Vector getPickValues()
           
static Vector getPropertyDescriptors(Vector attributes, Class className)
           
static Vector getPropertyDescriptors(Vector attributes, Vector classes)
           
 Vector getQueryClass(int queryType)
           
 int getQueryType(String value)
           
 Vector getSearchAttributes(int queryType)
           
 Vector getSearchProcessing(int queryType)
           
private  Vector getStringVector(String[] array, int queryType)
           
 
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

pickList

private String[] pickList

clientLocale

private Locale clientLocale

NULL_PARAMETER

public static final String NULL_PARAMETER
See Also:
Constant Field Values
Constructor Detail

SearchAttributeList

SearchAttributeList(Locale locale)
Method Detail

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