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


org.kuali.module.financial.document.CashReceiptFamilyBase
   org.kuali.module.financial.document.CashReceiptDocument

CashReceiptDocument
public class CashReceiptDocument extends CashReceiptFamilyBase implements Copyable,AmountTotaling(Code)
This is the business object that represents the CashReceiptDocument in Kuali. This is a transactional document that will eventually post transactions to the G/L. It integrates with workflow. Since a Cash Receipt is a one sided transactional document, only accepting funds into the university, the accounting line data will be held in the source accounting line data structure only.


Field Summary
final public static  StringCHECK_ENTRY_DETAIL
    
final public static  StringCHECK_ENTRY_TOTAL
    
final public static  StringDOCUMENT_TYPE
    

Constructor Summary
public  CashReceiptDocument()
     Initializes the array lists and line incrementers.

Method Summary
public  voidaddCheck(Check check)
     Adds a new check to the list.
public  ListbuildListOfDeletionAwareLists()
    
public  KualiDecimalcalculateCheckTotal()
    
public  List<SufficientFundsItem>checkSufficientFunds()
    
public  CheckcreateNewCheck()
    
public  ListgenerateSaveEvents()
    
public  CashReceiptHeadergetCashReceiptHeader()
     Gets the cashReceiptHeader attribute.
public  CheckgetCheck(int index)
     Retrieve a particular check at a given index in the list of checks.
public  intgetCheckCount()
    
public  StringgetCheckEntryMode()
    
public  List<Check>getChecks()
     Gets the checks attribute.
public  CoinDetailgetCoinDetail()
     Gets the coinDetail attribute.
public  CurrencyDetailgetCurrencyDetail()
     Gets the currencyDetail attribute.
public  StringgetCurrencyFormattedSumTotalAmount()
     Retrieves the summed total amount in a currency format with commas.
public  StringgetCurrencyFormattedTotalCashAmount()
     This method returns the cash total amount as a currency formatted string.
public  StringgetCurrencyFormattedTotalCheckAmount()
     This method returns the check total amount as a currency formatted string.
public  StringgetCurrencyFormattedTotalCoinAmount()
     This method returns the coin total amount as a currency formatted string.
public  IntegergetNextCheckSequenceId()
     Gets the nextCheckSequenceId attribute.
public  KualiDecimalgetTotalCashAmount()
     Gets the totalCashAmount attribute.
public  KualiDecimalgetTotalCheckAmount()
     Gets the totalCheckAmount attribute.
public  KualiDecimalgetTotalCoinAmount()
     Gets the totalCoinAmount attribute.
public  KualiDecimalgetTotalDollarAmount()
     This method returns the overall total of the document - coin plus check plus cash.
public  voidhandleRouteStatusChange()
     Override to set the document status to VERIFIED ("V") when the document is FINAL.
public  voidpostProcessSave(KualiDocumentEvent event)
    
public  voidprepareForSave()
    
public  voidprocessAfterRetrieve()
    
public  voidrefreshCashDetails()
    
public  voidremoveCheck(int index)
     This method removes a check from the list and updates the total appropriately.
public  voidsetCashReceiptHeader(CashReceiptHeader cashReceiptHeader)
     Sets the cashReceiptHeader attribute value.
public  voidsetCheckEntryMode(String checkEntryMode)
    
public  voidsetChecks(List checks)
     Sets the checks attribute value.
public  voidsetCoinDetail(CoinDetail coinDetail)
     Sets the coinDetail attribute value.
public  voidsetCurrencyDetail(CurrencyDetail currencyDetail)
     Sets the currencyDetail attribute value.
public  voidsetNextCheckSequenceId(Integer nextCheckSequenceId)
     Sets the nextCheckSequenceId attribute value.
public  voidsetTotalCashAmount(KualiDecimal cashAmount)
     Sets the totalCashAmount attribute value.
public  voidsetTotalCheckAmount(KualiDecimal totalCheckAmount)
     Sets the totalCheckAmount attribute value.
public  voidsetTotalCoinAmount(KualiDecimal totalCoinAmount)
     Sets the totalCoinAmount attribute value.

Field Detail
CHECK_ENTRY_DETAIL
final public static String CHECK_ENTRY_DETAIL(Code)



CHECK_ENTRY_TOTAL
final public static String CHECK_ENTRY_TOTAL(Code)



DOCUMENT_TYPE
final public static String DOCUMENT_TYPE(Code)




Constructor Detail
CashReceiptDocument
public CashReceiptDocument()(Code)
Initializes the array lists and line incrementers.




Method Detail
addCheck
public void addCheck(Check check)(Code)
Adds a new check to the list.
Parameters:
  check -



buildListOfDeletionAwareLists
public List buildListOfDeletionAwareLists()(Code)

See Also:   org.kuali.core.document.TransactionalDocumentBase.buildListOfDeletionAwareLists



calculateCheckTotal
public KualiDecimal calculateCheckTotal()(Code)
sum of the amounts of the current list of checks



checkSufficientFunds
public List<SufficientFundsItem> checkSufficientFunds()(Code)

See Also:   org.kuali.kfs.document.AccountingDocumentBase.checkSufficientFunds



createNewCheck
public Check createNewCheck()(Code)



generateSaveEvents
public List generateSaveEvents()(Code)



getCashReceiptHeader
public CashReceiptHeader getCashReceiptHeader()(Code)
Gets the cashReceiptHeader attribute. Returns the cashReceiptHeader.



getCheck
public Check getCheck(int index)(Code)
Retrieve a particular check at a given index in the list of checks.
Parameters:
  index - Check



getCheckCount
public int getCheckCount()(Code)
Gets the number of checks, since Sun doesn't have a direct getter for collection size the number of checks



getCheckEntryMode
public String getCheckEntryMode()(Code)
checkEntryMode



getChecks
public List<Check> getChecks()(Code)
Gets the checks attribute. Returns the checks.



getCoinDetail
public CoinDetail getCoinDetail()(Code)
Gets the coinDetail attribute. Returns the coinDetail.



getCurrencyDetail
public CurrencyDetail getCurrencyDetail()(Code)
Gets the currencyDetail attribute. Returns the currencyDetail.



getCurrencyFormattedSumTotalAmount
public String getCurrencyFormattedSumTotalAmount()(Code)
Retrieves the summed total amount in a currency format with commas. String



getCurrencyFormattedTotalCashAmount
public String getCurrencyFormattedTotalCashAmount()(Code)
This method returns the cash total amount as a currency formatted string. String



getCurrencyFormattedTotalCheckAmount
public String getCurrencyFormattedTotalCheckAmount()(Code)
This method returns the check total amount as a currency formatted string. String



getCurrencyFormattedTotalCoinAmount
public String getCurrencyFormattedTotalCoinAmount()(Code)
This method returns the coin total amount as a currency formatted string. String



getNextCheckSequenceId
public Integer getNextCheckSequenceId()(Code)
Gets the nextCheckSequenceId attribute. Returns the nextCheckSequenceId.



getTotalCashAmount
public KualiDecimal getTotalCashAmount()(Code)
Gets the totalCashAmount attribute. Returns the totalCashAmount.



getTotalCheckAmount
public KualiDecimal getTotalCheckAmount()(Code)
Gets the totalCheckAmount attribute. Returns the totalCheckAmount.



getTotalCoinAmount
public KualiDecimal getTotalCoinAmount()(Code)
Gets the totalCoinAmount attribute. Returns the totalCoinAmount.



getTotalDollarAmount
public KualiDecimal getTotalDollarAmount()(Code)
This method returns the overall total of the document - coin plus check plus cash.
See Also:   org.kuali.kfs.document.AccountingDocumentBase.getTotalDollarAmount KualiDecimal



handleRouteStatusChange
public void handleRouteStatusChange()(Code)
Override to set the document status to VERIFIED ("V") when the document is FINAL. When the Cash Management document that this is associated with is FINAL approved, this status will be set to APPROVED ("A") to be picked up by the GL for processing. That's done in the handleRouteStatusChange() method in the CashManagementDocument.
See Also:   org.kuali.core.document.Document.handleRouteStatusChange



postProcessSave
public void postProcessSave(KualiDocumentEvent event)(Code)

See Also:   org.kuali.core.document.DocumentBase.postProcessSave(org.kuali.core.rule.event.KualiDocumentEvent)



prepareForSave
public void prepareForSave()(Code)

See Also:   org.kuali.core.document.DocumentBase.prepareForSave



processAfterRetrieve
public void processAfterRetrieve()(Code)

See Also:   org.kuali.core.document.DocumentBase.processAfterRetrieve



refreshCashDetails
public void refreshCashDetails()(Code)
This method refreshes the currency/coin details for this cash receipt document



removeCheck
public void removeCheck(int index)(Code)
This method removes a check from the list and updates the total appropriately.
Parameters:
  index -



setCashReceiptHeader
public void setCashReceiptHeader(CashReceiptHeader cashReceiptHeader)(Code)
Sets the cashReceiptHeader attribute value.
Parameters:
  cashReceiptHeader - The cashReceiptHeader to set.



setCheckEntryMode
public void setCheckEntryMode(String checkEntryMode)(Code)

Parameters:
  checkEntryMode -



setChecks
public void setChecks(List checks)(Code)
Sets the checks attribute value.
Parameters:
  checks - The checks to set.



setCoinDetail
public void setCoinDetail(CoinDetail coinDetail)(Code)
Sets the coinDetail attribute value.
Parameters:
  coinDetail - The coinDetail to set.



setCurrencyDetail
public void setCurrencyDetail(CurrencyDetail currencyDetail)(Code)
Sets the currencyDetail attribute value.
Parameters:
  currencyDetail - The currencyDetail to set.



setNextCheckSequenceId
public void setNextCheckSequenceId(Integer nextCheckSequenceId)(Code)
Sets the nextCheckSequenceId attribute value.
Parameters:
  nextCheckSequenceId - The nextCheckSequenceId to set.



setTotalCashAmount
public void setTotalCashAmount(KualiDecimal cashAmount)(Code)
Sets the totalCashAmount attribute value.
Parameters:
  cashAmount - The totalCashAmount to set.



setTotalCheckAmount
public void setTotalCheckAmount(KualiDecimal totalCheckAmount)(Code)
Sets the totalCheckAmount attribute value.
Parameters:
  totalCheckAmount - The totalCheckAmount to set.



setTotalCoinAmount
public void setTotalCoinAmount(KualiDecimal totalCoinAmount)(Code)
Sets the totalCoinAmount attribute value.
Parameters:
  totalCoinAmount - The totalCoinAmount to set.



Methods inherited from org.kuali.module.financial.document.CashReceiptFamilyBase
public boolean documentPerformsSufficientFundsCheck()(Code)(Java Doc)
public AccountingLineParser getAccountingLineParser()(Code)(Java Doc)
public String getCampusLocationCode()(Code)(Java Doc)
public Timestamp getDepositDate()(Code)(Java Doc)
public String getSourceAccountingLinesSectionTitle()(Code)(Java Doc)
public KualiDecimal getSourceTotal()(Code)(Java Doc)
public String getTargetAccountingLinesSectionTitle()(Code)(Java Doc)
public KualiDecimal getTargetTotal()(Code)(Java Doc)
public void setCampusLocationCode(String campusLocationCode)(Code)(Java Doc)
public void setDepositDate(Timestamp depositDate)(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.