com.raritantechnologies.dieselpoint
Class DieselpointResult

java.lang.Object
  extended bycom.raritantechnologies.searchApp.BasicResult
      extended bycom.raritantechnologies.dieselpoint.DieselpointResult
All Implemented Interfaces:
IResult

public class DieselpointResult
extends BasicResult

Implementation of RTI IResult that is specialized for Dieselpoint results. Implements IResult methods by extracting data from a DieselResultSet.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Field Summary
 
Fields inherited from class com.raritantechnologies.searchApp.BasicResult
fieldValues
 
Method Summary
 java.lang.String getValue(java.lang.String fieldID)
          returns the value of a vield.
 java.lang.String getXML(ILoginInfo userInfo)
           
 java.lang.String getXML(java.lang.String rootTagName)
           
 
Methods inherited from class com.raritantechnologies.searchApp.BasicResult
addNestedResult, addNestedResults, addTree, addValue, clearValue, getDOM, getFieldNames, getFullTextFormats, getIDField, getNestedFieldNames, getNestedResults, getResultSet, getSearchSource, getSearchSourceName, getTitleField, getTree, getTreeNames, getURLField, getValue, getValues, getXML, getXML, hasMultipleValues, hasNestedResults, setIDField, setNestedResults, setSearchSourceName, setTitleField, setURLField, setValue, setValues, setWrapCData, writeFullText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValue

public java.lang.String getValue(java.lang.String fieldID)
Description copied from interface: IResult
returns the value of a vield. For multiple value fields, implementation should return a delimited string.

Specified by:
getValue in interface IResult
Overrides:
getValue in class BasicResult

getXML

public java.lang.String getXML(ILoginInfo userInfo)
Specified by:
getXML in interface IResult
Overrides:
getXML in class BasicResult

getXML

public java.lang.String getXML(java.lang.String rootTagName)
Overrides:
getXML in class BasicResult