Uses of Class
com.tietoenator.trip.jxp.ccl.TdbTermList
-
Packages that use TdbTermList Package Description com.tietoenator.trip.jxp.ccl CCL command processing support.com.tietoenator.trip.jxp.data Database content manipulation. -
-
Uses of TdbTermList in com.tietoenator.trip.jxp.ccl
Methods in com.tietoenator.trip.jxp.ccl that return TdbTermList Modifier and Type Method Description TdbTermList
TdbCclCommand. getTermList()
Retrieve the instance of TdbTermList that is being used to handle the results of non-hierarchical Display commandsMethods in com.tietoenator.trip.jxp.ccl with parameters of type TdbTermList Modifier and Type Method Description void
TdbCclCommand. setTermList(TdbTermList terms)
Establish the instance of TdbTermList that should be used to handle the results of non-hierarchical Display commands -
Uses of TdbTermList in com.tietoenator.trip.jxp.data
Methods in com.tietoenator.trip.jxp.data that return TdbTermList Modifier and Type Method Description TdbTermList
TdbSearch. getTermList()
Get the instance of TdbTermList that handles the results of non-hierarchical DISPLAY commands.Methods in com.tietoenator.trip.jxp.data with parameters of type TdbTermList Modifier and Type Method Description void
TdbSearch. setTermList(TdbTermList terms)
Assign a new instance of TdbTermList to handle the results of non-hierarchical DISPLAY commands.
-