com.raritantechnologies.searchApp.database
Interface ISaveAction

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
JobProcessSaveAction

public interface ISaveAction
extends IConfigurable


Method Summary
 boolean doAction(RaritanPageContext pageContext)
          Determines if the SaveAction should be executed.
 void doUpdate(RaritanPageContext pageContext)
          Executes the save action.
 void initialize(org.w3c.dom.Element elem)
          Initializes the object from an XML tag or element.
 

Method Detail

initialize

public void initialize(org.w3c.dom.Element elem)
Description copied from interface: IConfigurable
Initializes the object from an XML tag or element. This method is called by the Framework as part of the application initializtion. see ConfigurationManager, XMLConfigurationManager, XMLSearchFieldMapFactory, XMLSearchSourceFactory. Configurable objects that are owned or contained by other configurable objects will be initialized in by the parent object.

Specified by:
initialize in interface IConfigurable

doAction

public boolean doAction(RaritanPageContext pageContext)
Determines if the SaveAction should be executed.


doUpdate

public void doUpdate(RaritanPageContext pageContext)
Executes the save action.