Class DDSAdminForm

java.lang.Object
org.apache.struts.action.ActionForm
org.dlese.dpc.dds.action.form.DDSAdminForm
All Implemented Interfaces:
Serializable

public final class DDSAdminForm extends org.apache.struts.action.ActionForm
Author:
John Weatherley
See Also:
  • Constructor Details

    • DDSAdminForm

      public DDSAdminForm()
      Constructor for the DDSAdminForm object
  • Method Details

    • setIndex

      public void setIndex(SimpleLuceneIndex index)
    • setMetadataVocab

      public void setMetadataVocab(MetadataVocab vocab)
    • setMessage

      public void setMessage(String message)
      Sets the message attribute of the DDSAdminForm object
      Parameters:
      message - The new message value
    • getMessage

      public String getMessage()
      Gets the message attribute of the DDSAdminForm object
    • getLastSyncTime

      public String getLastSyncTime()
      Gets the lastSyncTime attribute of the DDSAdminForm object
    • getNumIndexingErrors

      public String getNumIndexingErrors()
      Gets the lastIndexModifiedTime attribute of the DDSAdminForm object
    • getNumValidationErrors

      public String getNumValidationErrors()
    • getUpdateFrequency

      public String getUpdateFrequency()
      Gets the updateFrequency attribute of the DDSAdminForm object
    • getNumRecordsToDelete

      public String getNumRecordsToDelete()
      Gets the numRecordsToDelete attribute of the DDSAdminForm object
    • getNumRecordsToAdd

      public String getNumRecordsToAdd()
      Gets the numRecordsToAdd attribute of the DDSAdminForm object
    • getNumRecordsToReplace

      public String getNumRecordsToReplace()
      Gets the numRecordsToReplace attribute of the DDSAdminForm object
    • getShowNumChanged

      public String getShowNumChanged()
      Gets the showNumChanged attribute of the DDSAdminForm object
    • setShowNumChanged

      public void setShowNumChanged(boolean b)
      Sets the showNumChanged attribute of the DDSAdminForm object
      Parameters:
      b - The new showNumChanged value
    • getNumRecords

      public String getNumRecords()
      Gets the numRecords attribute of the DDSAdminForm object
    • getNumGoodRecords

      public String getNumGoodRecords()
    • getVocabMessages

      public ArrayList getVocabMessages()
      Gets the vocabMessage attribute of the DDSAdminForm object
    • getVocabErrors

      public ArrayList getVocabErrors()
      Gets the vocabErrors attribute of the DDSAdminForm object
    • setShowVocabMessages

      public void setShowVocabMessages(boolean bool)
      Sets the showVocabUpdates attribute of the DDSAdminForm object
      Parameters:
      bool - The new showVocabUpdates value
    • getShowVocabMessages

      public String getShowVocabMessages()
      Gets the showVocabUpdates attribute of the DDSAdminForm object
    • setShowVocabErrors

      public void setShowVocabErrors(boolean bool)
      Sets the showVocabErrors attribute of the DDSAdminForm object
      Parameters:
      bool - The new showVocabErrors value
    • getShowVocabErrors

      public String getShowVocabErrors()
      Gets the showVocabErrors attribute of the DDSAdminForm object
    • prtln

      protected void prtln(String s)
      DESCRIPTION
      Parameters:
      s - DESCRIPTION