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_COLUMNSFields 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 TypeMethodDescriptionbooleanDescription of the MethodvoidbooleanexecuteQuery(CatalogTemplate catalogTemplate) Description of the Methodprotected voidfireRowAdded(Object source, int row) protected voidfireRowRemoved(Object source, int row) protected voidfireRowUpdated(Object source, int firstRow, int lastRow) intgetRow(int idx) Gets the Row attribute of the Catalog objectintgetRowIndex(List row) getRows()boolean[]voidbooleanbooleanbooleanDescription of the MethodvoidvoidreOrder()Description of the MethodvoidDescription of the MethodvoidDescription of the Methodintsize()booleanbooleanMethods inherited from class hec.data.meta.CatalogTemplate
addOfficeIdConditional, buildSqlQuery, buildSqlQuery, containsColumns, getColumnIndex, getColumnNameHeaders, getColumnNames, getConditional, getDistinct, getMetaCatalogTemplate, getNumColumns, getOrderBy, getTable, getVisibleColumns, isDistinct, isMetaCatalogTemplate, setConditionalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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()
-