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


org.kuali.module.kra.web.struts.action.ResearchDocumentActionBase
   org.kuali.module.kra.budget.web.struts.action.BudgetAction

All known Subclasses:   org.kuali.module.kra.budget.web.struts.action.BudgetNonpersonnelCopyOverAction,  org.kuali.module.kra.budget.web.struts.action.BudgetNonpersonnelAction,  org.kuali.module.kra.budget.web.struts.action.BudgetTemplateAction,  org.kuali.module.kra.budget.web.struts.action.BudgetPersonnelAction,  org.kuali.module.kra.budget.web.struts.action.BudgetIndirectCostAction,  org.kuali.module.kra.budget.web.struts.action.BudgetNotesAction,  org.kuali.module.kra.budget.web.struts.action.BudgetModularAction,  org.kuali.module.kra.budget.web.struts.action.BudgetOverviewAction,  org.kuali.module.kra.budget.web.struts.action.BudgetParametersAction,  org.kuali.module.kra.budget.web.struts.action.BudgetCostShareAction,  org.kuali.module.kra.budget.web.struts.action.BudgetPermissionsAction,  org.kuali.module.kra.budget.web.struts.action.BudgetAuditModeAction,  org.kuali.module.kra.budget.web.struts.action.BudgetOutputAction,
BudgetAction
public class BudgetAction extends ResearchDocumentActionBase (Code)
This class handles Actions for Research Administration.




Method Summary
protected static  booleanallowsNavigate(Map map)
     We want to allow navigation for a couple of specific errors.
public  ActionForwardauditmode(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
    
protected  StringbuildBudgetConfirmationQuestion(String confirmationContext, KualiConfigurationService kualiConfiguration)
     This method will setup the message that will get displayed to the user when they are asked to confirm a delete.
public  ActionForwardcostshare(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
    
public  ActionForwardexecute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
    
public  ActionForwardheaderTab(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
    
public  ActionForwardindirectcost(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
    
public  ActionForwardload(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
    
public  ActionForwardmodular(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
    
public  ActionForwardnonpersonnel(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
    
public  ActionForwardoutput(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
    
public  ActionForwardoverview(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
    
public  ActionForwardparameters(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
    
public  ActionForwardpermissions(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
    
public  ActionForwardpersonnel(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
    
public  ActionForwardroute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
    
public  ActionForwardsave(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
     This method will save the document, but only after being successfully validated.
protected static  voidsetupAcademicYearSubdivisionConstants(BudgetForm budgetForm)
    
protected static  voidsetupBudgetCostSharePermissionDisplay(BudgetForm budgetForm)
    
protected static  voidsetupBudgetTypes(BudgetForm budgetForm)
    
public static  voidsetupNonpersonnelCategories(BudgetForm budgetForm)
     This method...
public  ActionForwardtemplate(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
    
public  ActionForwardupdate(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
    



Method Detail
allowsNavigate
protected static boolean allowsNavigate(Map map)(Code)
We want to allow navigation for a couple of specific errors. So find these here.
Parameters:
  map - boolean



auditmode
public ActionForward auditmode(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)



buildBudgetConfirmationQuestion
protected String buildBudgetConfirmationQuestion(String confirmationContext, KualiConfigurationService kualiConfiguration) throws Exception(Code)
This method will setup the message that will get displayed to the user when they are asked to confirm a delete.
Parameters:
  confirmationContext -
Parameters:
  kualiConfiguration - The message to display to the user in the question prompt window.
throws:
  Exception -



costshare
public ActionForward costshare(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)



execute
public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)



headerTab
public ActionForward headerTab(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)



indirectcost
public ActionForward indirectcost(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)



load
public ActionForward load(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)
This method will load the document, which was previously saved
Parameters:
  mapping -
Parameters:
  form -
Parameters:
  request -
Parameters:
  response -
throws:
  Exception -



modular
public ActionForward modular(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)



nonpersonnel
public ActionForward nonpersonnel(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)



output
public ActionForward output(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)



overview
public ActionForward overview(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)



parameters
public ActionForward parameters(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)



permissions
public ActionForward permissions(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)



personnel
public ActionForward personnel(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)



route
public ActionForward route(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)



save
public ActionForward save(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)
This method will save the document, but only after being successfully validated.
Parameters:
  mapping -
Parameters:
  form -
Parameters:
  request -
Parameters:
  response -
throws:
  Exception -



setupAcademicYearSubdivisionConstants
protected static void setupAcademicYearSubdivisionConstants(BudgetForm budgetForm) throws Exception(Code)
This method gets the names of the academic year subdivisions and sets them in the BudgetForm
Parameters:
  budgetForm -
throws:
  Exception -



setupBudgetCostSharePermissionDisplay
protected static void setupBudgetCostSharePermissionDisplay(BudgetForm budgetForm)(Code)



setupBudgetTypes
protected static void setupBudgetTypes(BudgetForm budgetForm) throws Exception(Code)
This method gets the default budget types from the reference table and sets it in the BudgetForm
Parameters:
  budgetForm -
throws:
  Exception -



setupNonpersonnelCategories
public static void setupNonpersonnelCategories(BudgetForm budgetForm) throws Exception(Code)
This method...
Parameters:
  budgetForm -
throws:
  Exception -



template
public ActionForward template(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)



update
public ActionForward update(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)



Methods inherited from org.kuali.module.kra.web.struts.action.ResearchDocumentActionBase
public ActionForward addOrg(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc)
public ActionForward delete(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc)
public ActionForward deleteOrg(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc)
public ActionForward deleteWorkgroup(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc)
public ActionForward docHandler(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc)
public ActionForward headerTab(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc)
public ActionForward insertAdHocRoutePerson(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc)
public ActionForward insertAdHocRouteWorkgroup(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc)
public ActionForward load(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc)
public ActionForward notes(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc)

ww___w.__j___a__v___a___2s__.__co_m_ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.