Open SiteSearch 4.1.1
Final

ORG.oclc.mantis.gadgets
Class LastEdited

java.lang.Object
  |
  +--ORG.oclc.mantis.gadgets.LastEdited

public class LastEdited
extends Object
implements GadgetBuilder

The LastEdited class is a gadget that builds a list of anchors to set of records (new, locked and unlocked) a user has available.

The parameters to the gadget are:

See Also:
UserStateObject, WebZFormatter

Constructor Summary
LastEdited()
           
 
Method Summary
 String buildit(RequestManager rMngr, String name)
          Generates a String containing the HTML list of the last edited records (at most 5).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LastEdited

public LastEdited()
Method Detail

buildit

public String buildit(RequestManager rMngr,
                      String name)
Generates a String containing the HTML list of the last edited records (at most 5).
Specified by:
buildit in interface GadgetBuilder
Parameters:
rMngr - object containing input parameters for the request.
name - the name of the gadget - the section name in the configuration file defining the particular gadget.
Returns:
String -- The List of anchor to the editsessions.

Open SiteSearch 4.1.1
Final