|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dspace.app.util.DCInputSet
public class DCInputSet
Class representing all DC inputs required for a submission, organized into pages
| Constructor Summary | |
|---|---|
DCInputSet(String formName,
Vector pages,
Map listMap)
constructor |
|
| Method Summary | |
|---|---|
String |
getFormName()
Return the name of the form that defines this input set |
int |
getNumberPages()
Return the number of pages in this input set |
DCInput[] |
getPageRows(int pageNum,
boolean addTitleAlternative,
boolean addPublishedBefore)
Get all the rows for a page from the form definition |
boolean |
isDefinedMultTitles()
Does this set of inputs include an alternate title field? |
boolean |
isDefinedPubBefore()
Does this set of inputs include the previously published fields? |
boolean |
isFieldPresent(String fieldName)
Does the current input set define the named field? Scan through every field in every page of the input set |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DCInputSet(String formName,
Vector pages,
Map listMap)
| Method Detail |
|---|
public String getFormName()
public int getNumberPages()
public DCInput[] getPageRows(int pageNum,
boolean addTitleAlternative,
boolean addPublishedBefore)
pageNum - desired page within setaddTitleAlternative - flag to add the additional title rowaddPublishedBefore - flag to add the additional published info
public boolean isDefinedMultTitles()
public boolean isDefinedPubBefore()
public boolean isFieldPresent(String fieldName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||