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


java.lang.Object
   org.kuali.module.financial.service.impl.CashReceiptServiceImpl

CashReceiptServiceImpl
public class CashReceiptServiceImpl implements CashReceiptService(Code)
This is the default implementation of the CashReceiptService interface.




Method Summary
public  voidaddCashDetailsToCashDrawer(CashReceiptDocument crDoc)
     This method retrieves the cash details from the cash receipt document provided and adds those details to the associated cash drawer.
public  BusinessObjectServicegetBusinessObjectService()
     Gets the businessObjectService attribute.
public  StringgetCampusCodeForCashReceiptVerificationUnit(String unitName)
     This method uses the unit name provided to determine the associated campus code.
public  CashDrawerServicegetCashDrawerService()
     Gets the cashDrawerService attribute.
public  CashManagementDaogetCashManagementDao()
     Gets the cashManagementDao attribute.
public  StringgetCashReceiptVerificationUnitForCampusCode(String campusCode)
     This method uses the campus code provided to determine the cash receipt verification unit.
public  StringgetCashReceiptVerificationUnitForUser(UniversalUser user)
     This method retrieves the cash receipt verification unit based on the user provided.
public  ListgetCashReceipts(String verificationUnit, String statusCode)
     This method retrieves a collection of cash receipts using the verification unit and the status provided to retrieve the cash receipts.
public  ListgetCashReceipts(String verificationUnit, String[] statii)
     This method retrieves a collection of cash receipts using the verification unit and the statuses provided to retrieve the cash receipts.
public  KualiGroupServicegetKualiGroupService()
     Gets the kualiGroupService attribute.
public  ParameterServicegetParameterService()
     Gets the parameterService attribute.
public  ListgetPopulatedCashReceipts(String verificationUnit, String[] statii)
     This method retrieves a populated collection of cash receipts using the lookup parameters provided.
public  WorkflowDocumentServicegetWorkflowDocumentService()
     Gets the workflowDocumentService attribute.
public  voidsetBusinessObjectService(BusinessObjectService businessObjectService)
     Sets the businessObjectService attribute value.
public  voidsetCashDrawerService(CashDrawerService cashDrawerService)
     Sets the cashDrawerService attribute value.
public  voidsetCashManagementDao(CashManagementDao cashManagementDao)
     Sets the cashManagementDao attribute value.
public  voidsetKualiGroupService(KualiGroupService kualiGroupService)
     Sets the kualiGroupService attribute value.
public  voidsetParameterService(ParameterService parameterService)
     Sets the parameterService attribute value.
public  voidsetWorkflowDocumentService(WorkflowDocumentService workflowDocumentService)
     Sets the workflowDocumentService attribute value.



Method Detail
addCashDetailsToCashDrawer
public void addCashDetailsToCashDrawer(CashReceiptDocument crDoc)(Code)
This method retrieves the cash details from the cash receipt document provided and adds those details to the associated cash drawer. After the details are added to the drawer, the drawer is persisted to the database.
Parameters:
  crDoc - The cash receipt document the cash details will be retrieved from.
See Also:   org.kuali.module.financial.service.CashReceiptService.addCashDetailsToCashDrawer(org.kuali.module.financial.document.CashReceiptDocument)



getBusinessObjectService
public BusinessObjectService getBusinessObjectService()(Code)
Gets the businessObjectService attribute. current value of businessObjectService.



getCampusCodeForCashReceiptVerificationUnit
public String getCampusCodeForCashReceiptVerificationUnit(String unitName)(Code)
This method uses the unit name provided to determine the associated campus code. The campus code is a substring of the unit name and can be retrieved by removing the verification unit prefix from the unit name. The prefix to be removed can be retrieved from the ParameterService using the key "VERIFICATION_UNIT_GROUP_PREFIX".
Parameters:
  unitName - The unit name to be used to determine the campus code. The campus code retrieved from the unit name provided.
See Also:   org.kuali.module.financial.service.CashReceiptService.getCampusCodeForCashReceiptVerificationUnit(java.lang.String)



getCashDrawerService
public CashDrawerService getCashDrawerService()(Code)
Gets the cashDrawerService attribute. Returns the cashDrawerService.



getCashManagementDao
public CashManagementDao getCashManagementDao()(Code)
Gets the cashManagementDao attribute. Returns the cashManagementDao.



getCashReceiptVerificationUnitForCampusCode
public String getCashReceiptVerificationUnitForCampusCode(String campusCode)(Code)
This method uses the campus code provided to determine the cash receipt verification unit. The verification unit is equivalent to the campus code with a prefix retrieved from the parameter service using the ParameterService using the key "VERIFICATION_UNIT_GROUP_PREFIX".
Parameters:
  campusCode - The campus code used to determine the verification unit. The cash receipt verification unit based on the campus code provided.
See Also:   org.kuali.module.financial.service.CashReceiptService.getCashReceiptVerificationUnitWorkgroupNameByCampusCode(java.lang.String)



getCashReceiptVerificationUnitForUser
public String getCashReceiptVerificationUnitForUser(UniversalUser user)(Code)
This method retrieves the cash receipt verification unit based on the user provided. This is done by retrieving the campus code associated with the user provided and then performing the lookup using this campus code.
Parameters:
  user - The user to be used to retrieve the verification unit. The cash receipt verification unit associated with the user provided.
See Also:   org.kuali.module.financial.service.CashReceiptService.getCashReceiptVerificationUnit(org.kuali.core.bo.user.KualiUser)



getCashReceipts
public List getCashReceipts(String verificationUnit, String statusCode)(Code)
This method retrieves a collection of cash receipts using the verification unit and the status provided to retrieve the cash receipts.
Parameters:
  verificationUnit - The verification unit used to retrieve a collection of associated cash receipts.
Parameters:
  statusCode - The status code of the cash receipts to be retrieved. A collection of cash receipt documents which match the search criteria provided.
See Also:   org.kuali.module.financial.service.CashReceiptService.getCashReceipts(java.lang.Stringjava.lang.String)



getCashReceipts
public List getCashReceipts(String verificationUnit, String[] statii)(Code)
This method retrieves a collection of cash receipts using the verification unit and the statuses provided to retrieve the cash receipts.
Parameters:
  verificationUnit - The verification unit used to retrieve a collection of associated cash receipts.
Parameters:
  statii - A collection of possible statuses that will be used in the lookup of cash receipts. A collection of cash receipt documents which match the search criteria provided.
See Also:   org.kuali.module.financial.service.CashReceiptService.getCashReceipts(java.lang.Stringjava.lang.String[])



getKualiGroupService
public KualiGroupService getKualiGroupService()(Code)
Gets the kualiGroupService attribute. Returns the kualiGroupService.



getParameterService
public ParameterService getParameterService()(Code)
Gets the parameterService attribute. Returns the parameterService.



getPopulatedCashReceipts
public List getPopulatedCashReceipts(String verificationUnit, String[] statii)(Code)
This method retrieves a populated collection of cash receipts using the lookup parameters provided. A populated cash receipt document is a cash receipt document with fully populated workflow fields.
Parameters:
  verificationUnit - The verification unit used to retrieve a collection of associated cash receipts.
Parameters:
  statii - A collection of possible statuses that will be used in the lookup of the cash receipts. List of CashReceiptDocument instances with their associated workflowDocuments populated.



getWorkflowDocumentService
public WorkflowDocumentService getWorkflowDocumentService()(Code)
Gets the workflowDocumentService attribute. current value of workflowDocumentService.



setBusinessObjectService
public void setBusinessObjectService(BusinessObjectService businessObjectService)(Code)
Sets the businessObjectService attribute value.
Parameters:
  businessObjectService - The businessObjectService to set.



setCashDrawerService
public void setCashDrawerService(CashDrawerService cashDrawerService)(Code)
Sets the cashDrawerService attribute value.
Parameters:
  cashDrawerService - The cashDrawerService to set.



setCashManagementDao
public void setCashManagementDao(CashManagementDao cashManagementDao)(Code)
Sets the cashManagementDao attribute value.
Parameters:
  cashManagementDao - The cashManagementDao to set.



setKualiGroupService
public void setKualiGroupService(KualiGroupService kualiGroupService)(Code)
Sets the kualiGroupService attribute value.
Parameters:
  kualiGroupService - The kualiGroupService to set.



setParameterService
public void setParameterService(ParameterService parameterService)(Code)
Sets the parameterService attribute value.
Parameters:
  parameterService - The parameterService to set.



setWorkflowDocumentService
public void setWorkflowDocumentService(WorkflowDocumentService workflowDocumentService)(Code)
Sets the workflowDocumentService attribute value.
Parameters:
  workflowDocumentService - The workflowDocumentService 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)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.