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


java.lang.Object
   org.kuali.module.kra.budget.web.struts.form.BudgetOverviewFormHelper

BudgetOverviewFormHelper
public class BudgetOverviewFormHelper (Code)
This is used by the UI to get totals, counts, and other things needed to render the page properly.

Inner Class :public class BudgetOverviewPersonnelHelper

Field Summary
final public  ListFULL_YEAR_APPOINTMENTS
    
final public  StringGRADUATE_ASSISTANT_NONPERSONNEL_CATEGORY_CODE
    
final public  StringGRADUATE_ASSISTANT_NONPERSONNEL_DESCRIPTION
    
final public  StringGRADUATE_ASSISTANT_NONPERSONNEL_SUBCATEGORY_CODE
    
final public  ListGRADUATE_RA_APPOINTMENTS
    
final public  ListHOURLY_APPOINTMENTS
    
final public  StringSUMMER_GRID_APPOINTMENT
    
final public  ListSUMMER_GRID_APPOINTMENTS
    

Constructor Summary
public  BudgetOverviewFormHelper()
     Constructs a BudgetOverviewFormHelper.
public  BudgetOverviewFormHelper(BudgetForm budgetForm)
     Constructs a BudgetOverviewFormHelper based on data extracted from a BudgetForm.

Method Summary
public  KualiIntegergetAdjustedDirectCostsAgencyRequest()
    
public  List<BudgetOverviewPersonnelHelper>getBudgetOverviewPersonnelHelpers()
    
public  BudgetPeriodgetBudgetPeriod()
    
public  BudgetTaskgetBudgetTask()
    
public  BudgetTaskPeriodIndirectCostgetIndirectCostItem()
    
public  KualiIntegergetModularAdjustmentAgencyRequest()
    
public  KualiIntegergetPersonnelFringeBenefitsAgencyRequest()
    
public  KualiIntegergetPersonnelFringeBenefitsInstitutionCostShare()
    
public  KualiIntegergetPersonnelSalaryAgencyRequest()
    
public  KualiIntegergetPersonnelSalaryInstitutionCostShare()
    
public  KualiIntegergetTotalCostsAgencyRequest()
    
public  KualiIntegergetTotalCostsInstitutionCostShare()
    
public  KualiIntegergetTotalCostsThirdPartyCostShare()
    
public  KualiIntegergetTotalDirectCostsAgencyRequest()
    
public  KualiIntegergetTotalDirectCostsInstitutionCostShare()
    
public  KualiIntegergetTotalDirectThirdPartyCostShare()
    
public  KualiIntegergetTotalIndirectCostsAgencyRequest()
     Convenience method for Overview total indirect costs line.
public  KualiIntegergetTotalIndirectCostsInstitutionCostShare()
     Convenience method for Overview total indirect costs line.
public  KualiIntegergetTotalIndirectCostsInstitutionCostShareUnrecovered()
     Convenience method for BudgetXml.
public  KualiIntegergetTotalPersonnelAgencyRequest()
     Convenience method for Overview total personnel line.
public  KualiIntegergetTotalPersonnelInstitutionCostShare()
     Convenience method for Overview total personnel line.
public  booleanisOverviewShowModular()
    
public  booleanisSelected()
    
public  BudgetNonpersonnelFormHelperrecalculate(Integer currentTaskNumber, Integer currentPeriodNumber, List nonpersonnelCategories, BudgetIndirectCostFormHelper budgetIndirectCostFormHelper, Budget budget)
    

Constructor for BudgetOverviewFormHelper with detailed argument list.

public  voidsetAdjustedDirectCostsAgencyRequest(KualiInteger adjustedDirectCosts)
    
public  voidsetBudgetOverviewPersonnelHelpers(List<BudgetOverviewPersonnelHelper> lineItems)
    
public  voidsetBudgetPeriod(BudgetPeriod budgetPeriod)
    
public  voidsetBudgetTask(BudgetTask budgetTask)
    
public  voidsetIndirectCostItem(BudgetTaskPeriodIndirectCost indirectCostItem)
    
public  voidsetModularAdjustmentAgencyRequest(KualiInteger modularAdjustment)
    
public  voidsetOverviewShowModular(boolean overviewShowModular)
    
public  voidsetPersonnelFringeBenefitsAgencyRequest(KualiInteger agencyFringeBenefitTotalAmount)
    
public  voidsetPersonnelFringeBenefitsInstitutionCostShare(KualiInteger institutionCostShareFringeBenefitTotalAmount)
    
public  voidsetPersonnelSalaryAgencyRequest(KualiInteger agencyRequestTotalAmount)
    
public  voidsetPersonnelSalaryInstitutionCostShare(KualiInteger institutionCostShareRequestTotalAmount)
    
public  voidsetSelected(boolean selected)
    
public  voidsetTotalCostsAgencyRequest(KualiInteger totalCostsAgencyRequest)
    
public  voidsetTotalCostsInstitutionCostShare(KualiInteger totalCostsInstitutionCostShare)
    
public  voidsetTotalCostsThirdPartyCostShare(KualiInteger totalCostsThirdPartyCostShare)
    
public  voidsetTotalDirectCostsAgencyRequest(KualiInteger totalDirectCostsAgencyRequest)
    
public  voidsetTotalDirectCostsInstitutionCostShare(KualiInteger totalDirectCostsInstitutionCostShare)
    
public  voidsetTotalDirectThirdPartyCostShare(KualiInteger totalDirectThirdPartyCostShare)
    

Field Detail
FULL_YEAR_APPOINTMENTS
final public List FULL_YEAR_APPOINTMENTS(Code)



GRADUATE_ASSISTANT_NONPERSONNEL_CATEGORY_CODE
final public String GRADUATE_ASSISTANT_NONPERSONNEL_CATEGORY_CODE(Code)



GRADUATE_ASSISTANT_NONPERSONNEL_DESCRIPTION
final public String GRADUATE_ASSISTANT_NONPERSONNEL_DESCRIPTION(Code)



GRADUATE_ASSISTANT_NONPERSONNEL_SUBCATEGORY_CODE
final public String GRADUATE_ASSISTANT_NONPERSONNEL_SUBCATEGORY_CODE(Code)



GRADUATE_RA_APPOINTMENTS
final public List GRADUATE_RA_APPOINTMENTS(Code)



HOURLY_APPOINTMENTS
final public List HOURLY_APPOINTMENTS(Code)



SUMMER_GRID_APPOINTMENT
final public String SUMMER_GRID_APPOINTMENT(Code)



SUMMER_GRID_APPOINTMENTS
final public List SUMMER_GRID_APPOINTMENTS(Code)




Constructor Detail
BudgetOverviewFormHelper
public BudgetOverviewFormHelper()(Code)
Constructs a BudgetOverviewFormHelper. Sets necessary constants.



BudgetOverviewFormHelper
public BudgetOverviewFormHelper(BudgetForm budgetForm) throws Exception(Code)
Constructs a BudgetOverviewFormHelper based on data extracted from a BudgetForm. Will add NonpersonnelCategories, BudgetNonpersonnelFormHelper, and BudgetIndirectCostFormHelper to BudgetForum. Runs BudgetModularService.generateModularBudget and BudgetIndirectCostService.refreshIndirectCost to satisfy requirements of recalculate which is called as the final step.
Parameters:
  budgetForm -




Method Detail
getAdjustedDirectCostsAgencyRequest
public KualiInteger getAdjustedDirectCostsAgencyRequest()(Code)
Returns the adjustedDirectCostsAgencyRequest.



getBudgetOverviewPersonnelHelpers
public List<BudgetOverviewPersonnelHelper> getBudgetOverviewPersonnelHelpers()(Code)
Returns the budgetOverviewPersonnelHelpers.



getBudgetPeriod
public BudgetPeriod getBudgetPeriod()(Code)



getBudgetTask
public BudgetTask getBudgetTask()(Code)



getIndirectCostItem
public BudgetTaskPeriodIndirectCost getIndirectCostItem()(Code)



getModularAdjustmentAgencyRequest
public KualiInteger getModularAdjustmentAgencyRequest()(Code)
Returns the modularAdjustmentAgencyRequest.



getPersonnelFringeBenefitsAgencyRequest
public KualiInteger getPersonnelFringeBenefitsAgencyRequest()(Code)
Returns the personnelFringeBenefitsAgencyRequest.



getPersonnelFringeBenefitsInstitutionCostShare
public KualiInteger getPersonnelFringeBenefitsInstitutionCostShare()(Code)
Returns the personnelFringeBenefitsInstitutionCostShare.



getPersonnelSalaryAgencyRequest
public KualiInteger getPersonnelSalaryAgencyRequest()(Code)
Returns the personnelSalaryAgencyRequest.



getPersonnelSalaryInstitutionCostShare
public KualiInteger getPersonnelSalaryInstitutionCostShare()(Code)
Returns the personnelSalaryInstitutionCostShare.



getTotalCostsAgencyRequest
public KualiInteger getTotalCostsAgencyRequest()(Code)
Returns the totalCostsAgencyRequest.



getTotalCostsInstitutionCostShare
public KualiInteger getTotalCostsInstitutionCostShare()(Code)
Returns the totalCostsInstitutionCostShare.



getTotalCostsThirdPartyCostShare
public KualiInteger getTotalCostsThirdPartyCostShare()(Code)
Returns the totalCostsThirdPartyCostShare.



getTotalDirectCostsAgencyRequest
public KualiInteger getTotalDirectCostsAgencyRequest()(Code)
Returns the totalDirectCostsAgencyRequest.



getTotalDirectCostsInstitutionCostShare
public KualiInteger getTotalDirectCostsInstitutionCostShare()(Code)
Returns the totalDirectCostsInstitutionCostShare.



getTotalDirectThirdPartyCostShare
public KualiInteger getTotalDirectThirdPartyCostShare()(Code)
Returns the totalDirectThirdPartyCostShare.



getTotalIndirectCostsAgencyRequest
public KualiInteger getTotalIndirectCostsAgencyRequest()(Code)
Convenience method for Overview total indirect costs line. Returns totalIndirectCostsAgencyRequest.



getTotalIndirectCostsInstitutionCostShare
public KualiInteger getTotalIndirectCostsInstitutionCostShare()(Code)
Convenience method for Overview total indirect costs line. Returns totalIndirectCostsInstitutionCostShare.



getTotalIndirectCostsInstitutionCostShareUnrecovered
public KualiInteger getTotalIndirectCostsInstitutionCostShareUnrecovered()(Code)
Convenience method for BudgetXml. Returns totalIndirectCostsInstitutionCostShareUnrecovered.



getTotalPersonnelAgencyRequest
public KualiInteger getTotalPersonnelAgencyRequest()(Code)
Convenience method for Overview total personnel line. Returns totalPersonnelAgencyRequest.



getTotalPersonnelInstitutionCostShare
public KualiInteger getTotalPersonnelInstitutionCostShare()(Code)
Convenience method for Overview total personnel line. Returns totalPersonnelInstitutionCostShare.



isOverviewShowModular
public boolean isOverviewShowModular()(Code)
Returns the overviewShowModular.



isSelected
public boolean isSelected()(Code)



recalculate
public BudgetNonpersonnelFormHelper recalculate(Integer currentTaskNumber, Integer currentPeriodNumber, List nonpersonnelCategories, BudgetIndirectCostFormHelper budgetIndirectCostFormHelper, Budget budget)(Code)

Constructor for BudgetOverviewFormHelper with detailed argument list. Populars several interesting objects in class scope that may be used to reduce service calls. Could be changed to pass those local variables as arguments if that is needed.

Note that BudgetIndirectCostService.refreshIndirectCost and BudgetModularService.generateModularBudget has to have been called before this.


Parameters:
  currentTaskNumber - determines for which task the calculations should be performed.
Parameters:
  currentPeriodNumber - determines for which period the calculations should be performed.
Parameters:
  nonpersonnelCategories - passed to avoid refetching it from the DB when BudgetXml calls this for each task / period.
Parameters:
  budgetIndirectCostFormHelper - passed to avoid refetching it from the DB when BudgetXml calls this for each task /period.
Parameters:
  budget - with refreshIndirectCost and generateModularBudget performed on. BudgetNonpersonnelFormHelper is returned with proper Fee Remission items from personnel (if applicable).



setAdjustedDirectCostsAgencyRequest
public void setAdjustedDirectCostsAgencyRequest(KualiInteger adjustedDirectCosts)(Code)

Parameters:
  adjustedDirectCostsAgencyRequest - The adjustedDirectCostsAgencyRequest to set.



setBudgetOverviewPersonnelHelpers
public void setBudgetOverviewPersonnelHelpers(List<BudgetOverviewPersonnelHelper> lineItems)(Code)

Parameters:
  budgetOverviewPersonnelHelpers - The budgetOverviewPersonnelHelpers to set.



setBudgetPeriod
public void setBudgetPeriod(BudgetPeriod budgetPeriod)(Code)



setBudgetTask
public void setBudgetTask(BudgetTask budgetTask)(Code)



setIndirectCostItem
public void setIndirectCostItem(BudgetTaskPeriodIndirectCost indirectCostItem)(Code)



setModularAdjustmentAgencyRequest
public void setModularAdjustmentAgencyRequest(KualiInteger modularAdjustment)(Code)

Parameters:
  modularAdjustmentAgencyRequest - The modularAdjustmentAgencyRequest to set.



setOverviewShowModular
public void setOverviewShowModular(boolean overviewShowModular)(Code)

Parameters:
  overviewShowModular - The overviewShowModular to set.



setPersonnelFringeBenefitsAgencyRequest
public void setPersonnelFringeBenefitsAgencyRequest(KualiInteger agencyFringeBenefitTotalAmount)(Code)

Parameters:
  personnelFringeBenefitsAgencyRequest - The personnelFringeBenefitsAgencyRequest to set.



setPersonnelFringeBenefitsInstitutionCostShare
public void setPersonnelFringeBenefitsInstitutionCostShare(KualiInteger institutionCostShareFringeBenefitTotalAmount)(Code)

Parameters:
  personnelFringeBenefitsInstitutionCostShare - The personnelFringeBenefitsInstitutionCostShare to set.



setPersonnelSalaryAgencyRequest
public void setPersonnelSalaryAgencyRequest(KualiInteger agencyRequestTotalAmount)(Code)

Parameters:
  personnelSalaryAgencyRequest - The personnelSalaryAgencyRequest to set.



setPersonnelSalaryInstitutionCostShare
public void setPersonnelSalaryInstitutionCostShare(KualiInteger institutionCostShareRequestTotalAmount)(Code)

Parameters:
  personnelSalaryInstitutionCostShare - The personnelSalaryInstitutionCostShare to set.



setSelected
public void setSelected(boolean selected)(Code)



setTotalCostsAgencyRequest
public void setTotalCostsAgencyRequest(KualiInteger totalCostsAgencyRequest)(Code)

Parameters:
  totalCostsAgencyRequest - The totalCostsAgencyRequest to set.



setTotalCostsInstitutionCostShare
public void setTotalCostsInstitutionCostShare(KualiInteger totalCostsInstitutionCostShare)(Code)

Parameters:
  totalCostsInstitutionCostShare - The totalCostsInstitutionCostShare to set.



setTotalCostsThirdPartyCostShare
public void setTotalCostsThirdPartyCostShare(KualiInteger totalCostsThirdPartyCostShare)(Code)

Parameters:
  totalCostsThirdPartyCostShare - The totalCostsThirdPartyCostShare to set.



setTotalDirectCostsAgencyRequest
public void setTotalDirectCostsAgencyRequest(KualiInteger totalDirectCostsAgencyRequest)(Code)

Parameters:
  totalDirectCostsAgencyRequest - The totalDirectCostsAgencyRequest to set.



setTotalDirectCostsInstitutionCostShare
public void setTotalDirectCostsInstitutionCostShare(KualiInteger totalDirectCostsInstitutionCostShare)(Code)

Parameters:
  totalDirectCostsInstitutionCostShare - The totalDirectCostsInstitutionCostShare to set.



setTotalDirectThirdPartyCostShare
public void setTotalDirectThirdPartyCostShare(KualiInteger totalDirectThirdPartyCostShare)(Code)

Parameters:
  totalDirectThirdPartyCostShare - The totalDirectThirdPartyCostShare to set.



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)

w_w___w__.___j_a_v__a__2_s__.___c_o__m___ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.