Open SiteSearch 4.1.1
Final

ORG.oclc.obi.extverb
Class BookMark

java.lang.Object
  |
  +--ORG.oclc.webz.Verb
        |
        +--ORG.oclc.webz.ZVerb
              |
              +--ORG.oclc.webz.FETCH
                    |
                    +--ORG.oclc.obi.extverb.BookMark

public class BookMark
extends FETCH

The BookMark class is a specialized FETCH Verb to save(bookmark) records for later e-mail or display. BookMark uses input parameters contained in the RequestManager object. A successful execution of BookMark is the retrieval and save of the requested record. A failure can occur in the FETCH and the bad page is set up in the RequestManager object.

BookMark sets up the record present as a 'temporary' database type retrieval so that current searching state is preserved. If the requested bookmark record has not already been retrieved, a FETCH is issued to retrieve the record. It is then saved to disk in the user's temp directory which is deleted during user cleanup. The BookMarkEntry object is used to maintain the current bookmarked records for a user.

See Also:
FETCH, DataPairs, BookMarkEntry, RequestManager, UserStateObject

Fields inherited from class ORG.oclc.webz.ZVerb
bytesIn, bytesOut, dbGroupSearch, dbname, fmtClass, format, inputQueryInfo, numrecs, postings, ranked, recno, resultSetName, sorting, tempDb, traceMsgs, z39session, zDb, zQueryTerm, zServer, zUserData
 
Fields inherited from class ORG.oclc.webz.Verb
user, widgets
 
Constructor Summary
BookMark()
          Constructs a BookMark object.
 
Method Summary
 void runit(RequestManager rMngr)
          Exectues the BookMark Verb using the input parameters contained in the RequestManager object.
 
Methods inherited from class ORG.oclc.webz.FETCH
doPresent, parseParms, runit
 
Methods inherited from class ORG.oclc.webz.ZVerb
doAccessControl, doSort, initZUser, restoreDbState, saveDbState, saveRecs, toString
 
Methods inherited from class ORG.oclc.webz.Verb
setUpPage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BookMark

public BookMark()
Constructs a BookMark object.
Method Detail

runit

public void runit(RequestManager rMngr)
Exectues the BookMark Verb using the input parameters contained in the RequestManager object.
Overrides:
runit in class FETCH

Open SiteSearch 4.1.1
Final