Java Doc for BeanConverter.java in » ERP-CRM-Financial » Kuali-Financial-System » edu » iu » uis » eden » server » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Converts the given DocumentContentVO to a document content string. This method considers existing
content on the document and updates approriately. The string returned will be the new document
content for the document. If null is returned, then the document content is unchanged.
Converts an ActionRequestVO to an ActionRequest. The ActionRequestVO passed in must be the root action request in the graph, otherwise an IllegalArgumentException is thrown. This is to avoid potentially sticky issues with circular references in the conversion. NOTE: This method's primary purpose is to convert ActionRequestVOs returned from a RouteModule. Incidentally, the VO's returned from the route module will be lacking some information (like the node instance) so no attempts are made to convert this data since further initialization is handled by a higher level component (namely ActionRequestService.initializeActionRequestGraph).