Open SiteSearch 4.1.1
Final

Uses of Class
ORG.oclc.z39.TermComponentPostings

Packages that use TermComponentPostings
ORG.oclc.db   
ORG.oclc.z39   
ORG.oclc.z39.client   
ORG.oclc.z39.server   
 

Uses of TermComponentPostings in ORG.oclc.db
 

Methods in ORG.oclc.db that return TermComponentPostings
abstract  TermComponentPostings[] Db.getComponentResults(String hitlist, Object dbUserData)
          Get the database component term postings summaries for the specified hitlist.
 TermComponentPostings[] DbNewton.getComponentResults(String hitlist, Object userData)
          Get the component postings for the specified hitlist.
 TermComponentPostings[] DbDeleted.getComponentResults(String hitlist, Object dbUserData)
          Get the database component term postings summaries for the specified hitlist.
 TermComponentPostings[] DbRemoteZ.getComponentResults(String hitlist, Object userData)
          Get the componentResults for the specified hitlist.
 

Uses of TermComponentPostings in ORG.oclc.z39
 

Fields in ORG.oclc.z39 declared as TermComponentPostings
 TermComponentPostings[] oclcUserInformation3.componentResults
           
 TermComponentPostings[] DbResults.componentResults
          TermComponentPostings Information, if present.
 

Methods in ORG.oclc.z39 that return TermComponentPostings
 TermComponentPostings[] oclcUserInformation8.components()
           
static TermComponentPostings[] DbResults.getComponentPostings(DbResults[] results)
          Given an array of DbResults, get the component results from the search
 

Methods in ORG.oclc.z39 with parameters of type TermComponentPostings
static DataDir oclcUserInformation3.buildDir(DbResults[] dbResults, TermComponentPostings[] cp)
           
static DataDir oclcUserInformation6.buildDir(TermComponentPostings[] cp)
           
 void oclcUserInformation8.setcomponents(TermComponentPostings[] components)
           
static DataDir oclcUserInformation8.buildDir(String oid, DataDir query, TermComponentPostings[] components)
          Build an oclcUserInformation8 request and return it as a DataDir
 

Uses of TermComponentPostings in ORG.oclc.z39.client
 

Fields in ORG.oclc.z39.client declared as TermComponentPostings
 TermComponentPostings[] Z39search.componentResults
          TermComponentPostings Information, if present.
 

Uses of TermComponentPostings in ORG.oclc.z39.server
 

Methods in ORG.oclc.z39.server with parameters of type TermComponentPostings
 BerString Z39search.Response(int resultCount, int searchStatus, int resultSetStatus, int presentStatus, Z39present present, DbPresentData[] recs, int NumberOfRecordsReturned, DbResults[] dbResults, TermComponentPostings[] componentPostings, DataDir oclcUserInfo, String oclcUserInfoOID, Diagnostic1 error, int extraLen, int offset)
          Creates a Z39.50 SearchResponse.
 


Open SiteSearch 4.1.1
Final