Package | Description |
---|---|
org.kuali.ole.describe.bo | |
org.kuali.ole.describe.form |
Modifier and Type | Method and Description |
---|---|
List<WorkDublinEditorField> |
WorkDublinEditorFormDataHandler.buildDublinEditorFields(EditorForm editorForm,
WorkBibDublinRecord workBibDublinRecord) |
List<WorkDublinEditorField> |
WorkDublinEditorFormDataHandler.buildDublinUnqEditorFields(EditorForm editorForm,
UnQualifiedDublinRecord unQualifiedDublinRecord)
This method returns List of DublinEditorField,
each dublinEditorField object sets the tagName and value got from unQualifiedDublinRecord.
|
Modifier and Type | Method and Description |
---|---|
List<WorkDublinEditorField> |
WorkBibDublinForm.getDublinFieldList()
Gets the dublinFieldList attribute.
|
List<WorkDublinEditorField> |
EditorForm.getDublinFieldList() |
List<WorkDublinEditorField> |
WorkBibDublinForm.getExistingDublinFieldList()
Gets the existingDublinFieldList attribute.
|
List<WorkDublinEditorField> |
EditorForm.getExistingDublinFieldList() |
Modifier and Type | Method and Description |
---|---|
void |
WorkBibDublinForm.setDublinFieldList(List<WorkDublinEditorField> dublinFieldList)
Sets the dublinFieldList attribute value.
|
void |
EditorForm.setDublinFieldList(List<WorkDublinEditorField> dublinFieldList) |
void |
WorkBibDublinForm.setExistingDublinFieldList(List<WorkDublinEditorField> existingDublinFieldList)
Sets the existingDublinFieldList attribute value.
|
void |
EditorForm.setExistingDublinFieldList(List<WorkDublinEditorField> existingDublinFieldList) |
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.