Java Doc for ResearchDocumentBase.java in  » ERP-CRM-Financial » Kuali-Financial-System » org » kuali » module » kra » document » 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 » org.kuali.module.kra.document 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.kuali.core.document.TransactionalDocumentBase
   org.kuali.module.kra.document.ResearchDocumentBase

All known Subclasses:   org.kuali.module.kra.routingform.document.RoutingFormDocument,  org.kuali.module.kra.budget.document.BudgetDocument,
ResearchDocumentBase
abstract public class ResearchDocumentBase extends TransactionalDocumentBase implements ResearchDocument,Copyable(Code)
Research Administration Document Base



Constructor Summary
public  ResearchDocumentBase()
     Sets up the collection instances and common document attributes.

Method Summary
public  StringbuildAdhocOrgReportXml(String permissionTypeCode, boolean encloseContent)
     Build the xml to use when generating the workflow org routing report.
public  voidclearAdhocType(String adhocTypeCode)
     Clears all adhocs of a given type.
public  List<AdHocRoutePerson>convertKraAdhocsToAdHocRoutePersons()
    
public  List<AdHocRouteWorkgroup>convertKraAdhocsToAdHocRouteWorkgroups()
    
public  AdhocOrggetAdhocOrgItem(int index)
     Gets the BudgetAdhocOrg item at given index.
public  List<AdhocOrg>getAdhocOrgs()
     Gets the adhocOrgs attribute.
public  AdhocPersongetAdhocPersonItem(int index)
     Gets the AdhocPerson item at given index.
public  List<AdhocPerson>getAdhocPersons()
     Gets the adhocPersons attribute.
public  AdhocWorkgroupgetAdhocWorkgroupItem(int index)
     Gets the AdhocWorkgroup item at given index.
public  List<AdhocWorkgroup>getAdhocWorkgroups()
    
public  voidprepareForSave(KualiDocumentEvent event)
    
public  voidsetAdhocOrgs(List<AdhocOrg> adhocOrgs)
     Sets the adhocOrgs attribute value.
public  voidsetAdhocPersons(List<AdhocPerson> adhocPersons)
     Sets the adhocPersons attribute value.
public  voidsetAdhocWorkgroups(List<AdhocWorkgroup> adhocWorkgroups)
    
public  voidtoCopy()
     Overridden to note clear and add notes.
protected  LinkedHashMaptoStringMapper()
    


Constructor Detail
ResearchDocumentBase
public ResearchDocumentBase()(Code)
Sets up the collection instances and common document attributes.




Method Detail
buildAdhocOrgReportXml
public String buildAdhocOrgReportXml(String permissionTypeCode, boolean encloseContent)(Code)
Build the xml to use when generating the workflow org routing report. List orgs boolean encloseContent - whether the generated xml should be enclosed within a tag String



clearAdhocType
public void clearAdhocType(String adhocTypeCode)(Code)
Clears all adhocs of a given type.
Parameters:
  adhocTypeCode -



convertKraAdhocsToAdHocRoutePersons
public List<AdHocRoutePerson> convertKraAdhocsToAdHocRoutePersons()(Code)
Convert and return this document's adhoc persons as KFS-style AdHoc persons List



convertKraAdhocsToAdHocRouteWorkgroups
public List<AdHocRouteWorkgroup> convertKraAdhocsToAdHocRouteWorkgroups()(Code)
Convert and return this document's adhoc workgroups as KFS-style AdHoc workgroups List



getAdhocOrgItem
public AdhocOrg getAdhocOrgItem(int index)(Code)
Gets the BudgetAdhocOrg item at given index.
Parameters:
  index - BudgetAdhocOrg



getAdhocOrgs
public List<AdhocOrg> getAdhocOrgs()(Code)
Gets the adhocOrgs attribute. Returns the adhocOrgs.



getAdhocPersonItem
public AdhocPerson getAdhocPersonItem(int index)(Code)
Gets the AdhocPerson item at given index.
Parameters:
  index - AdhocPerson



getAdhocPersons
public List<AdhocPerson> getAdhocPersons()(Code)
Gets the adhocPersons attribute. Returns the adhocPersons.



getAdhocWorkgroupItem
public AdhocWorkgroup getAdhocWorkgroupItem(int index)(Code)
Gets the AdhocWorkgroup item at given index.
Parameters:
  index - AdhocWorkgroup



getAdhocWorkgroups
public List<AdhocWorkgroup> getAdhocWorkgroups()(Code)



prepareForSave
public void prepareForSave(KualiDocumentEvent event)(Code)



setAdhocOrgs
public void setAdhocOrgs(List<AdhocOrg> adhocOrgs)(Code)
Sets the adhocOrgs attribute value.
Parameters:
  adhocOrgs - The adhocOrgs to set.



setAdhocPersons
public void setAdhocPersons(List<AdhocPerson> adhocPersons)(Code)
Sets the adhocPersons attribute value.
Parameters:
  adhocPersons - The adhocPersons to set.



setAdhocWorkgroups
public void setAdhocWorkgroups(List<AdhocWorkgroup> adhocWorkgroups)(Code)



toCopy
public void toCopy() throws WorkflowException, IllegalStateException(Code)
Overridden to note clear and add notes.
See Also:   org.kuali.core.document.DocumentBase.toCopy



toStringMapper
protected LinkedHashMap toStringMapper()(Code)

See Also:   org.kuali.core.bo.BusinessObjectBase.toStringMapper



Methods inherited from org.kuali.core.document.TransactionalDocumentBase
public boolean getAllowsCopy()(Code)(Java Doc)
public boolean getAllowsErrorCorrection()(Code)(Java Doc)
public void toErrorCorrection() throws WorkflowException, IllegalStateException(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.