Uses of Class
com.tietoenator.trip.jxp.ccl.TdbTermList
Packages that use TdbTermList
Package
Description
CCL command processing support.
Database content manipulation.
-
Uses of TdbTermList in com.tietoenator.trip.jxp.ccl
Methods in com.tietoenator.trip.jxp.ccl that return TdbTermListModifier and TypeMethodDescriptionTdbCclCommand.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 TdbTermListModifier and TypeMethodDescriptionvoid
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 TdbTermListModifier and TypeMethodDescriptionTdbSearch.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 TdbTermListModifier and TypeMethodDescriptionvoid
TdbSearch.setTermList
(TdbTermList terms) Assign a new instance of TdbTermList to handle the results of non-hierarchical DISPLAY commands.