gov.noaa.pmel.tmap.db
Class Search

java.lang.Object
  |
  +--gov.noaa.pmel.tmap.db.DbaseObject
        |
        +--gov.noaa.pmel.tmap.db.Category
              |
              +--gov.noaa.pmel.tmap.db.Search

public class Search
extends Category


Nested Class Summary
 
Nested classes inherited from class gov.noaa.pmel.tmap.db.DbaseObject
DbaseObject.DbaseMap
 
Field Summary
(package private) static int MAX_RETURNED_ITEMS
           
(package private)  java.lang.String[] mTerms
           
 
Fields inherited from class gov.noaa.pmel.tmap.db.Category
configid, name, parentid, path, type
 
Fields inherited from class gov.noaa.pmel.tmap.db.DbaseObject
mFields, mSerializable, mTable, oid, OID
 
Constructor Summary
Search()
           
Search(java.lang.String[] terms)
           
 
Method Summary
 java.util.Vector getResults()
           
 java.util.Vector getResults(java.lang.String type)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class gov.noaa.pmel.tmap.db.Category
getConfig, getConfigid, getMetaData, getName, getParentid, getPath, getType, getVariableInfo, setName, setPath, setType
 
Methods inherited from class gov.noaa.pmel.tmap.db.DbaseObject
addField, addField, convert, deserialize, deserialize, deserialize, deserializeAggregate, deserializeAggregate, deserializeAggregate, deserializeManyToMany, deserializeManyToMany, doDeserializeAggregate, getOid, setup, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mTerms

java.lang.String[] mTerms

MAX_RETURNED_ITEMS

static int MAX_RETURNED_ITEMS
Constructor Detail

Search

public Search(java.lang.String[] terms)

Search

public Search()
Method Detail

getResults

public java.util.Vector getResults(java.lang.String type)
                            throws java.sql.SQLException
java.sql.SQLException

getResults

public java.util.Vector getResults()
                            throws java.sql.SQLException
java.sql.SQLException

main

public static void main(java.lang.String[] args)