Package org.dlese.dpc.dds.action.form
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:
-
Field Summary
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the lastSyncTime attribute of the DDSAdminForm objectGets the message attribute of the DDSAdminForm objectGets the lastIndexModifiedTime attribute of the DDSAdminForm objectGets the numRecords attribute of the DDSAdminForm objectGets the numRecordsToAdd attribute of the DDSAdminForm objectGets the numRecordsToDelete attribute of the DDSAdminForm objectGets the numRecordsToReplace attribute of the DDSAdminForm objectGets the showNumChanged attribute of the DDSAdminForm objectGets the showVocabErrors attribute of the DDSAdminForm objectGets the showVocabUpdates attribute of the DDSAdminForm objectGets the updateFrequency attribute of the DDSAdminForm objectGets the vocabErrors attribute of the DDSAdminForm objectGets the vocabMessage attribute of the DDSAdminForm objectprotected voidDESCRIPTIONvoidsetIndex(SimpleLuceneIndex index) voidsetMessage(String message) Sets the message attribute of the DDSAdminForm objectvoidsetMetadataVocab(MetadataVocab vocab) voidsetShowNumChanged(boolean b) Sets the showNumChanged attribute of the DDSAdminForm objectvoidsetShowVocabErrors(boolean bool) Sets the showVocabErrors attribute of the DDSAdminForm objectvoidsetShowVocabMessages(boolean bool) Sets the showVocabUpdates attribute of the DDSAdminForm objectMethods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
-
Constructor Details
-
DDSAdminForm
public DDSAdminForm()Constructor for the DDSAdminForm object
-
-
Method Details
-
setIndex
-
setMetadataVocab
-
setMessage
Sets the message attribute of the DDSAdminForm object- Parameters:
message- The new message value
-
getMessage
Gets the message attribute of the DDSAdminForm object -
getLastSyncTime
Gets the lastSyncTime attribute of the DDSAdminForm object -
getNumIndexingErrors
Gets the lastIndexModifiedTime attribute of the DDSAdminForm object -
getNumValidationErrors
-
getUpdateFrequency
Gets the updateFrequency attribute of the DDSAdminForm object -
getNumRecordsToDelete
Gets the numRecordsToDelete attribute of the DDSAdminForm object -
getNumRecordsToAdd
Gets the numRecordsToAdd attribute of the DDSAdminForm object -
getNumRecordsToReplace
Gets the numRecordsToReplace attribute of the DDSAdminForm object -
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
Gets the numRecords attribute of the DDSAdminForm object -
getNumGoodRecords
-
getVocabMessages
Gets the vocabMessage attribute of the DDSAdminForm object -
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
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
Gets the showVocabErrors attribute of the DDSAdminForm object -
prtln
DESCRIPTION- Parameters:
s- DESCRIPTION
-