gov.nasa.pds.dsview.registry
Class GetSearchParams

java.lang.Object
  extended by gov.nasa.pds.dsview.registry.GetSearchParams

public class GetSearchParams
extends Object

This class is used by the PDS data set view web interface to retrieve values for building the search parameter pull-down lists.

Author:
Hyun Lee

Constructor Summary
GetSearchParams(String url)
          Constructor.
 
Method Summary
 String[] getArchiveStat()
           
 String[] getDataObjectType()
           
 String[] getDatasetId()
           
 String[] getDatasetName()
           
 List<String> getDsLists()
           
 List<String> getDsLists(int startIndex, int stopIndex)
           
 int getDSSize()
           
 String[] getInstrumentHostName()
           
 String[] getInstrumentHostType()
           
 String[] getInstrumentName()
           
 String[] getInstrumentType()
           
 String[] getMissionName()
           
 String[] getNodeName()
           
 void getParams()
           
 void getParams(String queryStr)
           
 void getSearchResult(String queryStr)
           
 String[] getTargetName()
           
 String[] getTargetType()
           
 void initialize()
           
 boolean isNumeric(String str)
           
static void main(String[] argv)
          Command line invocation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetSearchParams

public GetSearchParams(String url)
Constructor. This bean is constructed by the web server.

Method Detail

getParams

public void getParams()

getParams

public void getParams(String queryStr)

getSearchResult

public void getSearchResult(String queryStr)

getDSSize

public int getDSSize()

getDsLists

public List<String> getDsLists()

getDsLists

public List<String> getDsLists(int startIndex,
                               int stopIndex)

getMissionName

public String[] getMissionName()

getDatasetId

public String[] getDatasetId()

getDatasetName

public String[] getDatasetName()

getTargetName

public String[] getTargetName()

isNumeric

public boolean isNumeric(String str)

getTargetType

public String[] getTargetType()

getInstrumentName

public String[] getInstrumentName()

getInstrumentHostName

public String[] getInstrumentHostName()

getNodeName

public String[] getNodeName()

getArchiveStat

public String[] getArchiveStat()

getInstrumentHostType

public String[] getInstrumentHostType()

getInstrumentType

public String[] getInstrumentType()

getDataObjectType

public String[] getDataObjectType()

initialize

public void initialize()

main

public static void main(String[] argv)
Command line invocation.

Parameters:
argv - Command-line arguments.


Copyright © 2010-2014 Planetary Data System. All Rights Reserved.