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


org.kuali.kfs.web.struts.form.KualiAccountingDocumentFormBase
   org.kuali.module.financial.web.struts.form.CashReceiptForm

CashReceiptForm
public class CashReceiptForm extends KualiAccountingDocumentFormBase (Code)
This class is the action form for Cash Receipts.



Constructor Summary
public  CashReceiptForm()
     Constructs a CashReceiptForm.java.

Method Summary
public  CheckgetBaselineCheck(int index)
     Implementation creates empty Checks as a side-effect, so that Struts' efforts to set fields of lines which haven't been created will succeed rather than causing a NullPointerException.
public  ListgetBaselineChecks()
    
public  StringgetCashDrawerStatusMessage()
     This method will build out a message in the case the document is ENROUTE and the cash drawer is closed.
public  CashReceiptDocumentgetCashReceiptDocument()
    
public  StringgetCheckEntryMode()
    
public  ListgetCheckEntryModes()
    
public  KualiDecimalgetCheckTotal()
    
public  StringgetFinancialDocumentStatusMessage()
     Gets the financialDocumentStatusMessage which is dependent upon document state.
public  CheckgetNewCheck()
    
public  booleanhasBaselineCheck(int index)
    
public  booleanisCheckEntryDetailMode()
    
public  booleanisCoverSheetPrintingAllowed()
     determines if the CashReceiptDocument is in a state that allows printing of the cover sheet.
public  voidsetBaselineChecks(List baselineChecks)
    
public  voidsetCheckEntryMode(String checkEntryMode)
    
public  voidsetCheckTotal(KualiDecimal checkTotal)
    
public  voidsetNewCheck(Check newCheck)
    


Constructor Detail
CashReceiptForm
public CashReceiptForm()(Code)
Constructs a CashReceiptForm.java.




Method Detail
getBaselineCheck
public Check getBaselineCheck(int index)(Code)
Implementation creates empty Checks as a side-effect, so that Struts' efforts to set fields of lines which haven't been created will succeed rather than causing a NullPointerException.
Parameters:
  index - baseline Check at the given index



getBaselineChecks
public List getBaselineChecks()(Code)
current List of baseline checks for use in update detection



getCashDrawerStatusMessage
public String getCashDrawerStatusMessage()(Code)
This method will build out a message in the case the document is ENROUTE and the cash drawer is closed. String



getCashReceiptDocument
public CashReceiptDocument getCashReceiptDocument()(Code)
CashReceiptDocument



getCheckEntryMode
public String getCheckEntryMode()(Code)
String



getCheckEntryModes
public List getCheckEntryModes()(Code)
List of LabelValueBeans representing all available check entry modes



getCheckTotal
public KualiDecimal getCheckTotal()(Code)
KualiDecimal



getFinancialDocumentStatusMessage
public String getFinancialDocumentStatusMessage()(Code)
Gets the financialDocumentStatusMessage which is dependent upon document state. Returns the financialDocumentStatusMessage.



getNewCheck
public Check getNewCheck()(Code)
Check



hasBaselineCheck
public boolean hasBaselineCheck(int index)(Code)

Parameters:
  index - true if a baselineCheck with the given index exists



isCheckEntryDetailMode
public boolean isCheckEntryDetailMode()(Code)
boolean



isCoverSheetPrintingAllowed
public boolean isCoverSheetPrintingAllowed()(Code)
determines if the CashReceiptDocument is in a state that allows printing of the cover sheet. boolean



setBaselineChecks
public void setBaselineChecks(List baselineChecks)(Code)
Sets the current List of baseline checks to the given List
Parameters:
  baselineChecks -



setCheckEntryMode
public void setCheckEntryMode(String checkEntryMode)(Code)

Parameters:
  checkEntryMode -



setCheckTotal
public void setCheckTotal(KualiDecimal checkTotal)(Code)

Parameters:
  checkTotal -



setNewCheck
public void setNewCheck(Check newCheck)(Code)

Parameters:
  newCheck -



Fields inherited from org.kuali.kfs.web.struts.form.KualiAccountingDocumentFormBase
protected FormFile sourceFile(Code)(Java Doc)
protected FormFile targetFile(Code)(Java Doc)

Methods inherited from org.kuali.kfs.web.struts.form.KualiAccountingDocumentFormBase
protected SourceAccountingLine createNewSourceAccountingLine(AccountingDocument financialDocument)(Code)(Java Doc)
protected TargetAccountingLine createNewTargetAccountingLine(AccountingDocument financialDocument)(Code)(Java Doc)
protected void customInitMaxUploadSizes()(Code)(Java Doc)
public Map getAccountingLineEditableFields()(Code)(Java Doc)
public String getAccountingLineImportInstructionsUrl()(Code)(Java Doc)
public SourceAccountingLine getBaselineSourceAccountingLine(int index)(Code)(Java Doc)
public List getBaselineSourceAccountingLines()(Code)(Java Doc)
public TargetAccountingLine getBaselineTargetAccountingLine(int index)(Code)(Java Doc)
public List getBaselineTargetAccountingLines()(Code)(Java Doc)
public String getCurrencyFormattedSourceTotal()(Code)(Java Doc)
public String getCurrencyFormattedTargetTotal()(Code)(Java Doc)
public Map getEditableAccounts()(Code)(Java Doc)
public AccountingDocument getFinancialDocument()(Code)(Java Doc)
public Map getForcedLookupOptionalFields()(Code)(Java Doc)
public boolean getHideDetails()(Code)(Java Doc)
public SourceAccountingLine getNewSourceLine()(Code)(Java Doc)
public TargetAccountingLine getNewTargetLine()(Code)(Java Doc)
public FormFile getSourceFile()(Code)(Java Doc)
public AccountingLineDecorator getSourceLineDecorator(int index)(Code)(Java Doc)
public List<AccountingLineDecorator> getSourceLineDecorators()(Code)(Java Doc)
public List<AccountingLineDecorator> getSourceLineDecorators(int minSize)(Code)(Java Doc)
public FormFile getTargetFile()(Code)(Java Doc)
public AccountingLineDecorator getTargetLineDecorator(int index)(Code)(Java Doc)
public List<AccountingLineDecorator> getTargetLineDecorators()(Code)(Java Doc)
public List<AccountingLineDecorator> getTargetLineDecorators(int minSize)(Code)(Java Doc)
public boolean hasBaselineSourceAccountingLine(int index)(Code)(Java Doc)
public boolean hasBaselineTargetAccountingLine(int index)(Code)(Java Doc)
public boolean isHideDetails()(Code)(Java Doc)
public void populate(HttpServletRequest request)(Code)(Java Doc)
protected void populateAccountingLines()(Code)(Java Doc)
public void populateSourceAccountingLine(SourceAccountingLine sourceLine)(Code)(Java Doc)
public void populateTargetAccountingLine(TargetAccountingLine targetLine)(Code)(Java Doc)
public void refreshEditableAccounts()(Code)(Java Doc)
public void resetSourceLineDecorators(int size)(Code)(Java Doc)
public void resetTargetLineDecorators(int size)(Code)(Java Doc)
public void setAccountingLineEditableFields(Map editableFields)(Code)(Java Doc)
public void setBaselineSourceAccountingLines(List baselineSourceAccountingLines)(Code)(Java Doc)
public void setBaselineTargetAccountingLines(List baselineTargetAccountingLines)(Code)(Java Doc)
public void setEditableAccounts(Map editableAccounts)(Code)(Java Doc)
public void setForcedLookupOptionalFields(Map fieldMap)(Code)(Java Doc)
public void setHideDetails(boolean hideDetails)(Code)(Java Doc)
public void setNewSourceLine(SourceAccountingLine newIncomeLine)(Code)(Java Doc)
public void setNewTargetLine(TargetAccountingLine newExpenseLine)(Code)(Java Doc)
public void setSourceFile(FormFile sourceFile)(Code)(Java Doc)
public void setSourceLineDecorators(List<AccountingLineDecorator> sourceLineDecorators)(Code)(Java Doc)
public void setTargetFile(FormFile targetFile)(Code)(Java Doc)
public void setTargetLineDecorators(List<AccountingLineDecorator> targetLineDecorators)(Code)(Java Doc)
protected void useDocumentAuthorizer(DocumentAuthorizer documentAuthorizer)(Code)(Java Doc)

w__w_w.j__ava__2s__.__co__m | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.