gov.nasa.pds.dsview.registry
Class GetSearchParams
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetSearchParams
public GetSearchParams(String url)
- Constructor.
This bean is constructed by the web server.
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.