Uses of Class
com.tietoenator.trip.jxp.data.TdbFieldTemplate
-
Packages that use TdbFieldTemplate Package Description com.tietoenator.trip.jxp.data Database content manipulation. -
-
Uses of TdbFieldTemplate in com.tietoenator.trip.jxp.data
Subclasses of TdbFieldTemplate in com.tietoenator.trip.jxp.data Modifier and Type Class Description class
TdbHighlightRendition
Extends TdbRendition to provide requests for highlighted HTML renditions of STring fields, or TRIPxml exports with hit markup.class
TdbRendition
Extends TdbFieldTemplate to provide rendition requests specific to STring fields.Methods in com.tietoenator.trip.jxp.data that return types with arguments of type TdbFieldTemplate Modifier and Type Method Description java.util.Iterator<TdbFieldTemplate>
TdbRecord. getFieldTemplates()
An iterator of the field template objects in this TdbRecord.Methods in com.tietoenator.trip.jxp.data with parameters of type TdbFieldTemplate Modifier and Type Method Description void
TdbRecord. addToTemplate(TdbFieldTemplate tmpl)
Add a particular field template to the overall retrieval template.Constructors in com.tietoenator.trip.jxp.data with parameters of type TdbFieldTemplate Constructor Description TdbDateField(TdbFieldTemplate tmpl)
Constructor, creates a blank instance based on a templateTdbIntegerField(TdbFieldTemplate tmpl)
Constructor, creates a blank instance based on a templateTdbNumberField(TdbFieldTemplate tmpl)
Constructor, creates a blank instance based on a templateTdbPhraseField(TdbFieldTemplate tmpl)
Constructor, creates a blank instance based on a templateTdbStringField(TdbFieldTemplate tmpl)
Deprecated.Use TdbStringField(TdbRecord,TdbFieldTemplate) instead.TdbStringField(TdbRecord parent, TdbFieldTemplate tmpl)
Constructor, creates a blank instance based on the template providedTdbTextField(TdbFieldTemplate tmpl)
Constructor, creates a blank instance based on the template providedTdbTimeField(TdbFieldTemplate tmpl)
Constructor, creates a blank instance based on a template
-