Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.acs.damsel.srvr.db.Table

Uses of Table in org.acs.damsel.srvr.db
 

Fields in org.acs.damsel.srvr.db declared as Table
private  Table TestTable.table
           
 

Methods in org.acs.damsel.srvr.db that return Table
private  Table MidAssetDB.query(java.util.Vector resultNames, java.util.Vector tableNames, java.util.Vector columnNames, java.util.Vector columnValues, boolean isOrQuery)
           
 Table MidAssetDB.andQuery(java.util.Vector resultNames, java.util.Vector tableNames, java.util.Vector columnNames, java.util.Vector columnValues)
          A wrapper around the generic query method that performs a general query with the WHERE statements connected with ANDs.
 Table MidAssetDB.orQuery(java.util.Vector resultNames, java.util.Vector tableNames, java.util.Vector columnNames, java.util.Vector columnValues)
          A wrapper around the generic query method that performs a general query with the WHERE statements connected with ORs.
 Table MidAssetDB.browseQuery(java.lang.String browseChar, java.lang.String tag, java.lang.String collectionSelect)
          browseQuery This method is specifically designed to accomodate the browseByKeyField method.
 Table MidAssetDB.simpleSearchQuery(java.lang.String keyword, java.lang.String tag, java.lang.String collectionSelect)
          A method for performing a simple search.
 Table MidAssetDB.advancedQuery(org.acs.damsel.srvr.search.AdvancedSearchParams params)
          Method constructs and exectutes a search query for advanced search based on the contents of the AdvancedSearchParams object passed in.
 Table MidAssetDB.findOrphanedAssets()
          This method finds all assets that have been removed from every collection and so they do not have a collection home thus become orphaned
 Table LowAssetDB.executeQuery(java.lang.String query)
          Executes a SQL query (i.e., a SELECT statement) and returns a Vector of Vectors containing the result table.
 Table DBUtils.getOrphanedAssets()
          This method returns all of the orphans in the assets Table
 Table AssetDB.getUserTable()
           
 Table AssetDB.getCollectionTable()
           
private  Table AssetDB.getAllAssetsFromCollectionInTable(java.lang.String collectionName)