DLESE Tools
v1.6.0

org.dlese.dpc.suggest.action.form
Class SuggestXMLForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.dlese.dpc.suggest.action.form.SuggestXMLForm
All Implemented Interfaces:
Serializable

public class SuggestXMLForm
extends org.apache.struts.action.ActionForm
implements Serializable

A Struts Form bean for handling submission of XML records based on XPath-name HTML form inputs

Author:
Ryan Deardorff
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
SuggestXMLForm()
           
 
Method Summary
 void addErrorMessage(String errorMessage)
          Adds a feature to the ErrorMessage attribute of the SuggestXMLForm object
 String getErrorMessage()
          Gets the errorMessage attribute of the SubmitNewsOppsForm object
 String getInputValue(String inputName)
          Gets the inputValue attribute of the SuggestXMLForm object
 String getInputValues(String inputName)
          Gets the inputValues attribute of the SuggestXMLForm object
 boolean getServicesSubmissionError()
          Gets the servicesSubmissionError attribute of the SuggestXMLForm object
 String getXmlRecord()
          Gets the xmlRecord attribute of the SubmitNewsOppsForm object
 void setErrorMessage(String errorMessage)
          Sets the errorMessage attribute of the SubmitNewsOppsForm object
 void setInputValue(String inputName, String inputValue)
          Sets the inputValue attribute of the SuggestXMLForm object
 void setServicesSubmissionError(boolean value)
          Sets the servicesSubmissionError attribute of the SuggestXMLForm object
 void setXmlRecord(String xmlRecord)
          Sets the xmlRecord attribute of the SubmitNewsOppsForm object
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuggestXMLForm

public SuggestXMLForm()
Method Detail

setXmlRecord

public void setXmlRecord(String xmlRecord)
Sets the xmlRecord attribute of the SubmitNewsOppsForm object

Parameters:
xmlRecord - The new xmlRecord value

getServicesSubmissionError

public boolean getServicesSubmissionError()
Gets the servicesSubmissionError attribute of the SuggestXMLForm object

Returns:
The servicesSubmissionError value

setServicesSubmissionError

public void setServicesSubmissionError(boolean value)
Sets the servicesSubmissionError attribute of the SuggestXMLForm object

Parameters:
value - The new servicesSubmissionError value

getXmlRecord

public String getXmlRecord()
Gets the xmlRecord attribute of the SubmitNewsOppsForm object

Returns:
The xmlRecord value

setErrorMessage

public void setErrorMessage(String errorMessage)
Sets the errorMessage attribute of the SubmitNewsOppsForm object

Parameters:
errorMessage - The new errorMessage value

getErrorMessage

public String getErrorMessage()
Gets the errorMessage attribute of the SubmitNewsOppsForm object

Returns:
The errorMessage value

addErrorMessage

public void addErrorMessage(String errorMessage)
Adds a feature to the ErrorMessage attribute of the SuggestXMLForm object

Parameters:
errorMessage - The feature to be added to the ErrorMessage attribute

getInputValue

public String getInputValue(String inputName)
Gets the inputValue attribute of the SuggestXMLForm object

Parameters:
inputName -
Returns:
The inputValue value

getInputValues

public String getInputValues(String inputName)
Gets the inputValues attribute of the SuggestXMLForm object

Parameters:
inputName -
Returns:
The inputValues value

setInputValue

public void setInputValue(String inputName,
                          String inputValue)
Sets the inputValue attribute of the SuggestXMLForm object

Parameters:
inputName - The new inputValue value
inputValue - The new inputValue value

DLESE Tools
v1.6.0