Class SuggestForm

java.lang.Object
org.apache.struts.action.ActionForm
org.dlese.dpc.suggest.action.form.SuggestForm
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SuggestCommentForm, SuggestResourceForm

public class SuggestForm extends org.apache.struts.action.ActionForm
Base ActionForm for Suggestor controllers that access a SuggestionRecord.
Version:
$Id: SuggestForm.java,v 1.5 2009/03/20 23:34:00 jweather Exp $
Author:
ostwald
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected boolean
     
    protected boolean
     
    protected SchemaHelper
    NOT YET DOCUMENTED
    protected MetadataVocab
    NOT YET DOCUMENTED

    Fields inherited from class org.apache.struts.action.ActionForm

    multipartRequestHandler, servlet
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    resets the bean's key attributes
    boolean
     
    boolean
     
    void
    reset(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
    Stub for reseting form variables
    void
    setCoppa(boolean val)
     
    void
    setPopup(boolean b)
     
    void
    Sets the schemaHelper attribute of the SuggestForm object
    void
    Sets the vocab attribute of the SuggestForm object

    Methods inherited from class org.apache.struts.action.ActionForm

    getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • schemaHelper

      protected SchemaHelper schemaHelper
      NOT YET DOCUMENTED
    • vocab

      protected MetadataVocab vocab
      NOT YET DOCUMENTED
    • coppa

      protected boolean coppa
  • Constructor Details

    • SuggestForm

      public SuggestForm()
      Constructor
  • Method Details

    • reset

      public void reset(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
      Stub for reseting form variables
      Overrides:
      reset in class org.apache.struts.action.ActionForm
      Parameters:
      mapping - Description of the Parameter
      request - Description of the Parameter
    • clear

      public void clear()
      resets the bean's key attributes
    • setVocab

      public void setVocab(MetadataVocab vocab)
      Sets the vocab attribute of the SuggestForm object
      Parameters:
      vocab - The new vocab value
    • setSchemaHelper

      public void setSchemaHelper(SchemaHelper schemaHelper)
      Sets the schemaHelper attribute of the SuggestForm object
      Parameters:
      schemaHelper - The new schemaHelper value
    • getPopup

      public boolean getPopup()
    • setPopup

      public void setPopup(boolean b)
    • getCoppa

      public boolean getCoppa()
    • setCoppa

      public void setCoppa(boolean val)