|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.ole.editor.bo.MarcEditorFormDataHandler
public class MarcEditorFormDataHandler
MarcEditorFormDataHandler is the data handler class for Marc Editor
Constructor Summary | |
---|---|
MarcEditorFormDataHandler()
|
Method Summary | |
---|---|
String |
buildBibRecordForDocStore(org.kuali.rice.krad.web.form.UifFormBase uifFormBase)
This method will generate the responseXml, This method builds the bibliographicRecord,And BibliographicRecordHandler will generate the responseXml., |
List<MarcEditorControlField> |
buildMarcEditorControlFields(List<ControlField> controlFields)
This method build the controlFields and it will return List of marcEditorControlField , each marcEditorControlField sets the tag and value get from controlFields |
List<MarcEditorDataField> |
buildMarcEditorDataFields(List<DataField> dataFields)
This method build the dataFields and it will return List of marcEditorDataField , each marcEditorDataField sets the value, and each value has code and value. |
String |
getUUIDFromForm(org.kuali.rice.krad.web.form.UifFormBase uifFormBase)
This method will get the uuid from the marcEditorForm, uifFormBase has type casted in to MarcEditorForm and from the marcEditorForm we will get the controlFields, iterating the controlFields will return the uuid if tag value equal 001 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MarcEditorFormDataHandler()
Method Detail |
---|
public String buildBibRecordForDocStore(org.kuali.rice.krad.web.form.UifFormBase uifFormBase)
uifFormBase
-
public List<MarcEditorControlField> buildMarcEditorControlFields(List<ControlField> controlFields)
controlFields
-
public List<MarcEditorDataField> buildMarcEditorDataFields(List<DataField> dataFields)
dataFields
-
public String getUUIDFromForm(org.kuali.rice.krad.web.form.UifFormBase uifFormBase)
uifFormBase
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |