Open SiteSearch 4.1.1
Final

ORG.oclc.mantis.hooks
Class RBInfoDisplay

java.lang.Object
  |
  +--ORG.oclc.mantis.MantisHook
        |
        +--ORG.oclc.mantis.hooks.RBInfoDisplay

public class RBInfoDisplay
extends MantisHook


Field Summary
protected  IClient accessClient
           
 
Fields inherited from class ORG.oclc.mantis.MantisHook
action, args, content_type, displayWrapper, native_dir, next, noDisplay, processChildren
 
Constructor Summary
RBInfoDisplay()
           
 
Method Summary
 boolean dateLessThan(String date1, String date2)
           
 String display(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String reformatDate(String dateString)
           
 boolean run(String action, Element el, MantisXML xmltree)
           
 
Methods inherited from class ORG.oclc.mantis.MantisHook
addArg, addError, addWarning, displayContent, displayContentAnchor, displayContentLabel, displayContentMailto, displayContentValue, displayDataCheck, displayEnlarger, displayError, displayHeader, displayHeading, displayHook, displayLabel, displayReplicable, displaySpacingElements, displayTableCell, displayWarning, doConstantData, export, exportMARC, fromNative, getInfo, HTMLDecode, isError, preExport, remap, removeArg, setError, setupArgs, toNative, update, view
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

accessClient

protected IClient accessClient
Constructor Detail

RBInfoDisplay

public RBInfoDisplay()
Method Detail

display

public String display(String action,
                      ElementInfoObject eio,
                      MantisXML xmltree,
                      boolean editable,
                      boolean templateEditor,
                      StringBuffer buf,
                      String id)
Overrides:
display in class MantisHook

run

public boolean run(String action,
                   Element el,
                   MantisXML xmltree)
Overrides:
run in class MantisHook

reformatDate

public String reformatDate(String dateString)

dateLessThan

public boolean dateLessThan(String date1,
                            String date2)

Open SiteSearch 4.1.1
Final