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


org.kuali.module.purap.rules.PurapAccountingDocumentRuleBase
   org.kuali.module.purap.rules.PurchasingAccountsPayableDocumentRuleBase
      org.kuali.module.purap.rules.PurchasingDocumentRuleBase
         org.kuali.module.purap.rules.RequisitionDocumentRule

RequisitionDocumentRule
public class RequisitionDocumentRule extends PurchasingDocumentRuleBase (Code)
Business rule(s) applicable to Requisition document.




Method Summary
protected  booleancheckAccountingLineAccountAccessibility(AccountingDocument financialDocument, AccountingLine accountingLine, AccountingLineAction action)
     Overrides the method in PurapAccountingDocumentRuleBase class in order to return true when the Requisition is going to stop at Content Review level.
protected  booleanpopulateOffsetGeneralLedgerPendingEntry(Integer universityFiscalYear, GeneralLedgerPendingEntry explicitEntry, GeneralLedgerPendingEntrySequenceHelper sequenceHelper, GeneralLedgerPendingEntry offsetEntry)
     Overrides the method in GeneralLedgerPostingDocumentRuleBase class in order to do nothing and return true, because Requisition doesn't generate GL entries.
public  booleanprocessAddAccountingLineBusinessRules(AccountingDocument financialDocument, AccountingLine accountingLine)
     Overrides the method in PurchasingDocumentRuleBase to return false if the account is closed.
public  booleanprocessAdditionalValidation(PurchasingDocument purDocument)
     Performs any validation for the Additional tab.
public  booleanprocessReviewAccountingLineBusinessRules(AccountingDocument financialDocument, AccountingLine accountingLine)
     Overrides the method in PurapAccountingDocumentRuleBase to return false if the account is closed.
public  booleanprocessUpdateAccountingLineBusinessRules(AccountingDocument financialDocument, AccountingLine accountingLine, AccountingLine updatedAccountingLine)
     Overrides the method in PurapAccountingDocumentRuleBase to return false if the account is closed.
public  booleanprocessValidation(PurchasingAccountsPayableDocument purapDocument)
     Overrides the method in PurchasingDocumentRuleBase class in order to add validation for the Additional tab.
public  booleanprocessVendorValidation(PurchasingAccountsPayableDocument purapDocument)
     Performs validations for the fields in vendor tab.
public  booleanrequiresAccountValidationOnAllEnteredItems(PurchasingAccountsPayableDocument document)
     Overrides the method in PurchasingAccountsPayableDocumentRuleBase class to check to see if the Requisition is going to stop at content review route level.
public  booleanvalidateTotalDollarAmountIsLessThanPurchaseOrderTotalLimit(PurchasingDocument purDocument)
     Validate that if the PurchaseOrderTotalLimit is not null then the TotalDollarAmount cannot be greater than the PurchaseOrderTotalLimit.



Method Detail
checkAccountingLineAccountAccessibility
protected boolean checkAccountingLineAccountAccessibility(AccountingDocument financialDocument, AccountingLine accountingLine, AccountingLineAction action)(Code)
Overrides the method in PurapAccountingDocumentRuleBase class in order to return true when the Requisition is going to stop at Content Review level.
Parameters:
  financialDocument - the requisition document to be validated
Parameters:
  accountingLine - the accounting line to be validated
Parameters:
  action - the AccountingLineAction enum that indicates what is being done to an accounting line boolean true if the Requisition is going to stop at Content Review Level.
See Also:   org.kuali.kfs.rules.AccountingDocumentRuleBase.checkAccountingLineAccountAccessibility(org.kuali.kfs.document.AccountingDocumentorg.kuali.kfs.bo.AccountingLineorg.kuali.kfs.rules.AccountingDocumentRuleBase.AccountingLineAction)



populateOffsetGeneralLedgerPendingEntry
protected boolean populateOffsetGeneralLedgerPendingEntry(Integer universityFiscalYear, GeneralLedgerPendingEntry explicitEntry, GeneralLedgerPendingEntrySequenceHelper sequenceHelper, GeneralLedgerPendingEntry offsetEntry)(Code)
Overrides the method in GeneralLedgerPostingDocumentRuleBase class in order to do nothing and return true, because Requisition doesn't generate GL entries.
Parameters:
  universityFiscalYear -
Parameters:
  explicitEntry -
Parameters:
  sequenceHelper -
Parameters:
  offsetEntry - boolean true
See Also:   org.kuali.kfs.rules.GeneralLedgerPostingDocumentRuleBase.populateOffsetGeneralLedgerPendingEntry(java.lang.Integerorg.kuali.kfs.bo.GeneralLedgerPendingEntryorg.kuali.core.util.GeneralLedgerPendingEntrySequenceHelperorg.kuali.kfs.bo.GeneralLedgerPendingEntry)



processAddAccountingLineBusinessRules
public boolean processAddAccountingLineBusinessRules(AccountingDocument financialDocument, AccountingLine accountingLine)(Code)
Overrides the method in PurchasingDocumentRuleBase to return false if the account is closed.
Parameters:
  financialDocument - the requisition document to be validated
Parameters:
  accountingLine - the accounting line to be validated boolean false if the account is closed, otherwise it will return the result of theprocessAccAccountingLineBusinessRules in PurchasingDocumentRuleBase.
See Also:   org.kuali.module.purap.rules.PurchasingDocumentRuleBase.processAddAccountingLineBusinessRules(org.kuali.kfs.document.AccountingDocumentorg.kuali.kfs.bo.AccountingLine)



processAdditionalValidation
public boolean processAdditionalValidation(PurchasingDocument purDocument)(Code)
Performs any validation for the Additional tab.
Parameters:
  purDocument - the requisition document to be validated boolean false when the validateTotalDollarAmountIsLessThanPurchaseOrderTotalLimit returns false.



processReviewAccountingLineBusinessRules
public boolean processReviewAccountingLineBusinessRules(AccountingDocument financialDocument, AccountingLine accountingLine)(Code)
Overrides the method in PurapAccountingDocumentRuleBase to return false if the account is closed.
Parameters:
  financialDocument - the requisition document to be validated
Parameters:
  accountingLine - the accounting line to be validated boolean false if the account is closed, otherwise it will return the result of theprocessReviewAccountingLineBusinessRules in PurapAccountingDocumentRuleBase.
See Also:   org.kuali.module.purap.rules.PurapAccountingDocumentRuleBase.processReviewAccountingLineBusinessRules(org.kuali.kfs.document.AccountingDocumentorg.kuali.kfs.bo.AccountingLine)



processUpdateAccountingLineBusinessRules
public boolean processUpdateAccountingLineBusinessRules(AccountingDocument financialDocument, AccountingLine accountingLine, AccountingLine updatedAccountingLine)(Code)
Overrides the method in PurapAccountingDocumentRuleBase to return false if the account is closed.
Parameters:
  financialDocument - the requisition document to be validated
Parameters:
  updatedAccountingLine - the accounting line that was updated boolean false if the account is closed, otherwise it will return the result of theprocessUpdateAccountingLineBusinessRules in PurapAccountingDocumentRuleBase.
See Also:   org.kuali.module.purap.rules.PurapAccountingDocumentRuleBase.processUpdateAccountingLineBusinessRules(org.kuali.kfs.document.AccountingDocumentorg.kuali.kfs.bo.AccountingLineorg.kuali.kfs.bo.AccountingLine)



processValidation
public boolean processValidation(PurchasingAccountsPayableDocument purapDocument)(Code)
Overrides the method in PurchasingDocumentRuleBase class in order to add validation for the Additional tab. Tabs included on Purchasing Documents are: Payment Info, Delivery, and Additional
Parameters:
  purapDocument - the requisition document to be validated boolean false when an error is found in any validation
See Also:   org.kuali.module.purap.rules.PurchasingAccountsPayableDocumentRuleBase.processValidation(org.kuali.module.purap.document.PurchasingAccountsPayableDocument)



processVendorValidation
public boolean processVendorValidation(PurchasingAccountsPayableDocument purapDocument)(Code)
Performs validations for the fields in vendor tab. The business rules to be validated is: If this is a standard order requisition (not B2B), then if Country is United States and the postal code is required and if zip code is entered, it should be a valid US Zip code. (format)
Parameters:
  purapDocument - The requisition document object whose vendor tab is to be validated boolean true if it passes vendor validation, otherwise it will return false.



requiresAccountValidationOnAllEnteredItems
public boolean requiresAccountValidationOnAllEnteredItems(PurchasingAccountsPayableDocument document)(Code)
Overrides the method in PurchasingAccountsPayableDocumentRuleBase class to check to see if the Requisition is going to stop at content review route level. If so, then this method returns false, otherwise it will call the requiresAccountValidationOnAllEnteredItems of the superclass, which returns true.
Parameters:
  document - the requisition document to be validated boolean false when the Requisition is going to stop at content review route level.
See Also:   org.kuali.module.purap.rules.PurchasingAccountsPayableDocumentRuleBase.requiresAccountValidationOnAllEnteredItems(org.kuali.module.purap.document.PurchasingAccountsPayableDocument)



validateTotalDollarAmountIsLessThanPurchaseOrderTotalLimit
public boolean validateTotalDollarAmountIsLessThanPurchaseOrderTotalLimit(PurchasingDocument purDocument)(Code)
Validate that if the PurchaseOrderTotalLimit is not null then the TotalDollarAmount cannot be greater than the PurchaseOrderTotalLimit.
Parameters:
  purDocument - the requisition document to be validated boolean true if the TotalDollarAmount is less than the PurchaseOrderTotalLimit and false otherwise.



Methods inherited from org.kuali.module.purap.rules.PurchasingDocumentRuleBase
public boolean processAccountValidation(AccountingDocument accountingDocument, List<PurApAccountingLine> purAccounts, String itemLineNumber)(Code)(Java Doc)
public boolean processAddAccountingLineBusinessRules(AccountingDocument financialDocument, AccountingLine accountingLine)(Code)(Java Doc)
public boolean processAddItemBusinessRules(AccountingDocument financialDocument, PurApItem item)(Code)(Java Doc)
protected boolean processCustomUpdateAccountingLineBusinessRules(AccountingDocument accountingDocument, AccountingLine originalAccountingLine, AccountingLine updatedAccountingLine)(Code)(Java Doc)
public boolean processDeliveryValidation(PurchasingDocument purDocument)(Code)(Java Doc)
public boolean processItemValidation(PurchasingAccountsPayableDocument purapDocument)(Code)(Java Doc)
public boolean processPaymentInfoValidation(PurchasingDocument purDocument)(Code)(Java Doc)
public boolean processValidation(PurchasingAccountsPayableDocument purapDocument)(Code)(Java Doc)
public boolean processVendorValidation(PurchasingAccountsPayableDocument purapDocument)(Code)(Java Doc)

Methods inherited from org.kuali.module.purap.rules.PurchasingAccountsPayableDocumentRuleBase
protected static List getCurrentRouteLevels(KualiWorkflowDocument workflowDocument)(Code)(Java Doc)
public boolean isAmountValid(AccountingDocument document, AccountingLine accountingLine)(Code)(Java Doc)
public boolean isDebit(AccountingDocument financialDocument, AccountingLine accountingLine)(Code)(Java Doc)
public boolean processAccountValidation(AccountingDocument accountingDocument, List<PurApAccountingLine> purAccounts, String itemLineNumber)(Code)(Java Doc)
public boolean processAddItemBusinessRules(AccountingDocument financialDocument, PurApItem item)(Code)(Java Doc)
protected boolean processCustomAddAccountingLineBusinessRules(AccountingDocument financialDocument, AccountingLine accountingLine)(Code)(Java Doc)
protected boolean processCustomApproveDocumentBusinessRules(ApproveDocumentEvent approveEvent)(Code)(Java Doc)
protected boolean processCustomRouteDocumentBusinessRules(Document document)(Code)(Java Doc)
public boolean processDeleteAccountingLineBusinessRules(AccountingDocument financialDocument, AccountingLine accountingLine, boolean lineWasAlreadyDeletedFromDocument)(Code)(Java Doc)
public boolean processDocumentOverviewValidation(PurchasingAccountsPayableDocument purapDocument)(Code)(Java Doc)
public boolean processItemValidation(PurchasingAccountsPayableDocument purapDocument)(Code)(Java Doc)
public boolean processValidation(PurchasingAccountsPayableDocument purapDocument)(Code)(Java Doc)
public boolean processVendorValidation(PurchasingAccountsPayableDocument purapDocument)(Code)(Java Doc)
public boolean requiresAccountValidationOnAllEnteredItems(PurchasingAccountsPayableDocument document)(Code)(Java Doc)
protected boolean validateBelowTheLineValues(String documentType, PurApItem item)(Code)(Java Doc)
protected boolean verifyAccountPercent(AccountingDocument accountingDocument, List<PurApAccountingLine> purAccounts, String itemLineNumber)(Code)(Java Doc)
protected boolean verifyAccountingStringsBetween0And100Percent(PurApAccountingLine account, String errorPropertyName, String itemIdentifier)(Code)(Java Doc)
protected boolean verifyHasAccounts(List<PurApAccountingLine> purAccounts, String itemLineNumber)(Code)(Java Doc)
protected boolean verifyUniqueAccountingStrings(List<PurApAccountingLine> purAccounts, String errorPropertyName, String itemLineNumber)(Code)(Java Doc)

Fields inherited from org.kuali.module.purap.rules.PurapAccountingDocumentRuleBase
protected static org.apache.log4j.Logger LOG(Code)(Java Doc)

Methods inherited from org.kuali.module.purap.rules.PurapAccountingDocumentRuleBase
protected boolean accountIsAccessible(AccountingDocument financialDocument, AccountingLine accountingLine)(Code)(Java Doc)
protected void buildTotalChangeErrorMessage(String propertyName, KualiDecimal persistedSourceLineTotal, KualiDecimal currentSourceLineTotal)(Code)(Java Doc)
protected boolean checkAccountingLineAccountAccessibility(AccountingDocument financialDocument, AccountingLine accountingLine, AccountingLineAction action)(Code)(Java Doc)
protected void customizeExplicitGeneralLedgerPendingEntry(AccountingDocument accountingDocument, AccountingLine accountingLine, GeneralLedgerPendingEntry explicitEntry)(Code)(Java Doc)
protected boolean customizeOffsetGeneralLedgerPendingEntry(AccountingDocument accountingDocument, AccountingLine accountingLine, GeneralLedgerPendingEntry explicitEntry, GeneralLedgerPendingEntry offsetEntry)(Code)(Java Doc)
protected Class getAccountingLineDocumentClass(AccountingDocument financialDocument)(Code)(Java Doc)
protected KualiDecimal getGeneralLedgerPendingEntryAmountForAccountingLine(AccountingLine accountingLine)(Code)(Java Doc)
protected ParameterService getParameterService()(Code)(Java Doc)
final protected void handleNonExistentDocumentWhenApproving(AccountingDocument accountingDocument)(Code)(Java Doc)
protected boolean hasAccessibleAccountingLines(AccountingDocument financialDocument, int min)(Code)(Java Doc)
protected boolean isAccountingLineTotalsUnchanged(AccountingDocument accountingDocument)(Code)(Java Doc)
protected boolean isAccountingLinesRequiredNumberForRoutingMet(AccountingDocument accountingDocument)(Code)(Java Doc)
public boolean isAmountValid(AccountingDocument document, AccountingLine accountingLine)(Code)(Java Doc)
final public boolean isAsset(AccountingLine accountingLine)(Code)(Java Doc)
final public boolean isAssetTypeCode(String objectTypeCode)(Code)(Java Doc)
final public boolean isBudgetOnlyCodesSubType(String objectCode)(Code)(Java Doc)
final public boolean isCashSubType(String objectCode)(Code)(Java Doc)
final public boolean isCostRecoveryExpenseSubType(String objectCode)(Code)(Java Doc)
public boolean isCredit(AccountingLine accountingLine, AccountingDocument financialDocument) throws IllegalStateException(Code)(Java Doc)
protected boolean isDocumentBalanceValid(AccountingDocument accountingDocument)(Code)(Java Doc)
protected boolean isDocumentBalanceValidConsideringDebitsAndCredits(AccountingDocument accountingDocument)(Code)(Java Doc)
protected boolean isErrorCorrection(AccountingDocument accountingDocument)(Code)(Java Doc)
public boolean isExpense(AccountingLine accountingLine)(Code)(Java Doc)
final public boolean isExpenseOrAsset(AccountingLine line)(Code)(Java Doc)
final public boolean isFringeBenefitsSubType(String objectCode)(Code)(Java Doc)
final public boolean isFundBalanceCode(String objectCode)(Code)(Java Doc)
final public boolean isFundBalanceSubType(String objectCode)(Code)(Java Doc)
public boolean isFundGroupAllowed(Class documentClass, AccountingLine accountingLine)(Code)(Java Doc)
protected boolean isFundGroupSetBalanceValid(AccountingDocument tranDoc, Class componentClass, String parameterName)(Code)(Java Doc)
final public boolean isHourlyWagesSubType(String objectCode)(Code)(Java Doc)
final public boolean isIncome(AccountingLine accountingLine)(Code)(Java Doc)
final public boolean isIncomeOrLiability(AccountingLine line)(Code)(Java Doc)
final public boolean isLiability(AccountingLine accountingLine)(Code)(Java Doc)
final public boolean isLiabilityTypeCode(String objectTypeCode)(Code)(Java Doc)
final public boolean isMandatoryTransfersSubType(String objectSubTypeCode)(Code)(Java Doc)
final public boolean isNonMandatoryTransfersSubType(String objectSubTypeCode)(Code)(Java Doc)
public boolean isObjectCodeAllowed(Class documentClass, AccountingLine accountingLine)(Code)(Java Doc)
public boolean isObjectConsolidationAllowed(Class documentClass, AccountingLine accountingLine)(Code)(Java Doc)
public boolean isObjectLevelAllowed(Class documentClass, AccountingLine accountingLine)(Code)(Java Doc)
public boolean isObjectSubTypeAllowed(Class documentClass, AccountingLine accountingLine)(Code)(Java Doc)
public boolean isObjectTypeAllowed(Class documentClass, AccountingLine accountingLine)(Code)(Java Doc)
protected boolean isOptionalOneSidedDocumentAccountingLinesRequiredNumberForRoutingMet(AccountingDocument accountingDocument)(Code)(Java Doc)
final public boolean isRevenue(AccountingLine line)(Code)(Java Doc)
final public boolean isSalariesSubType(String objectCode)(Code)(Java Doc)
protected boolean isSourceAccountingLinesRequiredNumberForRoutingMet(AccountingDocument accountingDocument)(Code)(Java Doc)
public boolean isSubFundGroupAllowed(Class documentClass, AccountingLine accountingLine)(Code)(Java Doc)
protected boolean isTargetAccountingLinesRequiredNumberForRoutingMet(AccountingDocument accountingDocument)(Code)(Java Doc)
final public boolean isValuationsAndAdjustmentsSubType(String objectSubTypeCode)(Code)(Java Doc)
protected void populateExplicitGeneralLedgerPendingEntry(AccountingDocument accountingDocument, AccountingLine accountingLine, GeneralLedgerPendingEntrySequenceHelper sequenceHelper, GeneralLedgerPendingEntry explicitEntry)(Code)(Java Doc)
public boolean processAddAccountingLineBusinessRules(AccountingDocument financialDocument, AccountingLine accountingLine)(Code)(Java Doc)
protected boolean processCustomAddAccountingLineBusinessRules(AccountingDocument financialDocument, AccountingLine accountingLine)(Code)(Java Doc)
protected boolean processCustomApproveDocumentBusinessRules(ApproveDocumentEvent approveEvent)(Code)(Java Doc)
protected boolean processCustomDeleteAccountingLineBusinessRules(AccountingDocument financialDocument, AccountingLine accountingLine, boolean lineWasAlreadyDeletedFromDocument)(Code)(Java Doc)
protected boolean processCustomReviewAccountingLineBusinessRules(AccountingDocument financialDocument, AccountingLine accountingLine)(Code)(Java Doc)
protected boolean processCustomRouteDocumentBusinessRules(Document document)(Code)(Java Doc)
protected boolean processCustomUpdateAccountingLineBusinessRules(AccountingDocument accountingDocument, AccountingLine originalAccountingLine, AccountingLine updatedAccountingLine)(Code)(Java Doc)
public boolean processDeleteAccountingLineBusinessRules(AccountingDocument financialDocument, AccountingLine accountingLine, boolean lineWasAlreadyDeletedFromDocument)(Code)(Java Doc)
protected boolean processExplicitGeneralLedgerPendingEntry(AccountingDocument accountingDocument, GeneralLedgerPendingEntrySequenceHelper sequenceHelper, AccountingLine accountingLine, GeneralLedgerPendingEntry explicitEntry)(Code)(Java Doc)
public boolean processGenerateGeneralLedgerPendingEntries(AccountingDocument accountingDocument, AccountingLine accountingLine, GeneralLedgerPendingEntrySequenceHelper sequenceHelper)(Code)(Java Doc)
protected boolean processOffsetGeneralLedgerPendingEntry(AccountingDocument accountingDocument, GeneralLedgerPendingEntrySequenceHelper sequenceHelper, AccountingLine accountingLine, GeneralLedgerPendingEntry explicitEntry, GeneralLedgerPendingEntry offsetEntry)(Code)(Java Doc)
public boolean processReviewAccountingLineBusinessRules(AccountingDocument financialDocument, AccountingLine accountingLine)(Code)(Java Doc)
public boolean processUpdateAccountingLineBusinessRules(AccountingDocument financialDocument, AccountingLine accountingLine, AccountingLine updatedAccountingLine)(Code)(Java Doc)
public static void putRequiredPropertyError(BusinessObjectEntry boe, String propertyName)(Code)(Java Doc)
protected void reportError(String propertyName, String errorKey, String... errorParams)(Code)(Java Doc)
protected AccountingDocument retrievePersistedDocument(AccountingDocument accountingDocument)(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.