Uses of Interface
com.qanavigation.Basics.IRslt

Packages that use IRslt
com.qanavigation.Basics   
com.qanavigation.DBacc   
com.qanavigation.XMLBasics   
 

Uses of IRslt in com.qanavigation.Basics
 

Classes in com.qanavigation.Basics that implement IRslt
 class Rslt
           
 class Rslt2DArray
          Simple, 2-dim array.
 class RsltLst<E>
           
 class RsltString
           
 class RsltTable
          RsltTable is a table for conventional use.
 class TransRslt
           
 

Methods in com.qanavigation.Basics that return IRslt
 IRslt IRslt.getRslt()
           
 IRslt Rslt.getRslt()
           
 IRslt RsltLst.getRslt()
           
 

Methods in com.qanavigation.Basics with parameters of type IRslt
 void IRslt.addRsltAddInfo(IRslt p_aRes)
           
 void Rslt.addRsltAddInfo(IRslt p_aRes)
          Copies the result information from the other Rslt.
 void RsltLst.addRsltAddInfo(IRslt p_Res)
          Copies the additional information from the given IRslt object.
 boolean IRslt.checkRslt(IRslt p_Res)
           
 boolean Rslt.checkRslt(IRslt p_Res)
          Checks the status of the given Rslt and clones the information if its not OK.
 boolean RsltLst.checkRslt(IRslt p_Res)
          Checks the Status of the given Rslt and its own.
 boolean IRslt.checkRslt(IRslt p_Res, boolean p_EmptyIsOK)
           
 boolean Rslt.checkRslt(IRslt p_Res, boolean p_EmptyIsOK)
          Same as checkRslt( IRslt p_Res ) but tolerates if the result or itself isEmpty.
 boolean RsltLst.checkRslt(IRslt p_Res, boolean p_EmptyIsOK)
          Same as checkRslt( IRslt p_Res ) but tolerates if the result or itself isEmpty.
 void IRslt.setRsltStat(IRslt p_aRes)
           
 void Rslt.setRsltStat(IRslt p_aRes)
          Set Rslt status from another Rslt.
 void RsltLst.setRsltStat(IRslt p_aRes)
           
 void IRslt.setRsltStat(IRslt p_aRes, java.lang.String p_ErrMsg)
           
 void Rslt.setRsltStat(IRslt p_aRes, java.lang.String p_ErrMsg)
          Set Rslt status from another Rslt with message.
 void RsltLst.setRsltStat(IRslt p_aRes, java.lang.String p_ErrMsg)
           
 

Constructors in com.qanavigation.Basics with parameters of type IRslt
Rslt(IRslt p_aRes)
          Copy constructor for an Interface implementer.
TransRslt(IRslt p_aRes)
          Copy constructor for an Interface implementer.
 

Uses of IRslt in com.qanavigation.DBacc
 

Subinterfaces of IRslt in com.qanavigation.DBacc
 interface ISQLRslt
           
 

Classes in com.qanavigation.DBacc that implement IRslt
 class SQLRslt
           
 

Constructors in com.qanavigation.DBacc with parameters of type IRslt
SQLRslt(IRslt p_aRes)
           
 

Uses of IRslt in com.qanavigation.XMLBasics
 

Classes in com.qanavigation.XMLBasics that implement IRslt
 class XMLRslt
           
 

Constructors in com.qanavigation.XMLBasics with parameters of type IRslt
XMLRslt(IRslt p_aRes)
           
 



Copyright © 2003 - 2009 Ronald D. Grindle. All Rights Reserved.