Open SiteSearch 4.1.1
Final

Uses of Class
ORG.oclc.webz.ZVerb

Packages that use ZVerb
ORG.oclc.mantis.verbs   
ORG.oclc.obi.extverb   
ORG.oclc.webz   
 

Uses of ZVerb in ORG.oclc.mantis.verbs
 

Subclasses of ZVerb in ORG.oclc.mantis.verbs
 class ESDbUpdate
          The ESDbUpdate class is the Verb that handles the Extended Services Database Update request and response by extending the WebZ EXTSVC Verb.
 

Uses of ZVerb in ORG.oclc.obi.extverb
 

Subclasses of ZVerb in ORG.oclc.obi.extverb
 class AdvancedQuery
          The AdvancedQuery class is a specialized QUERY Verb for the advanced search page in the SiteSearch OBI designed to set up the correct parameters for using a full record display formatting class rather than a brief display.
 class BookMark
          The BookMark class is a specialized FETCH Verb to save(bookmark) records for later e-mail or display.
 class ExampleExtSvc
          The ExampleExtSvc class is an example template for creating an extended services request by extending the WebZ EXTSVC Verb.
 class HistoryQuery
          The HistoryQuery class is a specialized QUERY Verb to create queries from the history search page in the SiteSearch OBI.
 class MyISOILL
          The MyISOILL class provides the capability to extend the ISOILL class.
 class ThesaurusQuery
          The ThesaurusQuery class is a specialized QUERY Verb for retrieving results to create the thesaurus tree display.
 class TopicQuery
          The TopicQuery class is a specialized QUERY Verb to customize queries from the quick search option on the SiteSearch OBI database selection page.
 

Uses of ZVerb in ORG.oclc.webz
 

Subclasses of ZVerb in ORG.oclc.webz
 class EXTSVC
          The EXTSVC class is the WebZ Verb that formulates and issues a Z39.50 Extended Services request to a Z39.50 server using parameters contained in a RequestManager object, or a RequestManager object and a string containing a URL.
 class FETCH
          The FETCH class is the WebZ Verb that performs a Z39.50 present.
 class ILLEmail
          The ILLEmail class provides the capability to issue an email request for an Interlibrary Loan.
 class ImageFETCH
          The ImageFETCH class is the WebZ Verb that is specialized to perform Z39.50 present requests for binary images stored in a newton database.
 class INIT
          The INIT class performs a Z39.50 Init request to a Z39.50 server hosting a database.
 class ISOILL
          The ISOILL class provides the capability to issue an ISOILL request for an Interlibrary Loan.
 class LIMIT
          The LIMIT class is the WebZ Verb to set a persistent limiting query string to be 'anded' on all queries until the limit is reset.
 class LOGOFF
          The LOGOFF class sets flags in the user state to indicate the user is exiting the system so that user session shutdown processing can be performed after the response is issued to the user.
 class QUERY
          The QUERY class is the WebZ Verb that performs a Z39.50 search and present.
 class SCAN
          The SCAN class is the WebZ Verb that performs a Z39.50 scan and present.
 class SETDBAUTHO
          The SETDBAUTHO class is the WebZ Verb that performs a Z39.50 search and present.
 class ZQueryHandler
          The ZQueryHandler class is a utility class for Z39.50 search and scan - It creates a query string from an input URL and invokes the Z39.58 query parser to create a query string to pass the Z39.50 search and scan classes.
 


Open SiteSearch 4.1.1
Final