Open SiteSearch 4.1.1
Final

ORG.oclc.webz
Interface RecordFormatter

All Known Implementing Classes:
WebZFormatter

public abstract interface RecordFormatter

The RecordFormatter interface defines the methods that must be implemented to add a record formatting class for a database.


Method Summary
 String doFormat(Object userObject, Vector records)
          Generates a String based on the input Vector of records for the input userObject.
 

Method Detail

doFormat

public String doFormat(Object userObject,
                       Vector records)
Generates a String based on the input Vector of records for the input userObject.
Parameters:
userObject - the UserStateObject
record - the record objects
Returns:
String of formatted data or null.

Open SiteSearch 4.1.1
Final