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


java.lang.Object
   org.kuali.module.labor.rules.TransactionFieldValidator

TransactionFieldValidator
public class TransactionFieldValidator (Code)
This class provides a set of utilities that can be used to validate a transaction in the field level.




Method Summary
public static  MessagecheckAccountNumber(LaborTransaction transaction)
    
public static  MessagecheckChartOfAccountsCode(LaborTransaction transaction)
    
public static  MessagecheckEmplid(LaborTransaction transaction)
    
public static  MessagecheckFinancialBalanceTypeCode(LaborTransaction transaction)
    
public static  MessagecheckFinancialDocumentNumber(LaborTransaction transaction)
    
public static  MessagecheckFinancialDocumentTypeCode(LaborTransaction transaction)
    
public static  MessagecheckFinancialObjectCode(LaborTransaction transaction)
    
public static  MessagecheckFinancialObjectTypeCode(LaborTransaction transaction)
    
public static  MessagecheckFinancialSubObjectCode(LaborTransaction transaction)
    
public static  MessagecheckFinancialSystemOriginationCode(LaborTransaction transaction)
    
public static  MessagecheckPostableBalanceTypeCode(LaborTransaction transaction, List<String> unpostableBalanceTypeCodes)
    
public static  MessagecheckPostableObjectCode(LaborTransaction transaction, List<String> unpostableObjectCodes)
    
public static  MessagecheckPostablePeridCode(LaborTransaction transaction, List<String> unpostableperidCodes)
    
public static  MessagecheckSubAccountNumber(LaborTransaction transaction)
    
public static  MessagecheckSubAccountNumber(LaborTransaction transaction, String exclusiveDocumentTypeCode)
    
public static  MessagecheckTransactionDebitCreditCode(LaborTransaction transaction)
    
public static  MessagecheckTransactionLedgerEntrySequenceNumber(LaborTransaction transaction)
    
public static  MessagecheckUniversityFiscalPeriodCode(LaborTransaction transaction)
    
public static  MessagecheckUniversityFiscalYear(LaborTransaction transaction)
    
public static  MessagecheckZeroTotalAmount(LaborTransaction transaction)
    



Method Detail
checkAccountNumber
public static Message checkAccountNumber(LaborTransaction transaction)(Code)
Checks if the given transaction contains valid account number
Parameters:
  transaction - the given transaction null if the account number is valid; otherwise, return error message



checkChartOfAccountsCode
public static Message checkChartOfAccountsCode(LaborTransaction transaction)(Code)
Checks if the given transaction contains valid char of accounts code
Parameters:
  transaction - the given transaction null if the char of accounts code is valid; otherwise, return error message



checkEmplid
public static Message checkEmplid(LaborTransaction transaction)(Code)
Checks if the given transaction contains the valid employee id
Parameters:
  transaction - the given transaction
Parameters:
  unpostableObjectCodes - the list of unpostable object codes null if the object code of the transaction is not in unpostableObjectCodes; otherwise, return error message



checkFinancialBalanceTypeCode
public static Message checkFinancialBalanceTypeCode(LaborTransaction transaction)(Code)
Checks if the given transaction contains valid balance type code
Parameters:
  transaction - the given transaction null if the balance type code is valid; otherwise, return error message



checkFinancialDocumentNumber
public static Message checkFinancialDocumentNumber(LaborTransaction transaction)(Code)
Checks if the given transaction contains document number
Parameters:
  transaction - the given transaction null if the document number is valid; otherwise, return error message



checkFinancialDocumentTypeCode
public static Message checkFinancialDocumentTypeCode(LaborTransaction transaction)(Code)
Checks if the given transaction contains document type code
Parameters:
  transaction - the given transaction null if the document type code is valid; otherwise, return error message



checkFinancialObjectCode
public static Message checkFinancialObjectCode(LaborTransaction transaction)(Code)
Checks if the given transaction contains valid account number
Parameters:
  transaction - the given transaction null if the account number is valid; otherwise, return error message



checkFinancialObjectTypeCode
public static Message checkFinancialObjectTypeCode(LaborTransaction transaction)(Code)
Checks if the given transaction contains valid object type code
Parameters:
  transaction - the given transaction null if the object type code is valid; otherwise, return error message



checkFinancialSubObjectCode
public static Message checkFinancialSubObjectCode(LaborTransaction transaction)(Code)
Checks if the given transaction contains valid sub object code
Parameters:
  transaction - the given transaction null if the sub object code is valid; otherwise, return error message



checkFinancialSystemOriginationCode
public static Message checkFinancialSystemOriginationCode(LaborTransaction transaction)(Code)
Checks if the given transaction contains system origination code
Parameters:
  transaction - the given transaction null if the system origination code is valid; otherwise, return error message



checkPostableBalanceTypeCode
public static Message checkPostableBalanceTypeCode(LaborTransaction transaction, List<String> unpostableBalanceTypeCodes)(Code)
Checks if the given transaction contains the posteable balance type code
Parameters:
  transaction - the given transaction
Parameters:
  unpostableBalanceTypeCodes - the list of unpostable balance type codes null if the balance type code of the transaction is not in unpostableBalanceTypeCodes; otherwise, return errormessage



checkPostableObjectCode
public static Message checkPostableObjectCode(LaborTransaction transaction, List<String> unpostableObjectCodes)(Code)
Checks if the given transaction contains the posteable object code
Parameters:
  transaction - the given transaction
Parameters:
  unpostableObjectCodes - the list of unpostable object codes null if the object code of the transaction is not in unpostableObjectCodes; otherwise, return error message



checkPostablePeridCode
public static Message checkPostablePeridCode(LaborTransaction transaction, List<String> unpostableperidCodes)(Code)
Checks if the given transaction contains the posteable period code
Parameters:
  transaction - the given transaction
Parameters:
  unpostableperidCodes - the list of unpostable period code null if the perid code of the transaction is not in unpostableperidCodes; otherwise, return error message



checkSubAccountNumber
public static Message checkSubAccountNumber(LaborTransaction transaction)(Code)
Checks if the given transaction contains valid sub account number
Parameters:
  transaction - the given transaction null if the sub account number is valid; otherwise, return error message



checkSubAccountNumber
public static Message checkSubAccountNumber(LaborTransaction transaction, String exclusiveDocumentTypeCode)(Code)
Checks if the given transaction contains valid sub account number
Parameters:
  transaction - the given transaction
Parameters:
  exclusiveDocumentTypeCode - inactive sub account can be OK if the document type of the given transaction is exclusiveDocumentTypeCode null if the sub account number is valid; otherwise, return error message



checkTransactionDebitCreditCode
public static Message checkTransactionDebitCreditCode(LaborTransaction transaction)(Code)
Checks if the given transaction contains debit credit code
Parameters:
  transaction - the given transaction null if the debit credit code is valid; otherwise, return error message



checkTransactionLedgerEntrySequenceNumber
public static Message checkTransactionLedgerEntrySequenceNumber(LaborTransaction transaction)(Code)
Checks if the given transaction contains transaction sequence number
Parameters:
  transaction - the given transaction null if the transaction sequence number is valid; otherwise, return error message



checkUniversityFiscalPeriodCode
public static Message checkUniversityFiscalPeriodCode(LaborTransaction transaction)(Code)
Checks if the given transaction contains university fiscal period code
Parameters:
  transaction - the given transaction null if the university fiscal period code is valid; otherwise, return error message



checkUniversityFiscalYear
public static Message checkUniversityFiscalYear(LaborTransaction transaction)(Code)
Checks if the given transaction contains valid university fiscal year
Parameters:
  transaction - the given transaction null if the university fiscal year is valid; otherwise, return error message



checkZeroTotalAmount
public static Message checkZeroTotalAmount(LaborTransaction transaction)(Code)
Checks if the transaction amount of the given transaction is ZERO
Parameters:
  transaction - the given transaction null if the transaction amount is not ZERO or null; otherwise, return error message



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.