Uses of Class
com.basiscomponents.db.DataRow
-
-
Uses of DataRow in com.basiscomponents.bc
Fields in com.basiscomponents.bc declared as DataRow Modifier and Type Field Description protected static DataRow
ConfigurationsBC. attributes
protected DataRow
ConfigurationsBC. fieldSelection
protected DataRow
ConfigurationsBC. filter
protected DataRow
ConfigurationsBC. scope
Methods in com.basiscomponents.bc that return DataRow Modifier and Type Method Description DataRow
ConfigurationsBC. fillWithSpacesToMatchMinLength(DataRow dr)
adds spaces to the end of each field value in the given datarow, until it reaches the given minimun length.DataRow
IConfigurationsBC. fillWithSpacesToMatchMinLength(DataRow dr)
all fields will be padded with empty spaces to match the required field length in the attributes record.protected DataRow
ConfigurationsBC. find(DataRow dr)
default DataRow
BusinessComponent. getAllowedFilter()
Returns a DataRow with fields (the values are not used) which are allowed for filtering.DataRow
SqlTableBC. getAllowedFilter()
Returns a DataRow with fields (the values are not used) which are allowed for filtering.DataRow
BCBinder. getAttributesRecord()
DataRow
BusinessComponent. getAttributesRecord()
Returns an empty DataRow including all field attributes (like field name, editable, label etc.), which the retrieve method could return.DataRow
ConfigurationsBC. getAttributesRecord()
DataRow
SqlTableBC. getAttributesRecord()
Returns an empty DataRow including all field attributes (like field name, editable, label etc.), which the retrieve method could return.DataRow
BCBinder. getDataRowForWrite()
Called by write()DataRow
ConfigurationsBC. getFieldSelection()
DataRow
IConfigurationsBC. getFieldSelection()
returns the current fieldselection of the bcDataRow
SqlTableBC. getFieldSelection()
Returns a previously set field selection.DataRow
IBCBound. getFieldsForFieldSelection()
DataRow
IBCBound. getFieldsForWrite()
DataRow
ConfigurationsBC. getFilter()
DataRow
IConfigurationsBC. getFilter()
returns the current filter of the bcDataRow
SqlTableBC. getFilter()
Returns a previously set filter.protected DataRow
ConfigurationsBC. getKeyFieldsOnly(DataRow dr)
returns a DataRow with only the knum key fields from a given dataRow.protected DataRow
ConfigurationsBC. getKNUMValue(int knumIndex)
returns the modified filter where all key fields are removed and instead 2 fields are added
-FILTER_VALUE
-FILTER_KNUM
FILTER_VALUE is the concatination of the key fields in the knum order, so the DataFileHandler can use it to query the file
All key fields must be provided in the filter, otherwise an unmodified filter is returned.DataRow
BusinessComponent. getNewObjectTemplate(DataRow conditions)
Returns a new (predefined) DataRow including all field attributes (like field name, editable, label etc.).DataRow
ConfigurationsBC. getNewObjectTemplate(DataRow conditions)
DataRow
SqlTableBC. getNewObjectTemplate(DataRow conditions)
Returns a new (predefined) DataRow including all field attributes (like field name, editable, label etc.).DataRow
ConfigurationsBC. getScope()
protected DataRow
ConfigurationsBC. validationErrorMessage(String fieldName, String type, String message)
generates error message for validation methods.DataRow
BusinessComponent. write(DataRow row)
Write/persist a DataRow.DataRow
ConfigurationsBC. write(DataRow dr)
DataRow
SqlTableBC. write(DataRow dr)
Write/persist a DataRow.Methods in com.basiscomponents.bc with parameters of type DataRow Modifier and Type Method Description Boolean
ConfigurationsBC. canModify(DataRow dr)
returns true if this datarow can be modified.Boolean
IConfigurationsBC. canModify(DataRow dr)
returns true if this datarow can be modified.protected void
ConfigurationsBC. checkDataRowMustContainField(DataRow dr, ResultSet errorRS, String fieldName)
checks if the field is contained in the datarow, otherwise an error is added to the resultsetprotected void
ConfigurationsBC. checkDataRowMustNotContainField(DataRow dr, ResultSet errorRS, String fieldName)
checks if the field is NOT contained in the datarow, otherwise an error is added to the resultsetprotected void
ConfigurationsBC. checkEditableFieldsInDataRow(DataRow dr, ResultSet errorRS, boolean checkKeysOnly)
checks a data row if it violates the requirements as defined in the attributesRecord.
For example if a field is a key, the dataRow must contain it.
If it is read only, the dataRow must not contain it (That is, if 'checkKeysOnly' is false.protected boolean
ConfigurationsBC. containsAllKNUMKeys(DataRow dr)
returns whether or not all key fields are provided in the data rowDataRow
ConfigurationsBC. fillWithSpacesToMatchMinLength(DataRow dr)
adds spaces to the end of each field value in the given datarow, until it reaches the given minimun length.DataRow
IConfigurationsBC. fillWithSpacesToMatchMinLength(DataRow dr)
all fields will be padded with empty spaces to match the required field length in the attributes record.protected DataRow
ConfigurationsBC. find(DataRow dr)
protected DataRow
ConfigurationsBC. getKeyFieldsOnly(DataRow dr)
returns a DataRow with only the knum key fields from a given dataRow.protected String
ConfigurationsBC. getKNUMString(int knumIndex, DataRow dr)
concatenates the knum key and puts it in the right order.BusinessComponent
BusinessComponent. getLookup(String fieldName, DataRow dr)
returns a bc that contains data providing predefined values for a field.BusinessComponent
ConfigurationsBC. getLookup(String fieldName, DataRow dr)
BusinessComponent
SqlTableBC. getLookup(String fieldName, DataRow dr)
ResultSet
BusinessComponent. getLookupData(String fieldName, DataRow dr)
like getLookup, but instead returns a resultset containg the lookup data.ResultSet
ConfigurationsBC. getLookupData(String fieldName, DataRow dr)
ResultSet
SqlTableBC. getLookupData(String fieldName, DataRow dr)
DataRow
BusinessComponent. getNewObjectTemplate(DataRow conditions)
Returns a new (predefined) DataRow including all field attributes (like field name, editable, label etc.).DataRow
ConfigurationsBC. getNewObjectTemplate(DataRow conditions)
DataRow
SqlTableBC. getNewObjectTemplate(DataRow conditions)
Returns a new (predefined) DataRow including all field attributes (like field name, editable, label etc.).void
BusinessComponent. remove(DataRow row)
Removes a DataRow.void
ConfigurationsBC. remove(DataRow dr)
removes a record from the filevoid
SqlTableBC. remove(DataRow r)
Removes a DataRow.ResultSet
SqlTableBC. retrieve(String sql, DataRow params)
Executes a SQL query statement and returns the result as aResultSet
.protected void
ConfigurationsBC. setFieldLengthAttribute(DataRow attributes)
sets the field length for each attribute in a 'LENGTH' attribute.void
BusinessComponent. setFieldSelection(DataRow fieldSelection)
Set a field selection to retrieve a custom set of fields.
All fields will be returned if no field selection is set.void
ConfigurationsBC. setFieldSelection(DataRow fieldSelection)
void
SqlTableBC. setFieldSelection(DataRow fieldSelection)
Set a field selection to retrieve a custom set of fields.
All fields will be returned if no field selection is set.void
BusinessComponent. setFilter(DataRow filter)
Set a filter for the search result.
If the filter is set it will be used in the retrieve method.
If no filter is set, the retrieve method will return all data.void
ConfigurationsBC. setFilter(DataRow filter)
void
SqlTableBC. setFilter(DataRow filter)
Set a filter for the search result.
If the filter is set it will be used in the retrieve method.
If no filter is set, the retrieve method will return all data.void
SqlTableBC. setRetrieveParameters(DataRow retrieveDr)
Sets prepared parameters when a custom retrieve SQL statement is used.void
SqlTableBC. setRetrieveSql(String sql, DataRow retrieveDr)
Sets a custom retrieve SQL prepared statement.ResultSet
BusinessComponent. validateRemove(DataRow dr)
Validates a DataRow object before it can be removed.
This method is internally used by the remove method.
But it can also be called from the frontend to check for dependencies before it can be removed.ResultSet
ConfigurationsBC. validateRemove(DataRow dr)
validates datarow before removal.ResultSet
SqlTableBC. validateRemove(DataRow dr)
Validates a DataRow object before it can be removed.
This method is internally used by the remove method.
But it can also be called from the frontend to check for dependencies before it can be removed.ResultSet
BusinessComponent. validateWrite(DataRow dr)
Validates a DataRow object before it can be written.
This method is internally used by the write method.
But it can also be called from the frontend to check for required or missing data.ResultSet
ConfigurationsBC. validateWrite(DataRow dr)
Validates a DataRow object before it can be written.
This method is internally used by the write method.
But it can also be called from the frontend to check for required or missing data.ResultSet
SqlTableBC. validateWrite(DataRow dr)
Validates a DataRow object before it can be written.
This method is internally used by the write method.
But it can also be called from the frontend to check for required or missing data.DataRow
BusinessComponent. write(DataRow row)
Write/persist a DataRow.DataRow
ConfigurationsBC. write(DataRow dr)
DataRow
SqlTableBC. write(DataRow dr)
Write/persist a DataRow. -
Uses of DataRow in com.basiscomponents.bc.config
Methods in com.basiscomponents.bc.config with parameters of type DataRow Modifier and Type Method Description boolean
DatabaseConfiguration. isPkPresent(boolean pkPresent, DataRow ret)
boolean
DatabaseConfiguration. isPrimaryKeyPresent(DataRow r)
-
Uses of DataRow in com.basiscomponents.bc.gen
Methods in com.basiscomponents.bc.gen with parameters of type DataRow Modifier and Type Method Description String
ArcGen. getArc(DataRow ar, String formname, String title)
-
Uses of DataRow in com.basiscomponents.bc.util
Methods in com.basiscomponents.bc.util that return DataRow Modifier and Type Method Description static DataRow
DataRowWriter. write(DataRow dr, String table, DatabaseConfiguration dbconfig, SqlConnectionHelper connectionHelper, Function<DataRow,DataRow> reRetrieve)
Methods in com.basiscomponents.bc.util with parameters of type DataRow Modifier and Type Method Description static void
SQLHelper. setParameters(DataRow params, PreparedStatement prep)
static void
SQLHelper. setSqlParams(PreparedStatement prep, DataRow dr, List<String> fields, boolean isBasisDBMS)
Sets values in a prepared statement using a DataRow.static DataRow
DataRowWriter. write(DataRow dr, String table, DatabaseConfiguration dbconfig, SqlConnectionHelper connectionHelper, Function<DataRow,DataRow> reRetrieve)
Method parameters in com.basiscomponents.bc.util with type arguments of type DataRow Modifier and Type Method Description static DataRow
DataRowWriter. write(DataRow dr, String table, DatabaseConfiguration dbconfig, SqlConnectionHelper connectionHelper, Function<DataRow,DataRow> reRetrieve)
static DataRow
DataRowWriter. write(DataRow dr, String table, DatabaseConfiguration dbconfig, SqlConnectionHelper connectionHelper, Function<DataRow,DataRow> reRetrieve)
-
Uses of DataRow in com.basiscomponents.db
Methods in com.basiscomponents.db that return DataRow Modifier and Type Method Description DataRow
DataRow. clone()
DataRow
ResultSet. countByGroup(String fieldname)
Returns a DataRow which contains all field values of the DataRows defined in this ResultSet for the given field name.DataRow
ResultSet. countByGroup(String fieldname, String labelname)
Returns a DataRow which contains all field values of the DataRows defined in this ResultSet for the given field name.DataRow
ResultSet. countByGroup(String fieldname, String labelname, int sort, int top)
Returns a DataRow which contains all field values of the DataRows defined in this ResultSet for the given field name.static DataRow
DataRow. fromJson(String in)
Returns a DataRow from a plain JSON Stringstatic DataRow
DataRow. fromJson(String in, DataRow meta)
Returns a DataRow from a plain JSON String, honoring the types of an additional meta DataRowstatic DataRow
DataRow. fromTemplate(String template)
Converts and returns the given String Template as DataRow object containing the default field values.static DataRow
DataRow. fromTemplate(String template, String record)
Converts and returns the given String Template as DataRow object containing the values of the given record String.static DataRow
DataRow. fromURL(String in)
Creates a DataRow from a String in URL format Sample: field1=value1&field2=value2 will result in a DataRow with the two fields field1 and field2 holding the according valuesDataRow
ResultSet. get(int row)
Returns the DataRow at the given index.DataRow
ResultSet. get(String rowkey)
Returns the DataRow with the given row key.DataRow
DataRow. getFieldsHavingAttribute(String attributeName)
Returns a DataRow object with all fields defined in this DataRow which have the given attribute name.DataRow
DataRow. getFieldsHavingAttribute(String attributeName, boolean includeEmptyValues)
Returns a DataRow object with all fields defined in this DataRow which have the given attribute name.DataRow
DataRow. getFieldsHavingAttribute(String attributeName, boolean includeEmptyValues, DataRow dr)
Returns all fields of this DataRow object being defined in the given DataRow object and also having the given attribute name set.DataRow
DataRow. getFieldsHavingAttributeValue(String attributeName, String attributeValue)
Returns all fields of this DataRow, having the specified attribute name and attribute value.DataRow
DataRow. getFieldsHavingAttributeValue(String attributeName, String attributeValue, DataRow dr)
Returns all fields of this DataRow, having the specified attribute name and attribute value.DataRow
ResultSet. getItem(int row)
Returns the DataRow at the given index.static DataRow
ExpressionMatcher. getPreparedWhereClauseValues(String condition, int fieldType)
static DataRow
DataRow. newInstance()
Returns a new instance of a DataRow object.static DataRow
DataRow. newInstance(ResultSet resultSet)
Returns a new instance of a DataRow object which has been initialized with the column metadata from the given ResultSet object.DataRow
ResultSetIterator. next()
DataRow
ResultSetListener. processRow(DataRow dr)
DataRow
ResultSet. remove(int row)
Removes the DataRow at the specified index, and shifts any subsequent DataRows to the left.DataRow
ResultSet. remove(String rowkey)
Removes the DataRowspecified by key, and shifts any subsequent DataRows to the left.DataRow
ResultSet. removeItem(int row)
Removes the DataRow at the specified index, and shifts any subsequent DataRows to the left.DataRow
DataRow. resolveConstants(ConstantsResolver cr)
Resolve any [[CONSTANT]] type of string inside all String fields note: if the CONSTANT contains "!CLEAR" the field will be removed from the DataRow (like an STBL gets cleared)DataRow
DataRow. resolveConstants(ConstantsResolver cr, boolean removeUnsetFields)
Resolve any [[CONSTANT]] type of string inside all String fields note: if the CONSTANT contains "!CLEAR" the field will be removed from the DataRow (like an STBL gets cleared)DataRow
ResultSet. sumByGroup(String fieldname, String sumfieldname)
Returns a DataRow which contains all field values of the DataRows defined in this ResultSet for the given field name.DataRow
ResultSet. sumByGroup(String fieldname, String labelname, String sumfieldname, int sort, int top)
Returns a DataRow which contains all field values of the DataRows defined in this ResultSet for the given field name.Methods in com.basiscomponents.db that return types with arguments of type DataRow Modifier and Type Method Description ArrayList<DataRow>
ResultSet. getDataRows()
Iterator<DataRow>
ResultSet. iterator()
Methods in com.basiscomponents.db with parameters of type DataRow Modifier and Type Method Description void
ResultSet. add(int row, DataRow dr)
Inserts the given DataRow object at the specified index in the ResultSet.void
ResultSet. add(DataRow dr)
Adds the given DataRow object to the ResultSet.void
ResultSet. addItem(DataRow dr)
Adds the given DataRow object to the ResultSet.void
ResultSet. buildRowKey(ResultSet rs, DataRow dr)
int
DataFieldComparator. compare(DataRow dr1, DataRow dr2)
int
DataRowMultifieldComparator. compare(DataRow dr1, DataRow dr2)
void
DataRow. copyAttributes(DataRow datarow)
Copies the attributes from the passedDataRow
of all fields this Object also containsBoolean
DataRow. equals(DataRow dataRow)
Compares the given DataRow object to the current one, and returnstrue
in case they are equal,false
otherwise.static void
ResultSetExporter. exportToCSV(File outputFile, ResultSet rs, DataRow baseDR, boolean useLabel)
Method to export a result set to a CSV fileResultSet
ResultSet. filterBy(DataRow simpleFilterCondition)
Search for DataRow(s) containing a specific value(s) Returns a new ResultSet with the DataRow(s) found in the current instance.static DataRow
DataRow. fromJson(String in, DataRow meta)
Returns a DataRow from a plain JSON String, honoring the types of an additional meta DataRowDataRow
DataRow. getFieldsHavingAttribute(String attributeName, boolean includeEmptyValues, DataRow dr)
Returns all fields of this DataRow object being defined in the given DataRow object and also having the given attribute name set.DataRow
DataRow. getFieldsHavingAttributeValue(String attributeName, String attributeValue, DataRow dr)
Returns all fields of this DataRow, having the specified attribute name and attribute value.int
ResultSet. indexOf(DataRow row)
returns the zero-based index of a row in the ResultSet if the ResultSet is indexed and the DataRow contains a rowKey, then the rowKey is used for finding the record in the index.void
ResultSet. insertItem(int row, DataRow dr)
Inserts the given DataRow object at the specified index in the ResultSet.boolean
ExpressionMatcher. match(Comparator<DataRow> comp, DataRow dr, String fieldName)
boolean
DataRow. matches(DataRow toCompare)
static Boolean
DataRowQueryMatcher. matches(String statement, DataRow datarow)
static Boolean
DataRowQueryMatcher. matches(String statement, DataRow datarow, boolean caseSensitive, boolean trimmed)
void
DataRow. mergeRecord(DataRow dataRow)
Merges this DataRow object with the given one by adding all fields of the given DataRow object to the current one.void
DataRow. mergeRecord(DataRow dataRow, Boolean fOverwrite)
Merges this DataRow object with the given one by adding all fields of the given DataRow object to the current one.DataRow
ResultSetListener. processRow(DataRow dr)
static ResultSet
ResultSetImporter. readExcel(File excelFile, DataRow attributesRecord)
Parses the given Excel file and returns a com.basiscomponents.db.ResultSet with the data defined the the Excel file.static ResultSet
ResultSetImporter. readExcel(File excelFile, DataRow attributesRecord, List<String> columnNames, Boolean firstRowHasData)
Parses the given Excel file and returns a com.basiscomponents.db.ResultSet with the data defined the the Excel file.void
ResultSet. set(int row, DataRow dr)
Sets the DataRow at the given index.void
ResultSet. setItem(int row, DataRow dr)
Sets the DataRow at the given index.static void
ResultSetExporter. writeHTML(ResultSet resultSet, Writer writer, DataRow baseDR, boolean useLabel)
Uses the given Writer object to write the ResultSet's content as HTML <table> element to the output stream.static void
ResultSetExporter. writeHTML(ResultSet resultSet, Writer writer, HashMap<String,String> links, DataRow baseDR, boolean useLabel)
Uses the given Writer object to write the ResultSet's content as HTML <table> element to the output stream.static void
ResultSetExporter. writeTXT(ResultSet resultSet, Writer writer, DataRow baseDR, Boolean useLabel)
Uses the given Writer object to write the ResultSet's content as plain text to the output stream.static void
ResultSetExporter. writeXLSX(ResultSet rs, File outputFile, boolean writeHeader, boolean useLabelIfPresent, String sheetName, DataRow AttributesRecord)
Writes the content of the given ResultSet as XLSX into the specified File.static void
ResultSetExporter. writeXLSX(ResultSet rs, OutputStream out, boolean writeHeader, boolean useLabelIfPresent, String sheetName, DataRow attributesRecord)
Writes the content of the given ResultSet into an output stream.static void
ResultSetExporter. writeXLSX(ResultSet rs, OutputStream out, boolean writeHeader, boolean useLabelIfPresent, String sheetName, DataRow AttributesRecord, SheetConfiguration sheetConfig)
Writes the content of the given ResultSet into an output stream.static void
ResultSetExporter. writeXML(ResultSet resultSet, String rootTagName, String entityName, Writer writer, DataRow baseDR, boolean useLabel)
Uses the given Writer object to write the ResultSet's content as XML to the output stream.Method parameters in com.basiscomponents.db with type arguments of type DataRow Modifier and Type Method Description boolean
ExpressionMatcher. match(Comparator<DataRow> comp, DataRow dr, String fieldName)
void
ResultSet. orderByColumn(Comparator<DataRow> comparator)
Re-order the ResultSet using the given Comparator object. -
Uses of DataRow in com.basiscomponents.db.export
Methods in com.basiscomponents.db.export that return DataRow Modifier and Type Method Description static DataRow
ColumnWidthCalculator. calculateColumnWidths(ResultSet rs, float fontSize)
Calculates the column widthsstatic DataRow
ColumnWidthCalculator. calculateColumnWidths(ResultSet rs, float fontSize, boolean useLabel)
Calculates the column widthsstatic DataRow
ColumnWidthCalculator. calculateColumnWidths(ResultSet rs, float fontSize, boolean calculateAllRows, boolean useLabel)
Calculates the column widthsstatic DataRow
ColumnWidthCalculator. calculateColumnWidths(ResultSet rs, String fontResourcePath, float fontSize, int rowsToCheck, boolean calculateAllRows, boolean useLabel)
Calculates the column widthsMethods in com.basiscomponents.db.export with parameters of type DataRow Modifier and Type Method Description static String
CsvExport. buildExportString(ResultSet rs, DataRow baseDR, boolean useLabel)
Method to build the CSV export Stringstatic void
CsvExport. exportToCSV(File outputFile, ResultSet rs, DataRow baseDR, boolean useLabel)
Method to export a result set to a CSV filestatic void
HtmlExport. writeHTML(ResultSet resultSet, Writer writer, HashMap<String,String> links, DataRow baseDR, boolean useLabel)
Uses the given Writer object to write the ResultSet's content as HTML <table> element to the output stream.static void
TxtExport. writeTXT(ResultSet resultSet, Writer writer, DataRow baseDR, boolean useLabel)
Uses the given Writer object to write the ResultSet's content as plain text to the output stream.static void
XlsxExport. writeXLSX(ResultSet rs, OutputStream out, boolean writeHeader, boolean useLabelIfPresent, String sheetName, DataRow AttributesRecord, SheetConfiguration sheetConfig)
Writes the content of the given ResultSet into an output stream.static void
XmlExport. writeXML(ResultSet resultSet, String rootTagName, String entityName, Writer writer, DataRow baseDR, boolean useLabel)
Uses the given Writer object to write the ResultSet's content as XML to the output stream. -
Uses of DataRow in com.basiscomponents.db.fieldconverter
Methods in com.basiscomponents.db.fieldconverter with parameters of type DataRow Modifier and Type Method Description DataField
BarListDesc. deserialize(DataField field, DataRow dr)
Convert from internal (source) type value to external (target) type value "going up".DataField
IConversionRule. deserialize(DataField field, DataRow dr)
DataField
StringBoolean. deserialize(DataField field, DataRow dr)
Convert from internal (source) type value to external (target) type value "going up"DataField
StringDate_Julian. deserialize(DataField field, DataRow dr)
DataField
StringDate_OEM. deserialize(DataField field, DataRow dr)
Convert from internal (source) type value to external (target) type value "going up"DataField
StringDate_YYYYMMDD. deserialize(DataField field, DataRow dr)
DataField
StringTime_HHMMSS. deserialize(DataField field, DataRow dr)
DataField
StringTime_HMS. deserialize(DataField field, DataRow dr)
Convert from internal (source) type value to external (target) type value "going up".DataField
StringTimestamp. deserialize(DataField field, DataRow dr)
DataField
StringYMD. deserialize(DataField field, DataRow dr)
Convert from internal (source) type value to external (target) type value "going up".DataField
BarListDesc. serialize(DataField field, DataRow dr)
Convert from external (target) type value to internal (source) type value "going down".DataField
IConversionRule. serialize(DataField field, DataRow dr)
DataField
StringBoolean. serialize(DataField field, DataRow dr)
Convert from external (target) type value to internal (source) type value "going down"DataField
StringDate_Julian. serialize(DataField field, DataRow dr)
DataField
StringDate_OEM. serialize(DataField field, DataRow dr)
Convert from external (target) type value to internal (source) type value "going down"DataField
StringDate_YYYYMMDD. serialize(DataField field, DataRow dr)
DataField
StringTime_HHMMSS. serialize(DataField field, DataRow dr)
DataField
StringTime_HMS. serialize(DataField field, DataRow dr)
Convert from external (target) type value to internal (source) type value "going down".DataField
StringTimestamp. serialize(DataField field, DataRow dr)
DataField
StringYMD. serialize(DataField field, DataRow dr)
Convert from external (target) type value to internal (source) type value "going down".void
BarListDesc. setDesc(DataField field, DataRow dr)
Use the code column's value to get and format the description column's value. -
Uses of DataRow in com.basiscomponents.db.importer
Methods in com.basiscomponents.db.importer with parameters of type DataRow Modifier and Type Method Description static ResultSet
ListImporter. ResultSetFromVector(List li, DataRow AttributesRecord)
Create a ResultSet from a List (like BBjVector)void
JLibResultSetImporter. setFieldSelection(DataRow fieldSelection)
Sets the field names to be retrieved from the Data file to the field name's of the given DataRow object.void
JLibResultSetImporter. setFilter(DataRow filter)
Sets the filter to apply while retrieving the records from the Data file. -
Uses of DataRow in com.basiscomponents.db.tree
Methods in com.basiscomponents.db.tree that return DataRow Modifier and Type Method Description DataRow
DataTree. getFirstRecord()
DataRow
Node. getRowData()
Methods in com.basiscomponents.db.tree with parameters of type DataRow Modifier and Type Method Description void
Node. add(DataRow rec)
-
Uses of DataRow in com.basiscomponents.db.util
Methods in com.basiscomponents.db.util that return DataRow Modifier and Type Method Description static DataRow
TemplateParser. dataRowfromTemplate(String template, String record)
static DataRow
DataRowJsonMapper. fromJson(String in)
Initializes and returns a DataRow object based on the values provided in the given JSON String.static DataRow
DataRowJsonMapper. fromJson(String in, DataRow meta)
Initializes and returns a DataRow object based on the values provided in the given JSON String.static DataRow
DataRowJsonMapper. metaDataFromJson(String js)
Parses and returns a DataRow object that contains meta dataMethods in com.basiscomponents.db.util with parameters of type DataRow Modifier and Type Method Description static DataRow
DataRowJsonMapper. fromJson(String in, DataRow meta)
Initializes and returns a DataRow object based on the values provided in the given JSON String.boolean
DataRowMatcher. matches(DataRow dr)
boolean
DataRowRegexMatcher. matches(DataRow dr)
boolean
SimpleDataRowMatcher. matches(DataRow dr)
-
Uses of DataRow in com.basiscomponents.util
Methods in com.basiscomponents.util that return DataRow Modifier and Type Method Description DataRow
JLibDataFileHandler. write(DataRow dr)
Methods in com.basiscomponents.util with parameters of type DataRow Modifier and Type Method Description void
JLibDataFileHandler. remove(DataRow dr)
void
JLibDataFileHandler. setFieldSelection(DataRow fieldSelection)
Sets the field names to be retrieved from the Data file to the field name's of the given DataRow object.void
JLibDataFileHandler. setFilter(DataRow filter)
Sets the filter to apply while retrieving the records from the Data file.DataRow
JLibDataFileHandler. write(DataRow dr)
-