ORG.oclc.fmts.obi
Class  ReservebookMarkfullFmt
java.lang.Object
  |
  +--ORG.oclc.fmts.WebZFormatter
        |
        +--ORG.oclc.fmts.obi.ReservefullFmt
              |
              +--ORG.oclc.fmts.obi.ReservebookMarkfullFmt
- public class ReservebookMarkfullFmt- extends ReservefullFmt
  The ReservebookMarkfullFmt class formats records from the ISP databases following the 
  RESERVE database schema
  for display in the 
  WebZ interface.  The record will be displayed as a bookmark in a full format.
  
  
  Reservebookmarkfullfmt uses the userObject and a Vector of records to return a
  formatted String that contains the HTML to display.  This class 
  is an extension of WebZFormatter (through ReservefullFmt) which implements the 
  RecordFormatter interface.  That interface requires a doFormat method to do the 
  work on the input userObject and a Vector of DataDirs.
  
  
  Successful execution of ReservebookMarkfullFmt results in HTML that can be displayed
  in the WebZ interface.  Unsuccessful execution will result in a null String being
  returned.  
  
 
| Fields inherited from class ORG.oclc.fmts.WebZFormatter | 
| bookMarkFont,  
context,  
currecno,  
defaultTextFont,  
fmtUtil,  
fullrecno,  
j,  
otherWidgets,  
queryBad,  
queryNext,  
queryTarget,  
resultset,  
smallTextFont,  
styles,  
tempRecords,  
toprecno,  
user | 
 
 
| Method Summary | 
|  String | doFormat(Object userObject,
         Vector records)Formats the records for display in the WebZ interface from the ISP databases
  following the RESERVE database schema.
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
 
ReservebookMarkfullFmt
public ReservebookMarkfullFmt()
- 
  Constructs a ReservebookMarkfullFmt object.
   
doFormat
public String doFormat(Object userObject,
                       Vector records)
- 
  Formats the records for display in the WebZ interface from the ISP databases
  following the RESERVE database schema.
   
- 
- Parameters:
- userObject- the UserStateObject object for the current user.
- records- a vector of bookmark records to be formatted
- Returns:
- String contains the HTML representation of the records
- Overrides:
- doFormat in class ReservefullFmt