|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ZDb | |
ORG.oclc.gadgets | |
ORG.oclc.mantis.obi | |
ORG.oclc.obi | |
ORG.oclc.webz |
Uses of ZDb in ORG.oclc.gadgets |
Fields in ORG.oclc.gadgets declared as ZDb | |
protected ZDb |
FormatRecords.zDb
ZDb object defining a database configuration the user has access to. |
Methods in ORG.oclc.gadgets with parameters of type ZDb | |
protected String |
FormatRecords.runFormat(ZDb zDb,
String formatType,
Vector rawRecords)
Deprecated. use runFormat(zDb, formatType, rawRecords, recno, wrapperData) |
String |
FormatRecords.runFormat(ZDb zDb,
String formatType,
Vector rawRecords,
int recno,
DataPairs wrapperData)
Invokes the formatting class object for the input ZDb database object, formatting type, the Vector of records, the record number, and the DataPairs data wrapper definition(html/text) to the class to return a String containing formatted data. |
Uses of ZDb in ORG.oclc.mantis.obi |
Fields in ORG.oclc.mantis.obi declared as ZDb | |
protected ZDb |
AuthorityQuery.zDb
The database object set up for searching. |
protected ZDb |
rbsearchscreen.zDb
The database object set up for searching. |
protected ZDb |
savesearchscreen.zDb
The database object set up for searching. |
Uses of ZDb in ORG.oclc.obi |
Fields in ORG.oclc.obi declared as ZDb | |
protected ZDb |
searchscreen.zDb
The database object set up for searching. |
Uses of ZDb in ORG.oclc.webz |
Fields in ORG.oclc.webz declared as ZDb | |
protected ZDb |
ZVerb.zDb
ZDb object containing the Z39.50 Database object for the transaction. |
ZDb |
DisplayUserData.zDb
ZDb object associated with the current records to format. |
protected ZDb |
WebZUserHistory.db
ZDb object containing the database Object used in the search/scan/present. |
Methods in ORG.oclc.webz that return ZDb | |
ZDb |
ZUserData.getLastDbGroup()
Retrieves the last ZDb object saved in the Vector of WebZUserHistory objects INCLUDING temporary database searches. |
ZDb |
ZUserData.getLastDbGroup(boolean includeTDbSearches)
Retrieves the last ZDb object saved in the Vector of WebZUserHistory objects EXCLUDING temporary database searches. |
ZDb |
ZUserData.getDb(String resultSetName,
int whichDb)
Retrieves a ZDb object object for a database for the input resultSetName and the item number from within the DbResults array from the search. |
ZDb |
ZUserData.getDb(String resultSetName)
Retrieves a ZDb object for first database in input resultSetName's DbResults array from the search. |
ZDb |
ZUserData.getZDbFromSearch(String resultSetName)
Retrieves the ZDb object used in the search named by the input resultSetName. |
ZDb |
ZUserData.setDbFromWidgets(DataPairs widgets)
Sets up the dbname and dbgroup from the input widgets in the user state as "dbname" and "dbgroup" and returns the correct ZDb object. |
ZDb |
ZUserData.getZDb(String dbname)
Retrieves a ZDb object for the input database name. |
ZDb |
ZUserData.zDb()
Returns a ZDb object for the current database in use. |
static ZDb |
WebZUserHistory.getLastDbGroup(Vector history,
boolean includeTDbSearches)
Locates the last ZDb object used in a SEARCH from the input Vector of WebZUserHistory entries. |
ZDb |
WebZUserHistory.db()
Returns the ZDb database object used in Z3950 request. |
Methods in ORG.oclc.webz with parameters of type ZDb | |
String |
ZQueryHandler.parse(DataPairs inputQueryInfo,
ZDb db,
String defaultOperator)
Creates a String containing a Z39.50 query string based on the input URL parsed query contained in the inputQueryObject. |
DataPairs |
SSWidgets2Infix.widgets2infix(UserStateObject user,
DataPairs widgets,
ZDb db,
boolean scan)
Creates a DataPairs object containing parsed URL input query data for a SEARCH or SCAN that is ready for the Z39.58 parser. |
void |
ZUserData.addDbtoList(ZDb db)
Adds a ZDb object to the user's database table. |
ZServer |
ZUserData.getZServer(ZDb db)
Retrieves the ZServer object that services the input ZDb object. |
boolean |
ZUserData.initZSession(UserStateObject user,
ZDb Db)
Establishes a Z3950 session for the user for the input ZDb Database object by issuing a Z3950 Init Request. |
boolean |
ZUserData.initZSession(UserStateObject user,
ZDb Db,
String autho,
String password)
Establishes a Z3950 session for the user for input Database using the input autho and password by issuing a Z3950 Init Request. |
boolean |
ZUserData.initZSession(UserStateObject user,
ZDb Db,
String autho,
String password,
String newPassword)
Establishes a Z3950 session for the user for the input ZDb Database object, autho, password, and newpassword by issuing a Z3950 Init Request. |
void |
ZUserData.removeDbfromList(ZDb db)
Removes the input ZDb object from the user's database list. |
DataPairs |
Widgets2Infix.widgets2infix(UserStateObject user,
DataPairs widgets,
ZDb db,
boolean scan)
Creates an infix query string suitable for the Z3958 parser to create a postfix query acceptable for the Z39.50 client. |
static void |
WebZUserHistory.update(UserStateObject user,
int action,
ZDb db,
String resultSetName,
DbResults[] results,
DataPairs queryInfo,
String elementSetName,
String fmtClass,
int numrecs,
boolean fDbGroup,
boolean tempDb,
boolean ranked,
int status,
int zcode,
String parserMessage,
int zrequestLen,
int zresponseLen)
Updates the current WebZUserHistory search entry with the results of the Z3950 query request. |
static void |
WebZUserHistory.update(UserStateObject user,
int action,
DataPairs queryInfo,
String dbName,
ZDb db,
int status,
int zcode,
String parserMessage,
int zrequestLen,
int zresponseLen)
Updates the current WebZUserHistory scan entry with the results of the Z3950 scan request. |
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV NEXT | FRAMES NO FRAMES |