|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.action.ActionForm org.apache.struts.validator.ValidatorForm org.dlese.dpc.repository.action.form.SetDefinitionsForm
public final class SetDefinitionsForm
Bean for values used to add/edit OAI set definitions.
Field Summary |
---|
Fields inherited from class org.apache.struts.validator.ValidatorForm |
---|
page, validatorResults |
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
SetDefinitionsForm()
Constructor for the SetDefinitionsForm Bean object |
Method Summary | |
---|---|
String[] |
getExcludedDirs()
Gets the excludedDirs attribute of the SetDefinitionsForm object |
ArrayList |
getExcludedDirsNotInRepository()
Gets the Excluded Dirs that are defined for the set but that do not exist in the repository. |
String |
getExcludedQuery()
Gets the excludedQuery attribute of the SetDefinitionsForm object |
String |
getExcludedTerms()
Gets the excludedTerms attribute of the SetDefinitionsForm object |
String[] |
getIncludedDirs()
Gets the includedDirs attribute of the SetDefinitionsForm object |
ArrayList |
getIncludedDirsNotInRepository()
Gets the includedDirs that are defined for the set but that do not exist in the repository. |
String |
getIncludedFormat()
Gets the includedFormat attribute of the SetDefinitionsForm object |
boolean |
getIncludedFormatNotAvailable()
True if the repository does not have the included format configured. |
String |
getIncludedQuery()
Gets the includedQuery attribute of the SetDefinitionsForm object |
String |
getIncludedTerms()
Gets the includedTerms attribute of the SetDefinitionsForm object |
boolean |
getIsDefinitionEmpty()
True if the set definition has nothing set. |
String |
getSetDescription()
Gets the setDescription attribute of the SetDefinitionsForm object |
ArrayList |
getSetInfos()
Gets the setInfos sorted by name, or null if none available. |
String |
getSetName()
Gets the setName attribute of the SetDefinitionsForm object |
String |
getSetSpec()
Gets the setSpec attribute of the SetDefinitionsForm object |
String |
getSetURL()
Gets the setURL attribute of the SetDefinitionsForm object |
void |
reset()
Resets the data in the form to default values. |
void |
setExcludedDirs(String[] value)
Sets the excludedDirs attribute of the SetDefinitionsForm object |
void |
setExcludedQuery(String value)
Sets the excludedQuery attribute of the SetDefinitionsForm object |
void |
setExcludedTerms(String value)
Sets the excludedTerms attribute of the SetDefinitionsForm object |
void |
setIncludedDirs(String[] value)
Sets the includedDirs attribute of the SetDefinitionsForm object |
void |
setIncludedFormat(String value)
Sets the includedFormat attribute of the SetDefinitionsForm object |
void |
setIncludedQuery(String value)
Sets the includedQuery attribute of the SetDefinitionsForm object |
void |
setIncludedTerms(String value)
Sets the includedTerms attribute of the SetDefinitionsForm object |
void |
setSetDescription(String value)
Sets the setDescription attribute of the SetDefinitionsForm object |
void |
setSetName(String value)
Sets the setName attribute of the SetDefinitionsForm object |
void |
setSetSpec(String value)
Sets the setSpec attribute of the SetDefinitionsForm object |
void |
setSetURL(String value)
Sets the setURL attribute of the SetDefinitionsForm object |
org.apache.struts.action.ActionErrors |
validate(org.apache.struts.action.ActionMapping mapping,
HttpServletRequest request)
Validates the form data. |
Methods inherited from class org.apache.struts.validator.ValidatorForm |
---|
getPage, getResultValueMap, getValidationKey, getValidatorResults, reset, setPage, setValidatorResults |
Methods inherited from class org.apache.struts.action.ActionForm |
---|
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SetDefinitionsForm()
Method Detail |
---|
public void reset()
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
validate
in class org.apache.struts.validator.ValidatorForm
mapping
- The ActionMappingrequest
- The HttpServletRequest request
public void setSetName(String value)
value
- The new setName valuepublic void setSetSpec(String value)
value
- The new setSpec valuepublic void setSetDescription(String value)
value
- The new setDescription valuepublic void setSetURL(String value)
value
- The new setURL valuepublic String getSetName()
public String getSetSpec()
public String getSetDescription()
public String getSetURL()
public void setIncludedDirs(String[] value)
value
- The new includedDirs valuepublic String[] getIncludedDirs()
public ArrayList getIncludedDirsNotInRepository()
public final ArrayList getSetInfos()
public String getIncludedFormat()
public boolean getIncludedFormatNotAvailable()
public String getIncludedTerms()
public String getIncludedQuery()
public String[] getExcludedDirs()
public ArrayList getExcludedDirsNotInRepository()
public String getExcludedTerms()
public String getExcludedQuery()
public void setIncludedFormat(String value)
value
- The new includedFormat valuepublic void setIncludedTerms(String value)
value
- The new includedTerms valuepublic void setIncludedQuery(String value)
value
- The new includedQuery valuepublic void setExcludedDirs(String[] value)
value
- The new excludedDirs valuepublic void setExcludedTerms(String value)
value
- The new excludedTerms valuepublic void setExcludedQuery(String value)
value
- The new excludedQuery valuepublic boolean getIsDefinitionEmpty()
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |