Open SiteSearch 4.1.1
Final

Uses of Interface
ORG.oclc.webz.DisplayRule

Packages that use DisplayRule
ORG.oclc.fmts   
ORG.oclc.fmts.rules   
 

Uses of DisplayRule in ORG.oclc.fmts
 

Methods in ORG.oclc.fmts that return DisplayRule
 DisplayRule RuleSpec.getRule()
          Retrieves the DisplayRule object.
 

Uses of DisplayRule in ORG.oclc.fmts.rules
 

Classes in ORG.oclc.fmts.rules that implement DisplayRule
 class Add856
          The Add856 class is a record formatting rule that handles the MARC 856 field.
 class AddBriefHoldings
          The AddBriefHoldings class is a record formatting rule that creates a 'brief' MARC holdings display containing only the Location, Call-Number, Collection, and Notes data when available.
 class AddCompoundSubjectPhrase
          The AddCompoundSubjectPhrase class is the record formatting rule that creates a formatted string for Subject fields in the FirstSearch Z39.50 databases using the field specifications in the RuleSpec and the HTML or Text specifications defined in the DisplayUserData object to delimit the data found in the input record.
 class AddDatabaseName
          The AddDatabaseName class is a record formatting rule that adds the long Database Name for the current record to the output formatting buffer.
 class AddFetchAnchor
          The AddFetchAnchor class is a record formatting rule that creates a FETCH hot-link for the input fields.
 class AddFormattedDupData
          The AddFormattedDupData class is a record formatting rule that appends formatted data from duplicate records held in the parameter to the class defined by the variable entityname.
 class AddFSABIISubjects
          The AddFSABIISubjects class is the record formatting rule that creates a formatted string for Subject fields in the FirstSearc Z39.50 ABII Database using the field specifications in the RuleSpec and the HTML or Text specifications defined in the DisplayUserData object to delimit the data found in the input record.
 class AddFSMedlineSubjects
          The AddFSMedlineSubjects class is the record formatting rule that creates a formatted string for Subject fields in the FirstSearc Z39.50 Medline Database using the field specifications in the RuleSpec and the HTML or Text specifications defined in the DisplayUserData object to delimit the data found in the input record.
 class AddFullTextButton
          The AddFullTextButton class is a record formatting rule that creates a FETCH hot-link to display Full-Text for a record when the data in the input field matches the data specified as the the matching criteria.
 class AddHoldings
          The AddHoldings class is a record formatting rule that creates a MARC holdings display for the input record.
 class AddHTTPAnchor
          The AddHTTPAnchor class is a record formatting rule that creates an HTTP (http://) hot-link for the input fields.
 class AddILL920FieldSendToList
          The AddILL920SendToList class is a record formatting rule that creates a String containing a sendToList of blank-delimited OCLC symbols and saves it in the user state for an Interlibrary Loan Request(ILL) based on the data in the Marc Record 920/a field.
 class AddILLData
          The AddILLData class is a record formatting rule that creates data fields for an Interlibrary Loan Request(ILL).
 class AddILLDatabaseName
          The AddILLDatabaseName class is a record formatting rule that saves the name of the database for the input record in the user state for an Interlibrary Loan Request(ILL).
 class AddILLOclcNum
          The AddILLOclcNum class is a record formatting rule that retrieves an OCLC Number from the input record and saves it in the user state for an Interlibrary Loan Request(ILL).
 class AddILLSendToList
          The AddILLSendToList class is a record formatting rule that creates a String containing a sendToList of blank-delimited OCLC symbols and saves it in the user state for an Interlibrary Loan Request(ILL).
 class AddImageDisplayAnchor
          The AddImageDisplayAnchor class is a record formatting rule that creates an anchor to display the images associated with the input record.
 class AddLocalHoldingsButton
          The AddLocalHoldingsButton class is a record formatting rule that adds a hot-link button to go search the database's Holdings database to display any local holdings for the record.
 class AddRecordData
          The AddRecordData class is the DEFAULT record formatting rule that creates a formatted string from the data fields specified in the RuleSpec and uses the the HTML or Text specifications defined in the DisplayUserData object to delimit the data found in the input record.
 class AddRecordNumber
          The AddRecordNumber class is a record formatting rule that adds the input record Number value to the output formatting buffer.
 class AddSaveButton
          The AddSaveButton class is a record formatting rule that creates a BookMark hot-link for the record and adds it to the formatting buffer.
 class AddWrapperData
          The AddWrapperData class is a record formatting rule that appends the wrapper data item to the output formatting buffer.
 class CopyAnchor
          The CopyAnchor class is a record formatting rule that creates an anchor to display the images associated with the input record.
 class DeleteAnchor
          The DeleteAnchor class is a record formatting rule that creates an anchor to display the images associated with the input record.
 class EditAnchor
          The EditAnchor class is a record formatting rule that creates an anchor to display the images associated with the input record.
 class HoldingsSearchKey
          The HoldingsSearchKey class is a record formatting rule that creates a string containing a search key that can be used to create a separate search to retrieve holdings information for a record, as in the DRA model where the holdings are found in a separate database.
 class SaveDuplicateDatabaseNames
          The SaveDuplicateDatabaseNames class is a record formatting rule that adds the long Database Name for the current record to the output formatting buffer.
 class SaveImageInfo
          The SaveImageInfo class is a record formatting rule that creates all the information necessary to navigate an image record created by the ISP package and saves it in the UserStateObject.
 class SaveTermFinderResults
           The SaveTermFinderResults class is a record formatting rule that constructs a Map (under 1.1 a Hashtable) that contains values as specified in the value* statements in the rule and based on the input DataDir.
 class UpdateCurrecno
          The UpdateCurrecno class is a record formatting rule that updates the UserStateObject entity "currecno" with the current value of the input record number.
 


Open SiteSearch 4.1.1
Final