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


java.lang.Object
   org.kuali.module.purap.service.impl.PaymentRequestServiceImpl

PaymentRequestServiceImpl
public class PaymentRequestServiceImpl implements PaymentRequestService(Code)
This class provides services of use to a payment request document




Method Summary
public  voidaddHoldOnPaymentRequest(PaymentRequestDocument document, String note)
    
public  booleanautoApprovePaymentRequest(PaymentRequestDocument doc, KualiDecimal defaultMinimumLimit)
    
public  booleanautoApprovePaymentRequests()
    
public  DatecalculatePayDate(Date invoiceDate, PaymentTermType terms)
    
public  voidcalculatePaymentRequest(PaymentRequestDocument paymentRequest, boolean updateDiscount)
    
public  booleancanHoldPaymentRequest(PaymentRequestDocument document, UniversalUser user)
    
public  booleancanRemoveHoldPaymentRequest(PaymentRequestDocument document, UniversalUser user)
    
public  booleancanUserRemoveRequestCancelOnPaymentRequest(PaymentRequestDocument document, UniversalUser user)
     This method determines if a user has permission to remove a request for cancel on a payment request document.
public  booleancanUserRequestCancelOnPaymentRequest(PaymentRequestDocument document, UniversalUser user)
    
public  voidcancelExtractedPaymentRequest(PaymentRequestDocument paymentRequest, String note)
    
public  voiddeleteSummaryAccounts(Integer purapDocumentIdentifier)
    
public  Iterator<PaymentRequestDocument>getImmediatePaymentRequestsToExtract(String chartCode)
    
public  PaymentRequestDocumentgetPaymentRequestByDocumentNumber(String documentNumber)
    
public  PaymentRequestDocumentgetPaymentRequestById(Integer poDocId)
    
public  Iterator<PaymentRequestDocument>getPaymentRequestToExtractByChart(String chartCode)
    
public  ListgetPaymentRequestsByPOIdInvoiceAmountInvoiceDate(Integer poId, KualiDecimal invoiceAmount, Date invoiceDate)
    
public  List<PaymentRequestDocument>getPaymentRequestsByPurchaseOrderId(Integer poDocId)
    
public  ListgetPaymentRequestsByVendorNumberInvoiceNumber(Integer vendorHeaderGeneratedId, Integer vendorDetailAssignedId, String invoiceNumber)
     Retrieves a list of payment request documents with the given vendor id and invoice number.
Parameters:
  vendorHeaderGeneratedId - The vendor header generated id.
Parameters:
  vendorDetailAssignedId - The vendor detail assigned id.
Parameters:
  invoiceNumber - The invoice number as entered by AP.
public  Iterator<PaymentRequestDocument>getPaymentRequestsToExtract()
    
public  Iterator<PaymentRequestDocument>getPaymentRequestsToExtractByCM(String campusCode, CreditMemoDocument cmd)
    
public  Iterator<PaymentRequestDocument>getPaymentRequestsToExtractByVendor(String campusCode, VendorGroupingHelper vendor)
    
public  Iterator<PaymentRequestDocument>getPaymentRequestsToExtractSpecialPayments(String chartCode)
    
public  UniversalUsergetUniversalUserForCancel(AccountsPayableDocument apDoc)
    
public  booleanhasDiscountItem(PaymentRequestDocument preq)
    
public  booleanisExtracted(PaymentRequestDocument document)
    
public  booleanisInvoiceDateAfterToday(Date invoiceDate)
    
protected  voidlogAndThrowRuntimeException(String errorMessage)
     Records the specified error message into the Log file and throws a runtime exception.
protected  voidlogAndThrowRuntimeException(String errorMessage, Exception e)
     Records the specified error message into the Log file and throws the specified runtime exception.
public  voidmarkPaid(PaymentRequestDocument pr, Date processDate)
    
public  HashMap<String, String>paymentRequestDuplicateMessages(PaymentRequestDocument document)
    
public  booleanpoItemEligibleForAp(AccountsPayableDocument apDoc, PurchaseOrderItem poi)
    
public  voidpopulateAndSavePaymentRequest(PaymentRequestDocument preq)
    
public  voidpopulatePaymentRequest(PaymentRequestDocument paymentRequestDocument)
    
public  voidremoveHoldOnPaymentRequest(PaymentRequestDocument document, String note)
    
public  voidremoveRequestCancelOnPaymentRequest(PaymentRequestDocument document, String note)
    
public  voidrequestCancelOnPaymentRequest(PaymentRequestDocument document, String note)
    
public  voidresetExtractedPaymentRequest(PaymentRequestDocument paymentRequest, String note)
    
public  voidsaveDocumentWithoutValidation(PaymentRequestDocument document)
    
public  voidsetBusinessObjectService(BusinessObjectService businessObjectService)
    
public  voidsetConfigurationService(KualiConfigurationService configurationService)
    
public  voidsetDateTimeService(DateTimeService dateTimeService)
    
public  voidsetDocumentService(DocumentService documentService)
    
public  voidsetNegativePaymentRequestApprovalLimitService(NegativePaymentRequestApprovalLimitService negativePaymentRequestApprovalLimitService)
    
public  voidsetNoteService(NoteService noteService)
    
public  voidsetParameterService(ParameterService parameterService)
    
public  voidsetPaymentRequestDao(PaymentRequestDao paymentRequestDao)
    
public  voidsetPurapAccountingService(PurapAccountingService purapAccountingService)
    
public  voidsetPurapService(PurapService purapService)
    
public  voidsetPurapWorkflowIntegrationService(PurApWorkflowIntegrationService purapWorkflowIntegrationService)
    
public  voidsetPurchaseOrderService(PurchaseOrderService purchaseOrderService)
    
public  booleanshouldPurchaseOrderBeReversed(AccountsPayableDocument apDoc)
     If the full document entry has been completed and the status of the related purchase order document is closed, return true, otherwise return false.
Parameters:
  apDoc - The AccountsPayableDocument to be determined whether its purchase order should be reversed.
public  voidtakePurchaseOrderCancelAction(AccountsPayableDocument apDoc)
    
public  StringupdateStatusByNode(String currentNodeName, AccountsPayableDocument apDoc)
    



Method Detail
addHoldOnPaymentRequest
public void addHoldOnPaymentRequest(PaymentRequestDocument document, String note) throws Exception(Code)

See Also:   org.kuali.module.purap.service.PaymentRequestService.addHoldOnPaymentRequest(org.kuali.module.purap.document.PaymentRequestDocumentjava.lang.String)



autoApprovePaymentRequest
public boolean autoApprovePaymentRequest(PaymentRequestDocument doc, KualiDecimal defaultMinimumLimit)(Code)

See Also:   org.kuali.module.purap.service.PaymentRequestService.autoApprovePaymentRequest(org.kuali.module.purap.document.PaymentRequestDocumentorg.kuali.core.util.KualiDecimal)



autoApprovePaymentRequests
public boolean autoApprovePaymentRequests()(Code)

See Also:    org.kuali.module.purap.service.PaymentRequestService.autoApprovePaymentRequests()



calculatePayDate
public Date calculatePayDate(Date invoiceDate, PaymentTermType terms)(Code)

See Also:   org.kuali.module.purap.service.PaymentRequestService.calculatePayDate(java.sql.Dateorg.kuali.module.vendor.bo.PaymentTermType)



calculatePaymentRequest
public void calculatePaymentRequest(PaymentRequestDocument paymentRequest, boolean updateDiscount)(Code)

See Also:   org.kuali.module.purap.service.PaymentRequestService.calculatePaymentRequest(org.kuali.module.purap.document.PaymentRequestDocumentboolean)



canHoldPaymentRequest
public boolean canHoldPaymentRequest(PaymentRequestDocument document, UniversalUser user)(Code)

See Also:   org.kuali.module.purap.service.PaymentRequestService.canHoldPaymentRequest(org.kuali.module.purap.document.PaymentRequestDocumentorg.kuali.core.bo.user.UniversalUser)



canRemoveHoldPaymentRequest
public boolean canRemoveHoldPaymentRequest(PaymentRequestDocument document, UniversalUser user)(Code)

See Also:   org.kuali.module.purap.service.PaymentRequestService.canRemoveHoldPaymentRequest(org.kuali.module.purap.document.PaymentRequestDocumentorg.kuali.core.bo.user.UniversalUser)



canUserRemoveRequestCancelOnPaymentRequest
public boolean canUserRemoveRequestCancelOnPaymentRequest(PaymentRequestDocument document, UniversalUser user)(Code)
This method determines if a user has permission to remove a request for cancel on a payment request document.
See Also:   org.kuali.module.purap.service.PaymentRequestService.canRemoveHoldPaymentRequest(org.kuali.module.purap.document.PaymentRequestDocumentorg.kuali.core.bo.user.UniversalUser)



canUserRequestCancelOnPaymentRequest
public boolean canUserRequestCancelOnPaymentRequest(PaymentRequestDocument document, UniversalUser user)(Code)

See Also:   org.kuali.module.purap.service.PaymentRequestService.canHoldPaymentRequest(org.kuali.module.purap.document.PaymentRequestDocumentorg.kuali.core.bo.user.UniversalUser)



cancelExtractedPaymentRequest
public void cancelExtractedPaymentRequest(PaymentRequestDocument paymentRequest, String note)(Code)

See Also:   org.kuali.module.purap.service.PaymentRequestService.cancelExtractedPaymentRequest(org.kuali.module.purap.document.PaymentRequestDocumentjava.lang.String)



deleteSummaryAccounts
public void deleteSummaryAccounts(Integer purapDocumentIdentifier)(Code)

See Also:   org.kuali.module.purap.service.PaymentRequestService.deleteSummaryAccounts(java.lang.Integer)



getImmediatePaymentRequestsToExtract
public Iterator<PaymentRequestDocument> getImmediatePaymentRequestsToExtract(String chartCode)(Code)

See Also:   org.kuali.module.purap.service.PaymentRequestService.getImmediatePaymentRequestsToExtract(java.lang.String)



getPaymentRequestByDocumentNumber
public PaymentRequestDocument getPaymentRequestByDocumentNumber(String documentNumber)(Code)

See Also:   org.kuali.module.purap.service.PaymentRequestService.getPaymentRequestByDocumentNumber(java.lang.String)



getPaymentRequestById
public PaymentRequestDocument getPaymentRequestById(Integer poDocId)(Code)

See Also:   org.kuali.module.purap.service.PaymentRequestService.getPaymentRequestById(java.lang.Integer)



getPaymentRequestToExtractByChart
public Iterator<PaymentRequestDocument> getPaymentRequestToExtractByChart(String chartCode)(Code)

See Also:   org.kuali.module.purap.service.PaymentRequestService.getPaymentRequestToExtractByChart(java.lang.String)



getPaymentRequestsByPOIdInvoiceAmountInvoiceDate
public List getPaymentRequestsByPOIdInvoiceAmountInvoiceDate(Integer poId, KualiDecimal invoiceAmount, Date invoiceDate)(Code)

See Also:   org.kuali.module.purap.service.PaymentRequestService.getPaymentRequestsByPOIdInvoiceAmountInvoiceDate(java.lang.Integerorg.kuali.core.util.KualiDecimaljava.sql.Date)



getPaymentRequestsByPurchaseOrderId
public List<PaymentRequestDocument> getPaymentRequestsByPurchaseOrderId(Integer poDocId)(Code)

See Also:   org.kuali.module.purap.service.PaymentRequestService.getPaymentRequestsByPurchaseOrderId(java.lang.Integer)



getPaymentRequestsByVendorNumberInvoiceNumber
public List getPaymentRequestsByVendorNumberInvoiceNumber(Integer vendorHeaderGeneratedId, Integer vendorDetailAssignedId, String invoiceNumber)(Code)
Retrieves a list of payment request documents with the given vendor id and invoice number.
Parameters:
  vendorHeaderGeneratedId - The vendor header generated id.
Parameters:
  vendorDetailAssignedId - The vendor detail assigned id.
Parameters:
  invoiceNumber - The invoice number as entered by AP. List of payment request document.



getPaymentRequestsToExtract
public Iterator<PaymentRequestDocument> getPaymentRequestsToExtract()(Code)

See Also:    org.kuali.module.purap.server.PaymentRequestService.getPaymentRequestsToExtract()



getPaymentRequestsToExtractByCM
public Iterator<PaymentRequestDocument> getPaymentRequestsToExtractByCM(String campusCode, CreditMemoDocument cmd)(Code)

See Also:    org.kuali.module.purap.server.PaymentRequestService.getPaymentRequestsToExtractByCM()



getPaymentRequestsToExtractByVendor
public Iterator<PaymentRequestDocument> getPaymentRequestsToExtractByVendor(String campusCode, VendorGroupingHelper vendor)(Code)



getPaymentRequestsToExtractSpecialPayments
public Iterator<PaymentRequestDocument> getPaymentRequestsToExtractSpecialPayments(String chartCode)(Code)

See Also:   org.kuali.module.purap.service.PaymentRequestService.getPaymentRequestsToExtractSpecialPayments(java.lang.String)



getUniversalUserForCancel
public UniversalUser getUniversalUserForCancel(AccountsPayableDocument apDoc)(Code)

See Also:   org.kuali.module.purap.service.AccountsPayableDocumentSpecificService.getUniversalUserForCancel(org.kuali.module.purap.document.AccountsPayableDocument)



hasDiscountItem
public boolean hasDiscountItem(PaymentRequestDocument preq)(Code)

See Also:   org.kuali.module.purap.service.PaymentRequestService.hasDiscountItem(org.kuali.module.purap.document.PaymentRequestDocument)



isExtracted
public boolean isExtracted(PaymentRequestDocument document)(Code)

See Also:   org.kuali.module.purap.service.PaymentRequestService.isExtracted(org.kuali.module.purap.document.PaymentRequestDocument)



isInvoiceDateAfterToday
public boolean isInvoiceDateAfterToday(Date invoiceDate)(Code)

See Also:   org.kuali.module.purap.service.PaymentRequestService.isInvoiceDateAfterToday(java.sql.Date)



logAndThrowRuntimeException
protected void logAndThrowRuntimeException(String errorMessage)(Code)
Records the specified error message into the Log file and throws a runtime exception.
Parameters:
  errorMessage - the error message to be logged.



logAndThrowRuntimeException
protected void logAndThrowRuntimeException(String errorMessage, Exception e)(Code)
Records the specified error message into the Log file and throws the specified runtime exception.
Parameters:
  errorMessage - the specified error message.
Parameters:
  e - the specified runtime exception.



markPaid
public void markPaid(PaymentRequestDocument pr, Date processDate)(Code)

See Also:   org.kuali.module.purap.service.PaymentRequestService.markPaid(org.kuali.module.purap.document.PaymentRequestDocumentjava.sql.Date)



paymentRequestDuplicateMessages
public HashMap<String, String> paymentRequestDuplicateMessages(PaymentRequestDocument document)(Code)

See Also:   org.kuali.module.purap.service.PaymentRequestService.paymentRequestDuplicateMessages(org.kuali.module.purap.document.PaymentRequestDocument)



poItemEligibleForAp
public boolean poItemEligibleForAp(AccountsPayableDocument apDoc, PurchaseOrderItem poi)(Code)

See Also:   org.kuali.module.purap.service.AccountsPayableDocumentSpecificService.poItemEligibleForAp(org.kuali.module.purap.document.AccountsPayableDocumentorg.kuali.module.purap.bo.PurchaseOrderItem)



populateAndSavePaymentRequest
public void populateAndSavePaymentRequest(PaymentRequestDocument preq) throws WorkflowException(Code)

See Also:   org.kuali.module.purap.service.PaymentRequestService.populateAndSavePaymentRequest(org.kuali.module.purap.document.PaymentRequestDocument)



populatePaymentRequest
public void populatePaymentRequest(PaymentRequestDocument paymentRequestDocument)(Code)

See Also:   org.kuali.module.purap.service.PaymentRequestService.populatePaymentRequest(org.kuali.module.purap.document.PaymentRequestDocument)



removeHoldOnPaymentRequest
public void removeHoldOnPaymentRequest(PaymentRequestDocument document, String note) throws Exception(Code)

See Also:   org.kuali.module.purap.service.PaymentRequestService.removeHoldOnPaymentRequest(org.kuali.module.purap.document.PaymentRequestDocument)



removeRequestCancelOnPaymentRequest
public void removeRequestCancelOnPaymentRequest(PaymentRequestDocument document, String note) throws Exception(Code)

See Also:   org.kuali.module.purap.service.PaymentRequestService.removeHoldOnPaymentRequest(org.kuali.module.purap.document.PaymentRequestDocument)



requestCancelOnPaymentRequest
public void requestCancelOnPaymentRequest(PaymentRequestDocument document, String note) throws Exception(Code)

See Also:   org.kuali.module.purap.service.PaymentRequestService.addHoldOnPaymentRequest(org.kuali.module.purap.document.PaymentRequestDocumentjava.lang.String)



resetExtractedPaymentRequest
public void resetExtractedPaymentRequest(PaymentRequestDocument paymentRequest, String note)(Code)

See Also:   org.kuali.module.purap.service.PaymentRequestService.resetExtractedPaymentRequest(org.kuali.module.purap.document.PaymentRequestDocumentjava.lang.String)



saveDocumentWithoutValidation
public void saveDocumentWithoutValidation(PaymentRequestDocument document)(Code)

See Also:   org.kuali.module.purap.service.CreditMemoService.saveDocumentWithoutValidation(org.kuali.module.purap.document.CreditMemoDocument)



setBusinessObjectService
public void setBusinessObjectService(BusinessObjectService businessObjectService)(Code)



setConfigurationService
public void setConfigurationService(KualiConfigurationService configurationService)(Code)



setDateTimeService
public void setDateTimeService(DateTimeService dateTimeService)(Code)



setDocumentService
public void setDocumentService(DocumentService documentService)(Code)



setNegativePaymentRequestApprovalLimitService
public void setNegativePaymentRequestApprovalLimitService(NegativePaymentRequestApprovalLimitService negativePaymentRequestApprovalLimitService)(Code)



setNoteService
public void setNoteService(NoteService noteService)(Code)



setParameterService
public void setParameterService(ParameterService parameterService)(Code)



setPaymentRequestDao
public void setPaymentRequestDao(PaymentRequestDao paymentRequestDao)(Code)



setPurapAccountingService
public void setPurapAccountingService(PurapAccountingService purapAccountingService)(Code)



setPurapService
public void setPurapService(PurapService purapService)(Code)



setPurapWorkflowIntegrationService
public void setPurapWorkflowIntegrationService(PurApWorkflowIntegrationService purapWorkflowIntegrationService)(Code)



setPurchaseOrderService
public void setPurchaseOrderService(PurchaseOrderService purchaseOrderService)(Code)



shouldPurchaseOrderBeReversed
public boolean shouldPurchaseOrderBeReversed(AccountsPayableDocument apDoc)(Code)
If the full document entry has been completed and the status of the related purchase order document is closed, return true, otherwise return false.
Parameters:
  apDoc - The AccountsPayableDocument to be determined whether its purchase order should be reversed. boolean true if the purchase order should be reversed.
See Also:   org.kuali.module.purap.service.AccountsPayableDocumentSpecificService.shouldPurchaseOrderBeReversed(org.kuali.module.purap.document.AccountsPayableDocument)



takePurchaseOrderCancelAction
public void takePurchaseOrderCancelAction(AccountsPayableDocument apDoc)(Code)

See Also:   org.kuali.module.purap.service.AccountsPayableDocumentSpecificService.takePurchaseOrderCancelAction(org.kuali.module.purap.document.AccountsPayableDocument)



updateStatusByNode
public String updateStatusByNode(String currentNodeName, AccountsPayableDocument apDoc)(Code)

See Also:   org.kuali.module.purap.service.AccountsPayableDocumentSpecificService.updateStatusByNode(java.lang.Stringorg.kuali.module.purap.document.AccountsPayableDocument)



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.