org.kuali.ole.editor.bo
Class DublinEditorFormDataHandler

java.lang.Object
  extended by org.kuali.ole.editor.bo.DublinEditorFormDataHandler

public class DublinEditorFormDataHandler
extends Object

DublinEditorFormDataHandler is the data handler class for Dublin Editor


Constructor Summary
DublinEditorFormDataHandler()
           
 
Method Summary
 List<DublinEditorField> buildDublinEditorFields(UnQualifiedDublinRecord unQualifiedDublinRecord)
          This method returns List of DublinEditorField, each dublinEditorField object sets the tagName and value got from unQualifiedDublinRecord.
 String buildDublinRecordForDocStore(org.kuali.rice.krad.web.form.UifFormBase uifFormBase, String uuid)
          This method returns response Xml from the docStore for Duplin Record, This method will ingest new record to docstore if uuid is null, else it will update existing record.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DublinEditorFormDataHandler

public DublinEditorFormDataHandler()
Method Detail

buildDublinRecordForDocStore

public String buildDublinRecordForDocStore(org.kuali.rice.krad.web.form.UifFormBase uifFormBase,
                                           String uuid)
This method returns response Xml from the docStore for Duplin Record, This method will ingest new record to docstore if uuid is null, else it will update existing record. the toXml method in UnQualifiedDublinRecordHandler will convert the unQualifiedDublinRecord in to responseXml.

Parameters:
uifFormBase -
uuid -
Returns:
content

buildDublinEditorFields

public List<DublinEditorField> buildDublinEditorFields(UnQualifiedDublinRecord unQualifiedDublinRecord)
This method returns List of DublinEditorField, each dublinEditorField object sets the tagName and value got from unQualifiedDublinRecord.

Parameters:
unQualifiedDublinRecord -
Returns:
dublinEditorFieldList


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.