Package | Description |
---|---|
com.tietoenator.trip.jxp.data |
Database content manipulation.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<TdbFieldTemplate> |
TdbRecord.getFieldTemplates()
An iterator of the field template objects in this TdbRecord.
|
Modifier and Type | Method and Description |
---|---|
void |
TdbRecord.addToTemplate(TdbFieldTemplate tmpl)
Add a particular field template to the overall retrieval template.
|
Constructor and Description |
---|
TdbDateField(TdbFieldTemplate tmpl)
Constructor, creates a blank instance based on a template
|
TdbIntegerField(TdbFieldTemplate tmpl)
Constructor, creates a blank instance based on a template
|
TdbNumberField(TdbFieldTemplate tmpl)
Constructor, creates a blank instance based on a template
|
TdbPhraseField(TdbFieldTemplate tmpl)
Constructor, creates a blank instance based on a template
|
TdbStringField(TdbFieldTemplate tmpl)
Deprecated.
Use TdbStringField(TdbRecord,TdbFieldTemplate) instead.
|
TdbStringField(TdbRecord parent,
TdbFieldTemplate tmpl)
Constructor, creates a blank instance based on the template provided
|
TdbTextField(TdbFieldTemplate tmpl)
Constructor, creates a blank instance based on the template provided
|
TdbTimeField(TdbFieldTemplate tmpl)
Constructor, creates a blank instance based on a template
|