DLESE Tools
v1.6.0

org.dlese.dpc.services.dds.action.form
Class DDSServicesForm_1_1

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.dlese.dpc.dds.action.form.VocabForm
          extended by org.dlese.dpc.services.dds.action.form.DDSServicesForm
              extended by org.dlese.dpc.services.dds.action.form.DDSServicesForm_1_1
All Implemented Interfaces:
Serializable

public class DDSServicesForm_1_1
extends DDSServicesForm

A ActionForm bean that holds data for DDS web services and has access to vocab info. For DDSWS v1.1.

Version:
$Id: DDSServicesForm_1_1.java,v 1.2 2009/03/20 23:33:59 jweather Exp $
Author:
John Weatherley
See Also:
DDSServicesAction_1_1, Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.dlese.dpc.services.dds.action.form.DDSServicesForm
DDSServicesForm.DateLabelPair
 
Field Summary
 
Fields inherited from class org.dlese.dpc.services.dds.action.form.DDSServicesForm
ERROR_CODE_BADARGUMENT, ERROR_CODE_BADQUERY, ERROR_CODE_BADVERB, ERROR_CODE_CANNOTDISSEMINATEFORMAT, ERROR_CODE_IDDOESNOTEXIST, ERROR_CODE_INTERNALSERVERERROR, ERROR_CODE_NORECORDSMATCH, ERROR_CODE_NOTAUTHORIZED
 
Fields inherited from class org.dlese.dpc.dds.action.form.VocabForm
audience, field, language, metaFormat, value, vocab
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
DDSServicesForm_1_1()
          Constructor for the RepositoryForm object
 
Method Summary
 
Methods inherited from class org.dlese.dpc.services.dds.action.form.DDSServicesForm
getAuthorizedFor, getDs, getErrorCode, getErrorMsg, getLocalizedRecordXml, getN, getNumResults, getRecordFormat, getRecordXml, getResults, getS, getUtcDates, getXmlFormats, prtln, prtlnErr, setAuthorizedFor, setDebug, setErrorCode, setErrorMsg, setN, setRecordFormat, setRecordXml, setResults, setS, setXmlFormats
 
Methods inherited from class org.dlese.dpc.dds.action.form.VocabForm
getAudience, getField, getFieldId, getFieldLabel, getIsVocabTermAvailable, getLanguage, getVocab, getVocabList, getVocabList, getVocabTerm, setField, setField, setMetaFormat, setValue, setVocab, setVocabInterface
 
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

DDSServicesForm_1_1

public DDSServicesForm_1_1()
Constructor for the RepositoryForm object


DLESE Tools
v1.6.0