Class InventoryDataSource
java.lang.Object
ca.phon.query.report.datasource.InventoryDataSource
- All Implemented Interfaces:
- TableDataSource
Deprecated.
Inventory data source for (now deprecated) reports.
- 
Constructor SummaryConstructorsConstructorDescriptionInventoryDataSource(ResultSet[] searches, InventorySection data) Deprecated.Constructor
- 
Method SummaryModifier and TypeMethodDescriptionintDeprecated.Number of columns (not including column header)intgetColumnIndex(String columnName) Deprecated.getColumnTitle(int col) Deprecated.Get the name of the specified columnintDeprecated.Number of rows (not including column header)getValueAt(int row, int col) Deprecated.Return the value at the given row+col.booleanDeprecated.voidsetIncludeExcluded(boolean includeExcluded) Deprecated.
- 
Constructor Details- 
InventoryDataSource
 
- 
- 
Method Details- 
getColumnCountpublic int getColumnCount()Deprecated.Description copied from interface:TableDataSourceNumber of columns (not including column header)- Specified by:
- getColumnCountin interface- TableDataSource
 
- 
getRowCountpublic int getRowCount()Deprecated.Description copied from interface:TableDataSourceNumber of rows (not including column header)- Specified by:
- getRowCountin interface- TableDataSource
 
- 
getValueAtDeprecated.Description copied from interface:TableDataSourceReturn the value at the given row+col.- Specified by:
- getValueAtin interface- TableDataSource
- Parameters:
- row-
- col-
- Returns:
- the value at the given pos
 
- 
getColumnTitleDeprecated.Description copied from interface:TableDataSourceGet the name of the specified column- Specified by:
- getColumnTitlein interface- TableDataSource
- Parameters:
- col-
- Returns:
- the column title
 
- 
getColumnIndexDeprecated.- Specified by:
- getColumnIndexin interface- TableDataSource
 
- 
isIncludeExcludedpublic boolean isIncludeExcluded()Deprecated.
- 
setIncludeExcludedpublic void setIncludeExcluded(boolean includeExcluded) Deprecated.
 
-