Uses of Class
org.kuali.kfs.module.ar.document.CashControlDocument

Packages that use CashControlDocument
org.kuali.kfs.module.ar.businessobject   
org.kuali.kfs.module.ar.document   
org.kuali.kfs.module.ar.document.authorization   
org.kuali.kfs.module.ar.document.service   
org.kuali.kfs.module.ar.document.service.impl   
org.kuali.kfs.module.ar.document.validation.impl   
org.kuali.kfs.module.ar.document.web.struts   
 

Uses of CashControlDocument in org.kuali.kfs.module.ar.businessobject
 

Methods in org.kuali.kfs.module.ar.businessobject that return CashControlDocument
 CashControlDocument CashControlDetail.getCashControlDocument()
           
 

Methods in org.kuali.kfs.module.ar.businessobject with parameters of type CashControlDocument
 void CashControlDetail.setCashControlDocument(CashControlDocument cashControlDocument)
           
 

Uses of CashControlDocument in org.kuali.kfs.module.ar.document
 

Methods in org.kuali.kfs.module.ar.document that return CashControlDocument
 CashControlDocument PaymentApplicationDocument.getCashControlDocument()
           
 

Uses of CashControlDocument in org.kuali.kfs.module.ar.document.authorization
 

Methods in org.kuali.kfs.module.ar.document.authorization with parameters of type CashControlDocument
protected  boolean CashControlDocumentPresentationController.containsGLPEs(CashControlDocument document)
           
protected  boolean CashControlDocumentPresentationController.hasAllAppDocsApproved(CashControlDocument cashControlDocument)
          This method chech if all application document have been approved
protected  boolean CashControlDocumentPresentationController.hasAtLeastOneAppDocApproved(CashControlDocument cashControlDocument)
          This method checks if the CashControlDocument has at least one application document that has been approved
 

Uses of CashControlDocument in org.kuali.kfs.module.ar.document.service
 

Methods in org.kuali.kfs.module.ar.document.service that return CashControlDocument
 CashControlDocument PaymentApplicationDocumentService.getCashControlDocumentForPayAppDocNumber(String payAppDocNumber)
          Retrieves the CashControlDocument associated with the passed-in PaymentApplication Document number.
 CashControlDocument PaymentApplicationDocumentService.getCashControlDocumentForPaymentApplicationDocument(PaymentApplicationDocument document)
          Retrieves the CashControlDocument associated with the passed-in PaymentApplication Document.
 

Methods in org.kuali.kfs.module.ar.document.service with parameters of type CashControlDocument
 void CashControlDocumentService.addNewCashControlDetail(String descritpion, CashControlDocument cashControlDocument, CashControlDetail cashControlDetail)
          This method add a new cash control detail to the cash control document
 PaymentApplicationDocument CashControlDocumentService.createAndSavePaymentApplicationDocument(String description, CashControlDocument cashControlDocument, CashControlDetail cashControlDetail)
          This method creates a new PaymentApplicationDocument
 boolean CashControlDocumentService.createBankOffsetGLPEs(CashControlDocument cashControlDocument, GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
          Creates bank offset GLPEs for the cash control document
 boolean CashControlDocumentService.createCashReceiptGLPEs(CashControlDocument cashControlDocument, GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
          This method creates the GLPEs with document type CR
 boolean CashControlDocumentService.createDistributionOfIncomeAndExpenseGLPEs(CashControlDocument cashControlDocument, GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
          This method creates the GLPEs with document type DI
 boolean CashControlDocumentService.createGeneralErrorCorrectionGLPEs(CashControlDocument cashControlDocument, GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
          This method creates the GLPEs with document type GEC
 String CashControlDocumentService.getLockboxNumber(CashControlDocument cashControlDocument)
          This method gets the lockbox number for the current CashControl document
 void CashControlDocumentService.saveGLPEs(CashControlDocument cashControlDocument)
          This method saves CashControl document GLPEs in the database
 

Uses of CashControlDocument in org.kuali.kfs.module.ar.document.service.impl
 

Methods in org.kuali.kfs.module.ar.document.service.impl that return CashControlDocument
 CashControlDocument PaymentApplicationDocumentServiceImpl.getCashControlDocumentForPayAppDocNumber(String paymentApplicationDocumentNumber)
           
 CashControlDocument PaymentApplicationDocumentServiceImpl.getCashControlDocumentForPaymentApplicationDocument(PaymentApplicationDocument paymentApplicationDocument)
           
 

Methods in org.kuali.kfs.module.ar.document.service.impl with parameters of type CashControlDocument
protected  void CashControlElectronicPaymentClaimingHelperImpl.addCashControlDetailsToDocument(CashControlDocument document, List<ElectronicPaymentClaim> electronicPayments)
          This method adds new cash control details to the cash control document based on the list of electronic payments.
protected  void CashControlElectronicPaymentClaimingHelperImpl.addDescriptionToDocument(CashControlDocument document)
          This method add a description to the cash control document
 void CashControlDocumentServiceImpl.addNewCashControlDetail(String description, CashControlDocument cashControlDocument, CashControlDetail cashControlDetail)
           
protected  void CashControlElectronicPaymentClaimingHelperImpl.addNotesToDocument(CashControlDocument claimingDoc, List<ElectronicPaymentClaim> claims, org.kuali.rice.kim.bo.Person user)
          This method adds notes to the cash control document
protected  GeneralLedgerPendingEntry CashControlDocumentServiceImpl.createAndAddNewExplicitEntry(CashControlDocument cashControlDocument, GeneralLedgerPendingEntrySequenceHelper sequenceHelper, AccountingLine accountingLine, SystemOptions options, String documentType)
          This method creates and adds a new explicit glpe
protected  boolean CashControlDocumentServiceImpl.createAndAddTheOffsetEntry(CashControlDocument cashControlDocument, GeneralLedgerPendingEntry explicitEntry, AccountingLine accountingLine, GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
          This method creates and adds an offset entry for the given explicit entry and accounting line.
 PaymentApplicationDocument CashControlDocumentServiceImpl.createAndSavePaymentApplicationDocument(String description, CashControlDocument cashControlDocument, CashControlDetail cashControlDetail)
           
 boolean CashControlDocumentServiceImpl.createBankOffsetGLPEs(CashControlDocument cashControlDocument, GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
          Creates bank offset GLPEs for the cash control document
 boolean CashControlDocumentServiceImpl.createCashReceiptGLPEs(CashControlDocument cashControlDocument, GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
           
 boolean CashControlDocumentServiceImpl.createDistributionOfIncomeAndExpenseGLPEs(CashControlDocument cashControlDocument, GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
           
 boolean CashControlDocumentServiceImpl.createGeneralErrorCorrectionGLPEs(CashControlDocument cashControlDocument, GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
           
 String CashControlDocumentServiceImpl.getLockboxNumber(CashControlDocument cashControlDocument)
           
protected  String CashControlElectronicPaymentClaimingHelperImpl.getURLForDocument(CashControlDocument doc)
          Builds the URL that can be used to redirect to the correct document
 void CashControlDocumentServiceImpl.saveGLPEs(CashControlDocument cashControlDocument)
           
 

Uses of CashControlDocument in org.kuali.kfs.module.ar.document.validation.impl
 

Methods in org.kuali.kfs.module.ar.document.validation.impl that return CashControlDocument
 CashControlDocument CashControlCustomerNumberValidation.getCashControlDocument()
           
 CashControlDocument CashControlCheckGLPEsNotGeneratedValidation.getCashControlDocument()
           
 CashControlDocument CashControlRefDocNumberValidation.getCashControlDocument()
           
 CashControlDocument CashControlDocumentHasDetailsValidation.getCashControlDocument()
           
 CashControlDocument CashControlLineAmountValidation.getCashControlDocument()
           
 CashControlDocument CashControlPaymentMediumValidation.getCashControlDocument()
           
 CashControlDocument CashControlAllAppDocsApprovedValidation.getCashControlDocument()
           
 

Methods in org.kuali.kfs.module.ar.document.validation.impl with parameters of type CashControlDocument
 boolean CashControlDocumentRule.checkAllAppDocsApproved(CashControlDocument cashControlDocument)
          This method checks if all application documents are in approved or in final state
 boolean CashControlDocumentRule.checkCashControlDocumentHasDetails(CashControlDocument cashControlDocument)
          This method checks if the CashControlDocument has any details to be processed.
 boolean CashControlDocumentRule.checkGLPEsCreated(CashControlDocument cashControlDocument)
          This method checks that the GLPEs have been created
 boolean CashControlDocumentRule.checkGLPEsNotGenerated(CashControlDocument cashControlDocument)
          This method checks if GLPEs have been already generated
 boolean CashControlDocumentRule.checkLineAmount(CashControlDocument document, CashControlDetail detail)
          This method checks the CashControlDetail line amount is not zero or negative.
 boolean CashControlDocumentRule.checkPaymentMedium(CashControlDocument document)
          This method checks that payment medium has a valid value
 boolean CashControlDocumentRule.checkRefDocNumber(CashControlDocument document)
          This method checks that reference document number is not null when payment medium is Cash.
 boolean CashControlDocumentRule.processAddCashControlDetailBusinessRules(CashControlDocument transactionalDocument, CashControlDetail cashControlDetail)
           
 boolean CashControlDocumentRule.processDeleteCashControlDetailBusinessRules(CashControlDocument transactionalDocument, CashControlDetail cashControlDetail)
           
 boolean CashControlDocumentRule.processGenerateReferenceDocumentBusinessRules(CashControlDocument transactionalDocument)
           
 void CashControlCustomerNumberValidation.setCashControlDocument(CashControlDocument cashControlDocument)
           
 void CashControlCheckGLPEsNotGeneratedValidation.setCashControlDocument(CashControlDocument cashControlDocument)
           
 void CashControlRefDocNumberValidation.setCashControlDocument(CashControlDocument cashControlDocument)
           
 void CashControlDocumentHasDetailsValidation.setCashControlDocument(CashControlDocument cashControlDocument)
           
 void CashControlLineAmountValidation.setCashControlDocument(CashControlDocument cashControlDocument)
           
 void CashControlPaymentMediumValidation.setCashControlDocument(CashControlDocument cashControlDocument)
           
 void CashControlAllAppDocsApprovedValidation.setCashControlDocument(CashControlDocument cashControlDocument)
           
 boolean CashControlDocumentRule.validateBankCode(CashControlDocument document)
           
protected  boolean CashControlDocumentRule.validateCashControlDetail(CashControlDocument document, CashControlDetail cashControlDetail)
          This method validates CashControlDetail
 boolean CashControlDocumentRule.validateCashControlDetails(CashControlDocument cashControlDocument)
          This method validates cash control document's details
 

Uses of CashControlDocument in org.kuali.kfs.module.ar.document.web.struts
 

Methods in org.kuali.kfs.module.ar.document.web.struts that return CashControlDocument
 CashControlDocument CashControlDocumentForm.getCashControlDocument()
          This method gets the cash control document
 CashControlDocument PaymentApplicationDocumentForm.getCashControlDocument()
          This method gets the Cash Control document for the payment application document
 

Methods in org.kuali.kfs.module.ar.document.web.struts with parameters of type CashControlDocument
protected  org.kuali.rice.kns.util.KualiDecimal CashControlDocumentAction.calculateCashControlTotal(CashControlDocument cashControlDocument)
          Recalculates the cash control total since user could have changed it during their update.
protected  boolean CashControlDocumentAction.cancelLinkedPaymentApplicationDocuments(CashControlDocument cashControlDocument)
          This method cancels all linked Payment Application documents that are not already in approved status.
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.