|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormatBerUtil | |
ORG.oclc.fmts | |
ORG.oclc.fmts.rules | |
ORG.oclc.webz |
Uses of FormatBerUtil in ORG.oclc.fmts |
Fields in ORG.oclc.fmts declared as FormatBerUtil | |
protected FormatBerUtil |
ZBaseFormatter.fmtUtil
FormatBerUtil object containing methods to retrieve data fields from a BER record. |
protected FormatBerUtil |
WebZFormatter.fmtUtil
FormatBerUtil object containing formatting record utilities. |
Uses of FormatBerUtil in ORG.oclc.fmts.rules |
Methods in ORG.oclc.fmts.rules with parameters of type FormatBerUtil | |
void |
RuleUtil.appendEntityData(String entityName,
FormatBerUtil fmtUtil,
String separatorB4Entity,
DisplayUserData userData)
Appends the data retrieved from the input entity name to the output formatting buffer held in the FormatBerUtil object. |
static String |
RuleUtil.getData(DataDir dir,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
boolean doDiacritics,
boolean firstOccurrenceOnly,
boolean makeAnchor)
Invokes the getData method with a lineBreak character of space(' ') to generate a String containing data from the input DataDir by retrieving the fields specified in the input RuleSpec object. |
static String |
RuleUtil.getData(DataDir dir,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
boolean doDiacritics,
boolean firstOccurrenceOnly,
boolean makeAnchor,
String lineBreak)
Generates a String containing data from the input DataDir by retrieving the fields specified in the input RuleSpec object. |
void |
HoldingsSearchKey.doRule(DataDir dir,
int recordNumber,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Creates a string containing a search key for that is used to create a search to a database such as the DRA Holdings database to retrieve the holdings data to attach to the record for holdings display. |
void |
AddFullTextButton.doRule(DataDir dir,
int recordNumber,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Creates a FETCH hot-link to display Full-Text for the input record based on the fields specified in the RuleSpec object and the matching criteria specified in the rules parameters. |
void |
AddFSMedlineSubjects.doRule(DataDir dir,
int recordNumber,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Appends formatted record data for the input record according to the specifications found in the input RuleSpec object. |
void |
AddILLSendToList.doRule(DataDir dir,
int recordNumber,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Creates the sendToList and saves it in the user state object for the input record and RuleSpec object. |
void |
UpdateCurrecno.doRule(DataDir dir,
int recordNumber,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Updates the entity "currecno" in the UserStateObject for the user to ensure proper interface record navigation of brief or multifull record results in the interface. |
void |
SaveDuplicateDatabaseNames.doRule(DataDir dir,
int recordNumber,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Adds the database name for the input record to the format buffer held in the input FormatBerUtil object. |
void |
AddILLOclcNum.doRule(DataDir dir,
int recordNumber,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Retrieves the OCLC number from the input record from the fields specified in the RuleSpec, filters the data, stores it in the user state object, and also adds the name to the formatting buffer if a display label is provided for in the RuleSpec. |
void |
AddBriefHoldings.doRule(DataDir dir,
int recordNumber,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Adds the formatted brief holdings data from the input record to the format buffer held in the input FormatBerUtil object. |
boolean |
AddBriefHoldings.appendData(FormatBerUtil fmtUtil,
String data,
String label,
String b4Label,
String afterLabel,
String sep,
boolean addSep,
boolean addLabels,
boolean tableDisplay)
|
void |
SaveTermFinderResults.doRule(DataDir dir,
int recno,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Adds a set of DataPairs to a Map/Hashtable within the user state object. |
void |
AddILLData.doRule(DataDir dir,
int recordNumber,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Retrieves the data from the input record according to the fields specified in the input RuleSpec object, stores it in the user state, and also adds the data to the formatting buffer if a display label is provided for the field in the RuleSpec. |
void |
AddCompoundSubjectPhrase.doRule(DataDir dir,
int recordNumber,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Appends formatted record data for the input record according to the specifications found in the input RuleSpec object. |
void |
AddFetchAnchor.doRule(DataDir dir,
int recordNumber,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Creates a FETCH hot-link for the input record based on the fields specified in the RuleSpec object and appends it to the formatting buffer held in the input FormatBerUtil object. |
void |
AddILL920FieldSendToList.doRule(DataDir dir,
int recordNumber,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Creates the sendToList and saves it in the user state object for the input record and RuleSpec object. |
void |
AddRecordNumber.doRule(DataDir dir,
int recordNumber,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Adds the current record number to the output format buffer for the input DataDir object, |
void |
AddDatabaseName.doRule(DataDir dir,
int recordNumber,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Adds the database name for the input record to the format buffer held in the input FormatBerUtil object. |
void |
AddRecordData.doRule(DataDir dir,
int recordNumber,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Appends formatted record data for the input record according to the specifications found in the input RuleSpec object. |
void |
AddImageDisplayAnchor.doRule(DataDir dir,
int recordNumber,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Creates an anchor to display the images associated with the input data record and appends it to the formatting buffer held in the input FormatBerUtil object. |
void |
DeleteAnchor.doRule(DataDir dir,
int recordNumber,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Creates an anchor to display the |
void |
AddSaveButton.doRule(DataDir dir,
int recordNumber,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Adds the save record anchor to the output format buffer for the input record number. |
void |
AddILLDatabaseName.doRule(DataDir dir,
int recordNumber,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Stores the database name of the input record in the user state in the entity specificied by the rule parameter 'IllEntity', and and also adds the name to the formatting buffer if a display label is provided for in the RuleSpec. |
void |
AddHTTPAnchor.doRule(DataDir dir,
int recordNumber,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Creates an HTTP:// hot-link for the input record based on the fields specified in the RuleSpec object and appends it to the formatting buffer held in the input FormatBerUtil object. |
void |
AddFormattedDupData.doRule(DataDir dir,
int recordNumber,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Adds the formatted duplicate record data to the output format buffer. |
void |
Add856.doRule(DataDir dir,
int recordNumber,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Executes the doRule logic to add formatted 856 data to the format buffer held in the input FormatBerUtil object. |
void |
CopyAnchor.doRule(DataDir dir,
int recordNumber,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Creates an anchor to display the |
void |
AddLocalHoldingsButton.doRule(DataDir dir,
int recordNumber,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Creates a FETCH hot-link to display Full-Text for the input record based on the fields specified in the RuleSpec object and the matching criteria specified in the rules parameters. |
void |
EditAnchor.doRule(DataDir dir,
int recordNumber,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Creates an anchor to display the |
void |
AddWrapperData.doRule(DataDir dir,
int recordNumber,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Appends the wrapper data specified in the 'wrapper name' rule parameter to the formatted data buffer. |
void |
SaveImageInfo.doRule(DataDir dir,
int recordNumber,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Creates the ImageInfo for the record for image display for the document. |
void |
AddFSABIISubjects.doRule(DataDir dir,
int recordNumber,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Appends formatted record data for the input record according to the specifications found in the input RuleSpec object. |
void |
AddHoldings.doRule(DataDir dir,
int recordNumber,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Adds a holdings display to the output formatting buffer based on the specific Marc holdings found in the data. |
Uses of FormatBerUtil in ORG.oclc.webz |
Fields in ORG.oclc.webz declared as FormatBerUtil | |
FormatBerUtil |
DisplayUserData.fmtUtil
FormatBerUtil object containing formatting utilities. |
Methods in ORG.oclc.webz with parameters of type FormatBerUtil | |
void |
DisplayRule.doRule(DataDir dir,
int recordNum,
RuleSpec ruleSpec,
FormatBerUtil fmtUtil,
DisplayUserData userData)
Executes the rule to create formatted data in the RulesBasedDisplayGenerator. |
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV NEXT | FRAMES NO FRAMES |