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


java.lang.Object
   org.kuali.module.gl.batch.collector.CollectorBatch

All known Subclasses:   org.kuali.kfs.service.MockCollectorBatch,
CollectorBatch
public class CollectorBatch implements Serializable(Code)
Object representation of collector xml input.



Constructor Summary
public  CollectorBatch()
    

Method Summary
public  voidaddCollectorDetail(CollectorDetail collectorDetail)
     Adds a processed id billing to the list.
public  voidaddOriginEntry(OriginEntryFull orginEntry)
     Adds a processed origin entry to the list.
public  voidclearTotalAmount()
     Sets the total amount field to null.
public  CollectorHeadercreateCollectorHeaderForStorage()
    
public  CollectorHeadercreateCollectorHeaderWithPKValuesOnly()
     Creates an origin entry record with the PK values filled in only.
public  StringgetBatchName()
     Gets the batchName attribute.
public  IntegergetBatchSequenceNumber()
     Gets the batchSequenceNumber attribute.
public  StringgetCampusCode()
     Gets the campusCode attribute.
public  StringgetChartOfAccountsCode()
     Gets the chartOfAccountsCode attribute.
public  List<CollectorDetail>getCollectorDetails()
     Gets the idBillings attribute.
public  StringgetDepartmentName()
     Gets the departmentName attribute.
public  StringgetMailingAddress()
     Gets the mailingAddress attribute.
public  StringgetOrganizationCode()
     Gets the organizationCode attribute.
public  List<OriginEntryFull>getOriginEntries()
     Gets the originEntries attribute.
public  StringgetPersonUserID()
     Gets the personUserID attribute.
public  StringgetPhoneNumber()
     Gets the phoneNumber attribute.
public  KualiDecimalgetTotalAmount()
     Gets the totalAmount attribute.
public  IntegergetTotalRecords()
     Gets the totalRecords attribute.
public  DategetTransmissionDate()
     Gets the transmissionDate attribute.
public  StringgetWorkgroupName()
     Gets the workgroupName attribute.
public  voidprepareDataForStorage()
    
public  CollectorHeaderretrieveDuplicateHeader()
    
public  voidsetBatchName(String batchName)
     Sets the batchName attribute value.
public  voidsetBatchSequenceNumber(Integer batchSequenceNumber)
     Sets the batchSequenceNumber attribute value.
public  voidsetCampusCode(String campusCode)
     Sets the campusCode attribute value.
public  voidsetChartOfAccountsCode(String chartOfAccountsCode)
     Sets the chartOfAccountsCode attribute value.
public  voidsetCollectorDetails(List<CollectorDetail> idDetails)
     Sets the idBillings attribute value.
public  voidsetDefaultsAndStore(OriginEntryGroup originEntryGroup, CollectorReportData collectorReportData)
     Sets defaults for fields not populated from file.
public  voidsetDepartmentName(String departmentName)
     Sets the departmentName attribute value.
public  voidsetMailingAddress(String mailingAddress)
     Sets the mailingAddress attribute value.
public  voidsetOrganizationCode(String organizationCode)
     Sets the organizationCode attribute value.
public  voidsetOriginEntries(List<OriginEntryFull> batchOriginEntry)
     Sets the originEntries attribute value.
public  voidsetPersonUserID(String personUserID)
     Sets the personUserID attribute value.
public  voidsetPhoneNumber(String phoneNumber)
     Sets the phoneNumber attribute value.
public  voidsetTotalAmount(KualiDecimal totalAmount)
     Sets the totalAmount attribute value.
public  voidsetTotalAmount(String totalAmount)
     Sets the total amount from the String.
public  voidsetTotalRecords(Integer totalRecords)
     Sets the totalRecords attribute value.
public  voidsetTransmissionDate(Date transmissionDate)
     Sets the transmissionDate attribute value.
public  voidsetWorkgroupName(String workgroupName)
     Sets the workgroupName attribute value.


Constructor Detail
CollectorBatch
public CollectorBatch()(Code)
Constructs a CollectorBatch




Method Detail
addCollectorDetail
public void addCollectorDetail(CollectorDetail collectorDetail)(Code)
Adds a processed id billing to the list.



addOriginEntry
public void addOriginEntry(OriginEntryFull orginEntry)(Code)
Adds a processed origin entry to the list.



clearTotalAmount
public void clearTotalAmount()(Code)
Sets the total amount field to null.



createCollectorHeaderForStorage
public CollectorHeader createCollectorHeaderForStorage()(Code)
Creates a CollectorHeader from the batch to be used for storage CollectorHeader



createCollectorHeaderWithPKValuesOnly
public CollectorHeader createCollectorHeaderWithPKValuesOnly()(Code)
Creates an origin entry record with the PK values filled in only. This is useful to check for duplicate headers. CollectorHeader with chart of accounts code, organization code, process transmission date, batch sequence numbertotal record count, and process total amount from this CollectorBatch



getBatchName
public String getBatchName()(Code)
Gets the batchName attribute. Returns the batchName.



getBatchSequenceNumber
public Integer getBatchSequenceNumber()(Code)
Gets the batchSequenceNumber attribute.



getCampusCode
public String getCampusCode()(Code)
Gets the campusCode attribute. Returns the campusCode.



getChartOfAccountsCode
public String getChartOfAccountsCode()(Code)
Gets the chartOfAccountsCode attribute.



getCollectorDetails
public List<CollectorDetail> getCollectorDetails()(Code)
Gets the idBillings attribute.



getDepartmentName
public String getDepartmentName()(Code)
Gets the departmentName attribute. Returns the departmentName.



getMailingAddress
public String getMailingAddress()(Code)
Gets the mailingAddress attribute. Returns the mailingAddress.



getOrganizationCode
public String getOrganizationCode()(Code)
Gets the organizationCode attribute.



getOriginEntries
public List<OriginEntryFull> getOriginEntries()(Code)
Gets the originEntries attribute.



getPersonUserID
public String getPersonUserID()(Code)
Gets the personUserID attribute.



getPhoneNumber
public String getPhoneNumber()(Code)
Gets the phoneNumber attribute. Returns the phoneNumber.



getTotalAmount
public KualiDecimal getTotalAmount()(Code)
Gets the totalAmount attribute.



getTotalRecords
public Integer getTotalRecords()(Code)
Gets the totalRecords attribute.



getTransmissionDate
public Date getTransmissionDate()(Code)
Gets the transmissionDate attribute.



getWorkgroupName
public String getWorkgroupName()(Code)
Gets the workgroupName attribute.



prepareDataForStorage
public void prepareDataForStorage()(Code)
Uppercases the appropriate fields in the batch, if told to do so by the data dictionary



retrieveDuplicateHeader
public CollectorHeader retrieveDuplicateHeader()(Code)
Attempts to retrieve a collector header already exists with the primary key values given for this object the CollectorHeader found in the database



setBatchName
public void setBatchName(String batchName)(Code)
Sets the batchName attribute value.
Parameters:
  batchName - The batchName to set.



setBatchSequenceNumber
public void setBatchSequenceNumber(Integer batchSequenceNumber)(Code)
Sets the batchSequenceNumber attribute value.



setCampusCode
public void setCampusCode(String campusCode)(Code)
Sets the campusCode attribute value.
Parameters:
  campusCode - The campusCode to set.



setChartOfAccountsCode
public void setChartOfAccountsCode(String chartOfAccountsCode)(Code)
Sets the chartOfAccountsCode attribute value.



setCollectorDetails
public void setCollectorDetails(List<CollectorDetail> idDetails)(Code)
Sets the idBillings attribute value.



setDefaultsAndStore
public void setDefaultsAndStore(OriginEntryGroup originEntryGroup, CollectorReportData collectorReportData)(Code)
Sets defaults for fields not populated from file. Store an origin entry group, all gl entries and id billing entries from the processed file. Also write the header for the duplicate file check.
Parameters:
  originEntryGroup - the group into which to store the origin entries
Parameters:
  collectorReportData - report data



setDepartmentName
public void setDepartmentName(String departmentName)(Code)
Sets the departmentName attribute value.
Parameters:
  departmentName - The departmentName to set.



setMailingAddress
public void setMailingAddress(String mailingAddress)(Code)
Sets the mailingAddress attribute value.
Parameters:
  mailingAddress - The mailingAddress to set.



setOrganizationCode
public void setOrganizationCode(String organizationCode)(Code)
Sets the organizationCode attribute value.



setOriginEntries
public void setOriginEntries(List<OriginEntryFull> batchOriginEntry)(Code)
Sets the originEntries attribute value.



setPersonUserID
public void setPersonUserID(String personUserID)(Code)
Sets the personUserID attribute value.



setPhoneNumber
public void setPhoneNumber(String phoneNumber)(Code)
Sets the phoneNumber attribute value.
Parameters:
  phoneNumber - The phoneNumber to set.



setTotalAmount
public void setTotalAmount(KualiDecimal totalAmount)(Code)
Sets the totalAmount attribute value.



setTotalAmount
public void setTotalAmount(String totalAmount)(Code)
Sets the total amount from the String.



setTotalRecords
public void setTotalRecords(Integer totalRecords)(Code)
Sets the totalRecords attribute value.



setTransmissionDate
public void setTransmissionDate(Date transmissionDate)(Code)
Sets the transmissionDate attribute value.



setWorkgroupName
public void setWorkgroupName(String workgroupName)(Code)
Sets the workgroupName attribute value.



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.