Package hec.data.meta
Class Catalog
java.lang.Object
hec.data.meta.CatalogTemplate
hec.data.meta.Catalog
- All Implemented Interfaces:
MetaCatalogQuery
,SqlQuery
,Serializable
Description of the Class
- See Also:
-
Field Summary
Fields inherited from interface hec.data.meta.MetaCatalogQuery
META_CATALOG, META_CATALOG_COLUMN_DESCRIPTION, META_CATALOG_COLUMN_NAME, META_CATALOG_COLUMNS, META_CATALOG_OBJECT_DESCRIPTION, META_CATALOG_OBJECT_NAME, META_CATALOG_ORDER_BY, META_CATALOG_ORDER_BY_STRING_ARRAY, META_CATALOG_VISIBLE_COLUMNS
Fields inherited from interface hec.data.meta.SqlQuery
AND, DISTINCT, EQUAL_TO, FROM, GREATER_THAN, GREATER_THAN_EQUAL_TO, LESS_THAN, LESS_THAN_EQUAL_TO, NOT_EQUAL_TO, OR, ORDER_BY, SELECT, UNDEFINED, UPPER, WHERE
-
Constructor Summary
ConstructorsConstructorDescriptionCatalog
(CatalogTemplate catTemplate, List rows) Constructor for the Catalog object -
Method Summary
Modifier and TypeMethodDescriptionboolean
Description of the Methodvoid
boolean
executeQuery
(CatalogTemplate catalogTemplate) Description of the Methodprotected void
fireRowAdded
(Object source, int row) protected void
fireRowRemoved
(Object source, int row) protected void
fireRowUpdated
(Object source, int firstRow, int lastRow) int
getRow
(int idx) Gets the Row attribute of the Catalog objectint
getRowIndex
(List row) getRows()
boolean[]
void
boolean
boolean
boolean
Description of the Methodvoid
void
reOrder()
Description of the Methodvoid
Description of the Methodvoid
Description of the Methodint
size()
boolean
boolean
Methods inherited from class hec.data.meta.CatalogTemplate
addOfficeIdConditional, buildSqlQuery, buildSqlQuery, containsColumns, getColumnIndex, getColumnNameHeaders, getColumnNames, getConditional, getDistinct, getMetaCatalogTemplate, getNumColumns, getOrderBy, getTable, getVisibleColumns, isDistinct, isMetaCatalogTemplate, setConditional
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface hec.data.meta.SqlQuery
buildSqlQuery, buildSqlQuery
-
Constructor Details
-
Catalog
Constructor for the Catalog object- Parameters:
catTemplate
- Description of Parameterrows
- Description of Parameter
-
-
Method Details
-
addListener
-
removeListener
-
set
Description of the Method- Parameters:
oldRow
- Description of ParameternewRow
- Description of Parameter
-
set
Description of the Method- Parameters:
index
- Description of Parameterrow
- Description of Parameter
-
getRowIndex
-
getRow
Gets the Row attribute of the Catalog object- Parameters:
idx
- Description of Parameter- Returns:
- The Row value
-
size
public int size() -
getRows
-
merge
-
add
Description of the Method- Parameters:
row
- Description of Parameter
-
contains
-
remove
-
remove
Description of the Method- Parameters:
row
- Description of Parameter- Returns:
- Description of the Returned Value
-
update
-
update
-
executeQuery
Description of the Method- Parameters:
catalogTemplate
- Description of Parameter- Returns:
- Description of the Returned Value
- Throws:
SQLException
- Description of Exception
-
fireRowRemoved
-
fireRowUpdated
-
fireRowAdded
-
reOrder
public void reOrder()Description of the Method -
needToReOrder
public boolean needToReOrder() -
getNumVisibleColumns
public int getNumVisibleColumns() -
getVisible
public boolean[] getVisible()
-