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

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ERP CRM Financial » Kuali Financial System » edu.iu.uis.eden.server 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   edu.iu.uis.eden.server.BeanConverter

BeanConverter
public class BeanConverter (Code)
Translates Workflow server side beans into client side VO beans.
author:
   rkirkend
author:
   ewestfal
author:
   ahamid




Method Summary
public static  StringbuildUpdatedDocumentContent(DocumentContentVO documentContentVO)
     Converts the given DocumentContentVO to a document content string.
public static  RouteHeaderVOconvertActionListRouteHeader(DocumentRouteHeaderValue routeHeader, WorkflowUser user)
    
public static  ActionRequestVOconvertActionRequest(ActionRequestValue actionRequest)
    
public static  ActionRequestValueconvertActionRequestVO(ActionRequestVO actionRequestVO)
     Converts an ActionRequestVO to an ActionRequest.
public static  ActionRequestValueconvertActionRequestVO(ActionRequestVO actionRequestVO, ActionRequestValue parentActionRequest)
    
public static  ActionTakenVOconvertActionTaken(ActionTakenValue actionTaken)
    
public static  ActionTakenEventVOconvertActionTakenEvent(ActionTakenEvent actionTakenEvent)
    
public static  ActionTakenValueconvertActionTakenVO(ActionTakenVO actionTakenVO)
    
public static  AdHocRevokeconvertAdHocRevokeVO(AdHocRevokeVO revokeVO)
    
public static  DeleteEventVOconvertDeleteEvent(DeleteEvent deleteEvent)
    
public static  DocumentContentVOconvertDocumentContent(String documentContentValue, Long documentId)
    
public static  DocumentDetailVOconvertDocumentDetail(DocumentRouteHeaderValue routeHeader)
    
public static  DocumentRouteLevelChangeVOconvertDocumentRouteLevelChange(DocumentRouteLevelChange routeLevelChange)
    
public static  DocumentRouteStatusChangeVOconvertDocumentRouteStatusChange(DocumentRouteStatusChange statusChange)
    
public static  DocumentTypeVOconvertDocumentType(DocumentType docType)
    
public static  WorkgroupIdVOconvertGroupId(GroupId groupId)
    
public static  MovePointconvertMovePointVO(MovePointVO movePointVO)
    
public static  ProcessVOconvertProcess(Process process)
    
public static  SimulationActionToTakeconvertReportActionToTakeVO(ReportActionToTakeVO actionToTakeVO)
    
public static  SimulationCriteriaconvertReportCriteriaVO(ReportCriteriaVO criteriaVO)
    
public static  ResponsiblePartyVOconvertResponsibleParty(ResponsibleParty responsibleParty)
    
public static  ResponsiblePartyconvertResponsiblePartyVO(ResponsiblePartyVO responsiblePartyVO)
    
public static  RecipientconvertResponsiblePartyVOtoRecipient(ResponsiblePartyVO responsiblePartyVO)
    
public static  RouteHeaderVOconvertRouteHeader(DocumentRouteHeaderValue routeHeader, WorkflowUser user)
    
public static  DocumentRouteHeaderValueconvertRouteHeaderVO(RouteHeaderVO routeHeaderVO)
    
public static  RouteNodeVOconvertRouteNode(RouteNode node)
    
public static  RouteNodeInstanceVOconvertRouteNodeInstance(RouteNodeInstance nodeInstance)
    
public static  RoutePathVOconvertRoutePath(DocumentType documentType)
    
public static  RouteTemplateEntryVOconvertRouteTemplateEntry(RouteNode node)
    
public static  RuleVOconvertRule(RuleBaseValues ruleValues)
    
public static  RuleDelegationVOconvertRuleDelegation(RuleDelegation ruleDelegation)
    
public static  Collection<RuleExtensionVO>convertRuleExtension(RuleExtension ruleExtension)
    
public static  KeyValuePairconvertRuleExtensionVO(RuleExtensionVO ruleExtensionVO)
    
public static  RuleResponsibilityVOconvertRuleResponsibility(RuleResponsibility ruleResponsibility)
    
public static  StateVOconvertState(State nodeState)
    
public static  StateVO[]convertStates(Collection states)
    
public static  UserVOconvertUser(WorkflowUser user)
    
public static  UserIdVOconvertUserId(UserId userId)
    
public static  UserIdconvertUserIdVO(UserIdVO userIdVO)
    
public static  WorkflowUserconvertUserVO(UserVO userVO)
    
public static  ValidActionsVOconvertValidActions(ValidActions validActions)
    
public static  AttributeDefinitionconvertWorkflowAttributeDefinitionVO(WorkflowAttributeDefinitionVO definitionVO, edu.iu.uis.eden.doctype.DocumentType documentType)
    
public static  WorkflowAttributeValidationErrorVOconvertWorkflowAttributeValidationError(WorkflowAttributeValidationError error)
    
public static  WorkgroupVOconvertWorkgroup(Workgroup workgroup)
    
public static  GroupIdconvertWorkgroupIdVO(WorkgroupIdVO workgroupId)
    
public static  voidupdateNotes(RouteHeaderVO routeHeaderVO, Long routeHeaderId)
    



Method Detail
buildUpdatedDocumentContent
public static String buildUpdatedDocumentContent(DocumentContentVO documentContentVO) throws WorkflowException(Code)
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.



convertActionListRouteHeader
public static RouteHeaderVO convertActionListRouteHeader(DocumentRouteHeaderValue routeHeader, WorkflowUser user) throws WorkflowException, EdenUserNotFoundException(Code)



convertActionRequest
public static ActionRequestVO convertActionRequest(ActionRequestValue actionRequest) throws EdenUserNotFoundException(Code)



convertActionRequestVO
public static ActionRequestValue convertActionRequestVO(ActionRequestVO actionRequestVO) throws EdenUserNotFoundException(Code)
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).



convertActionRequestVO
public static ActionRequestValue convertActionRequestVO(ActionRequestVO actionRequestVO, ActionRequestValue parentActionRequest) throws EdenUserNotFoundException(Code)



convertActionTaken
public static ActionTakenVO convertActionTaken(ActionTakenValue actionTaken) throws EdenUserNotFoundException(Code)



convertActionTakenEvent
public static ActionTakenEventVO convertActionTakenEvent(ActionTakenEvent actionTakenEvent) throws EdenUserNotFoundException(Code)



convertActionTakenVO
public static ActionTakenValue convertActionTakenVO(ActionTakenVO actionTakenVO) throws EdenUserNotFoundException(Code)



convertAdHocRevokeVO
public static AdHocRevoke convertAdHocRevokeVO(AdHocRevokeVO revokeVO) throws WorkflowException(Code)



convertDeleteEvent
public static DeleteEventVO convertDeleteEvent(DeleteEvent deleteEvent)(Code)



convertDocumentContent
public static DocumentContentVO convertDocumentContent(String documentContentValue, Long documentId) throws WorkflowException(Code)



convertDocumentDetail
public static DocumentDetailVO convertDocumentDetail(DocumentRouteHeaderValue routeHeader) throws WorkflowException(Code)



convertDocumentRouteLevelChange
public static DocumentRouteLevelChangeVO convertDocumentRouteLevelChange(DocumentRouteLevelChange routeLevelChange)(Code)



convertDocumentRouteStatusChange
public static DocumentRouteStatusChangeVO convertDocumentRouteStatusChange(DocumentRouteStatusChange statusChange)(Code)



convertDocumentType
public static DocumentTypeVO convertDocumentType(DocumentType docType)(Code)



convertGroupId
public static WorkgroupIdVO convertGroupId(GroupId groupId)(Code)



convertMovePointVO
public static MovePoint convertMovePointVO(MovePointVO movePointVO)(Code)



convertProcess
public static ProcessVO convertProcess(Process process)(Code)



convertReportActionToTakeVO
public static SimulationActionToTake convertReportActionToTakeVO(ReportActionToTakeVO actionToTakeVO) throws EdenUserNotFoundException(Code)



convertReportCriteriaVO
public static SimulationCriteria convertReportCriteriaVO(ReportCriteriaVO criteriaVO) throws EdenUserNotFoundException(Code)



convertResponsibleParty
public static ResponsiblePartyVO convertResponsibleParty(ResponsibleParty responsibleParty)(Code)



convertResponsiblePartyVO
public static ResponsibleParty convertResponsiblePartyVO(ResponsiblePartyVO responsiblePartyVO)(Code)



convertResponsiblePartyVOtoRecipient
public static Recipient convertResponsiblePartyVOtoRecipient(ResponsiblePartyVO responsiblePartyVO) throws EdenUserNotFoundException(Code)
refactor name to convertResponsiblePartyVO when ResponsibleParty object is gone
Parameters:
  responsiblePartyVO -
throws:
  EdenUserNotFoundException -



convertRouteHeader
public static RouteHeaderVO convertRouteHeader(DocumentRouteHeaderValue routeHeader, WorkflowUser user) throws WorkflowException, EdenUserNotFoundException(Code)



convertRouteHeaderVO
public static DocumentRouteHeaderValue convertRouteHeaderVO(RouteHeaderVO routeHeaderVO) throws WorkflowException, EdenUserNotFoundException(Code)



convertRouteNode
public static RouteNodeVO convertRouteNode(RouteNode node)(Code)



convertRouteNodeInstance
public static RouteNodeInstanceVO convertRouteNodeInstance(RouteNodeInstance nodeInstance) throws WorkflowException(Code)



convertRoutePath
public static RoutePathVO convertRoutePath(DocumentType documentType)(Code)



convertRouteTemplateEntry
public static RouteTemplateEntryVO convertRouteTemplateEntry(RouteNode node)(Code)



convertRule
public static RuleVO convertRule(RuleBaseValues ruleValues) throws WorkflowException(Code)



convertRuleDelegation
public static RuleDelegationVO convertRuleDelegation(RuleDelegation ruleDelegation) throws WorkflowException(Code)



convertRuleExtension
public static Collection<RuleExtensionVO> convertRuleExtension(RuleExtension ruleExtension) throws WorkflowException(Code)



convertRuleExtensionVO
public static KeyValuePair convertRuleExtensionVO(RuleExtensionVO ruleExtensionVO) throws WorkflowException(Code)



convertRuleResponsibility
public static RuleResponsibilityVO convertRuleResponsibility(RuleResponsibility ruleResponsibility) throws WorkflowException(Code)



convertState
public static StateVO convertState(State nodeState)(Code)



convertStates
public static StateVO[] convertStates(Collection states)(Code)



convertUser
public static UserVO convertUser(WorkflowUser user)(Code)



convertUserId
public static UserIdVO convertUserId(UserId userId)(Code)



convertUserIdVO
public static UserId convertUserIdVO(UserIdVO userIdVO)(Code)



convertUserVO
public static WorkflowUser convertUserVO(UserVO userVO) throws EdenUserNotFoundException(Code)



convertValidActions
public static ValidActionsVO convertValidActions(ValidActions validActions)(Code)



convertWorkflowAttributeDefinitionVO
public static AttributeDefinition convertWorkflowAttributeDefinitionVO(WorkflowAttributeDefinitionVO definitionVO, edu.iu.uis.eden.doctype.DocumentType documentType)(Code)



convertWorkflowAttributeValidationError
public static WorkflowAttributeValidationErrorVO convertWorkflowAttributeValidationError(WorkflowAttributeValidationError error)(Code)



convertWorkgroup
public static WorkgroupVO convertWorkgroup(Workgroup workgroup)(Code)



convertWorkgroupIdVO
public static GroupId convertWorkgroupIdVO(WorkgroupIdVO workgroupId)(Code)



updateNotes
public static void updateNotes(RouteHeaderVO routeHeaderVO, Long routeHeaderId)(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.