com.raritantechnologies.searchApp.utils
Class FieldSpecUtils

java.lang.Object
  extended bycom.raritantechnologies.searchApp.utils.FieldSpecUtils

public class FieldSpecUtils
extends java.lang.Object

Utility routines for Raritan Abstract Field Specifications.


Developed by Raritan Technologies .

Author:
Ted Sullivan

Constructor Summary
FieldSpecUtils()
           
 
Method Summary
static java.util.List getAbstractSearchFields(OrderedMap searchParams, java.lang.String type)
          returns a list of AbstractSearchField whose fieldID is in the searchParams map and the field type matches the type parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldSpecUtils

public FieldSpecUtils()
Method Detail

getAbstractSearchFields

public static java.util.List getAbstractSearchFields(OrderedMap searchParams,
                                                     java.lang.String type)
returns a list of AbstractSearchField whose fieldID is in the searchParams map and the field type matches the type parameter.