Uses of Class
org.kuali.kfs.module.ar.businessobject.NonAppliedHolding

Packages that use NonAppliedHolding
org.kuali.kfs.module.ar.businessobject   
org.kuali.kfs.module.ar.document   
org.kuali.kfs.module.ar.document.dataaccess   
org.kuali.kfs.module.ar.document.dataaccess.impl   
org.kuali.kfs.module.ar.document.service   
org.kuali.kfs.module.ar.document.service.impl   
org.kuali.kfs.module.ar.document.web.struts   
 

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

Methods in org.kuali.kfs.module.ar.businessobject that return NonAppliedHolding
 NonAppliedHolding NonInvoicedDistribution.getNonAppliedHolding()
          Gets the nonAppliedHolding attribute.
 

Methods in org.kuali.kfs.module.ar.businessobject with parameters of type NonAppliedHolding
 void NonInvoicedDistribution.setNonAppliedHolding(NonAppliedHolding nonAppliedHolding)
          Sets the nonAppliedHolding attribute.
 

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

Fields in org.kuali.kfs.module.ar.document declared as NonAppliedHolding
protected  NonAppliedHolding PaymentApplicationDocument.nonAppliedHolding
           
 

Fields in org.kuali.kfs.module.ar.document with type parameters of type NonAppliedHolding
protected  ArrayList<NonAppliedHolding> PaymentApplicationDocument.nonAppliedHoldingsForCustomer
           
 

Methods in org.kuali.kfs.module.ar.document that return NonAppliedHolding
 NonAppliedHolding PaymentApplicationDocument.getNonAppliedHolding()
           
 

Methods in org.kuali.kfs.module.ar.document that return types with arguments of type NonAppliedHolding
 Collection<NonAppliedHolding> PaymentApplicationDocument.getNonAppliedHoldingsForCustomer()
          Retrieves the NonApplied Holdings that are the Controls for this PaymentApplication.
 List<NonAppliedHolding> PaymentApplicationDocument.getNonAppliedHoldingsUsedAsControls()
           
 

Methods in org.kuali.kfs.module.ar.document with parameters of type NonAppliedHolding
 void PaymentApplicationDocument.setNonAppliedHolding(NonAppliedHolding nonAppliedHolding)
           
 

Method parameters in org.kuali.kfs.module.ar.document with type arguments of type NonAppliedHolding
 Map<String,org.kuali.rice.kns.util.KualiDecimal> PaymentApplicationDocument.allocateFundsFromUnappliedControls(List<NonAppliedHolding> nonAppliedHoldings, org.kuali.rice.kns.util.KualiDecimal amountToBeApplied)
          Walks through the nonAppliedHoldings passed in (the control docs) and allocates how the funding should be allocated.
 void PaymentApplicationDocument.setNonAppliedHoldingsForCustomer(ArrayList<NonAppliedHolding> nonApplieds)
          Warning, this property is not ever persisted to the database, and is only used during workflow processing (since its been serialized) and during presentation of the document on the webapp.
 

Uses of NonAppliedHolding in org.kuali.kfs.module.ar.document.dataaccess
 

Methods in org.kuali.kfs.module.ar.document.dataaccess that return types with arguments of type NonAppliedHolding
 Collection<NonAppliedHolding> NonAppliedHoldingDao.getNonAppliedHoldingsByListOfDocumentNumbers(List<String> docNumbers)
          Retrieves all NonAppliedHolding objects that were created by the passed-in list of document numbers.
 Collection<NonAppliedHolding> NonAppliedHoldingDao.getNonAppliedHoldingsForCustomer(String customerNumber)
           
 

Uses of NonAppliedHolding in org.kuali.kfs.module.ar.document.dataaccess.impl
 

Methods in org.kuali.kfs.module.ar.document.dataaccess.impl that return types with arguments of type NonAppliedHolding
 Collection<NonAppliedHolding> NonAppliedHoldingDaoOjb.getNonAppliedHoldingsByListOfDocumentNumbers(List<String> docNumbers)
           
 Collection<NonAppliedHolding> NonAppliedHoldingDaoOjb.getNonAppliedHoldingsForCustomer(String customerNumber)
           
 

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

Methods in org.kuali.kfs.module.ar.document.service that return types with arguments of type NonAppliedHolding
 Collection<NonAppliedHolding> NonAppliedHoldingService.getNonAppliedHoldingsByListOfDocumentNumbers(List<String> docNumbers)
          Retrieves all NonAppliedHolding objects that were created by the passed-in list of document numbers.
 Collection<NonAppliedHolding> NonAppliedHoldingService.getNonAppliedHoldingsForCustomer(Customer customer)
           
 Collection<NonAppliedHolding> NonAppliedHoldingService.getNonAppliedHoldingsForCustomer(String customerNumber)
           
 

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

Methods in org.kuali.kfs.module.ar.document.service.impl that return types with arguments of type NonAppliedHolding
 Collection<NonAppliedHolding> NonAppliedHoldingServiceImpl.getNonAppliedHoldingsByListOfDocumentNumbers(List<String> docNumbers)
           
 Collection<NonAppliedHolding> NonAppliedHoldingServiceImpl.getNonAppliedHoldingsForCustomer(Customer customer)
           
 Collection<NonAppliedHolding> NonAppliedHoldingServiceImpl.getNonAppliedHoldingsForCustomer(String customerNumber)
           
 

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

Fields in org.kuali.kfs.module.ar.document.web.struts with type parameters of type NonAppliedHolding
protected  List<NonAppliedHolding> PaymentApplicationDocumentForm.nonAppliedControlHoldings
           
 

Methods in org.kuali.kfs.module.ar.document.web.struts that return NonAppliedHolding
protected  NonAppliedHolding PaymentApplicationDocumentAction.applyUnapplied(PaymentApplicationDocumentForm payAppForm)
           
 

Methods in org.kuali.kfs.module.ar.document.web.struts that return types with arguments of type NonAppliedHolding
 List<NonAppliedHolding> PaymentApplicationDocumentForm.getNonAppliedControlHoldings()
           
 

Method parameters in org.kuali.kfs.module.ar.document.web.struts with type arguments of type NonAppliedHolding
 void PaymentApplicationDocumentForm.setNonAppliedControlHoldings(List<NonAppliedHolding> nonAppliedControlHoldings)
           
 



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