Uses of Interface
org.kuali.kfs.fp.businessobject.Check

Packages that use Check
org.kuali.kfs.fp.businessobject   
org.kuali.kfs.fp.dataaccess   
org.kuali.kfs.fp.dataaccess.impl   
org.kuali.kfs.fp.document   
org.kuali.kfs.fp.document.dataaccess   
org.kuali.kfs.fp.document.dataaccess.impl   
org.kuali.kfs.fp.document.service   
org.kuali.kfs.fp.document.service.impl   
org.kuali.kfs.fp.document.validation.event   
org.kuali.kfs.fp.document.validation.impl   
org.kuali.kfs.fp.document.web.struts   
 

Uses of Check in org.kuali.kfs.fp.businessobject
 

Classes in org.kuali.kfs.fp.businessobject that implement Check
 class CheckBase
          This class represents a check in the system.
 

Methods in org.kuali.kfs.fp.businessobject that return Check
 Check CashieringTransaction.createNewCheck()
           
 Check CashieringTransaction.getBaselineCheck(int index)
          Implementation creates empty Checks as a side-effect, so that Struts' efforts to set fields of lines which haven't been created will succeed rather than causing a NullPointerException.
 Check CashieringTransaction.getCheck(int index)
          Retrieve a particular check at a given index in the list of checks.
 Check CashieringTransaction.getMoneyInCheck(int index)
          Retrieves a specific check from the list, by array index
 Check CashieringTransaction.getNewCheck()
          Gets the newCheck attribute.
 

Methods in org.kuali.kfs.fp.businessobject that return types with arguments of type Check
 List<Check> CashieringTransaction.getMoneyInChecks()
          Gets the moneyInChecks attribute.
 

Methods in org.kuali.kfs.fp.businessobject with parameters of type Check
 void CashieringTransaction.addCheck(Check check)
          Adds a new check to the list.
 boolean Check.isLike(Check other)
          Returns true if this check has the same primitive field values as the given one
 boolean CheckBase.isLike(Check other)
           
 void CashieringTransaction.setNewCheck(Check newCheck)
          Sets the newCheck attribute value.
 

Method parameters in org.kuali.kfs.fp.businessobject with type arguments of type Check
 void CashieringTransaction.setMoneyInChecks(List<Check> moneyInChecks)
          Sets the moneyInChecks attribute value.
 

Uses of Check in org.kuali.kfs.fp.dataaccess
 

Methods in org.kuali.kfs.fp.dataaccess that return Check
 Check CheckDao.save(Check check)
          Saves a Check to the DB.
 

Methods in org.kuali.kfs.fp.dataaccess with parameters of type Check
 void CheckDao.deleteCheck(Check check)
          Delete a check from the DB.
 Check CheckDao.save(Check check)
          Saves a Check to the DB.
 

Uses of Check in org.kuali.kfs.fp.dataaccess.impl
 

Methods in org.kuali.kfs.fp.dataaccess.impl that return Check
 Check CheckDaoOjb.save(Check check)
           
 

Methods in org.kuali.kfs.fp.dataaccess.impl with parameters of type Check
 void CheckDaoOjb.deleteCheck(Check check)
           
 Check CheckDaoOjb.save(Check check)
           
 

Uses of Check in org.kuali.kfs.fp.document
 

Fields in org.kuali.kfs.fp.document with type parameters of type Check
protected  List<Check> CashManagementDocument.checks
           
 

Methods in org.kuali.kfs.fp.document that return Check
 Check CashReceiptDocument.createNewCheck()
           
 Check CashReceiptDocument.getCheck(int index)
          Retrieve a particular check at a given index in the list of checks.
 

Methods in org.kuali.kfs.fp.document that return types with arguments of type Check
 List<Check> CashManagementDocument.getChecks()
          Gets the checks attribute.
 List<Check> CashReceiptDocument.getChecks()
          Gets the checks attribute.
 

Methods in org.kuali.kfs.fp.document with parameters of type Check
 void CashManagementDocument.addCheck(Check check)
          Add a check to the cash management document
 void CashReceiptDocument.addCheck(Check check)
          Adds a new check to the list.
 

Method parameters in org.kuali.kfs.fp.document with type arguments of type Check
 void CashManagementDocument.setChecks(List<Check> checks)
          Sets the checks attribute value.
 

Uses of Check in org.kuali.kfs.fp.document.dataaccess
 

Methods in org.kuali.kfs.fp.document.dataaccess that return types with arguments of type Check
 List<Check> CashManagementDao.selectCashieringChecksForDeposit(String documentNumber, Integer depositLineNumber)
          Retrieves from the database all cashiering transaction checks deposited for a given deposit
 List<Check> CashManagementDao.selectDepositedCashieringChecks(String documentNumber)
          Retrieves all deposited cashiering checks from the database
 List<Check> CashManagementDao.selectUndepositedCashieringChecks(String documentNumber)
          Retrieves from the database any undeposited cashiering transaction checks associated with the given cash management document
 

Uses of Check in org.kuali.kfs.fp.document.dataaccess.impl
 

Methods in org.kuali.kfs.fp.document.dataaccess.impl that return types with arguments of type Check
protected  List<Check> CashManagementDaoOjb.putResultsIntoCheckList(Iterator iter)
          This method puts the check elements of an iterator into a list
 List<Check> CashManagementDaoOjb.selectCashieringChecksForDeposit(String documentNumber, Integer depositLineNumber)
           
 List<Check> CashManagementDaoOjb.selectDepositedCashieringChecks(String documentNumber)
           
 List<Check> CashManagementDaoOjb.selectUndepositedCashieringChecks(String documentNumber)
           
 

Uses of Check in org.kuali.kfs.fp.document.service
 

Methods in org.kuali.kfs.fp.document.service that return types with arguments of type Check
 List<Check> CashManagementService.selectCashieringChecksForDeposit(String documentNumber, Integer depositLineNumber)
          Retrieves from the database all cashiering transaction checks deposited for a given deposit.
 List<Check> CashManagementService.selectDepositedCashieringChecks(String documentNumber)
          Retrieves from the database all deposited cashiering transaction checks associated with the given cash management document number.
 List<Check> CashManagementService.selectUndepositedCashieringChecks(String documentNumber)
          Retrieves from the database any undeposited cashiering transaction checks associated with the given cash management document.
 

Uses of Check in org.kuali.kfs.fp.document.service.impl
 

Methods in org.kuali.kfs.fp.document.service.impl that return types with arguments of type Check
protected  Map<Integer,Check> CashManagementServiceImpl.getUndepositedChecksAsMap(CashManagementDocument cmDoc)
          This method returns all undeposited checks as a map with the key of each value in the map equal to the sequence id of the corresponding check.
 List<Check> CashManagementServiceImpl.selectCashieringChecksForDeposit(String documentNumber, Integer depositLineNumber)
          This method retrieves the collection of cashiering checks associated with a given deposit.
 List<Check> CashManagementServiceImpl.selectDepositedCashieringChecks(String documentNumber)
          This method retrieves a collection of all deposited checks associated with the given document.
 List<Check> CashManagementServiceImpl.selectUndepositedCashieringChecks(String documentNumber)
          This method retrieves the collection of undeposited cashiering checks associated with the document given.
 

Methods in org.kuali.kfs.fp.document.service.impl with parameters of type Check
protected  void CashReceiptCoverSheetServiceImpl.writeCheckAmount(com.lowagie.text.pdf.PdfContentByte output, Check check)
          This method writes the check amount from the check provided to the PDF template.
protected  void CashReceiptCoverSheetServiceImpl.writeCheckDate(com.lowagie.text.pdf.PdfContentByte output, Check check)
          This method writes the check date from the check provided to the PDF template.
protected  void CashReceiptCoverSheetServiceImpl.writeCheckDescription(com.lowagie.text.pdf.PdfContentByte output, Check check)
          This method writes the check description from the check provided to the PDF template.
protected  void CashReceiptCoverSheetServiceImpl.writeCheckNumber(com.lowagie.text.pdf.PdfContentByte output, Check check)
          This method writes the check number from the check provided to the PDF template.
 

Uses of Check in org.kuali.kfs.fp.document.validation.event
 

Methods in org.kuali.kfs.fp.document.validation.event that return Check
 Check UpdateCheckEvent.getCheck()
           
 Check DeleteCheckEvent.getCheck()
           
 Check AddCheckEvent.getCheck()
           
 Check CheckEvent.getCheck()
           
 

Constructors in org.kuali.kfs.fp.document.validation.event with parameters of type Check
AddCheckEvent(String errorPathPrefix, org.kuali.rice.kns.document.Document document, Check check)
          Constructs a AddCheckEvent, with a blank description
AddCheckEvent(String description, String errorPathPrefix, org.kuali.rice.kns.document.Document document, Check check)
          Initializes fields common to all subclasses
DeleteCheckEvent(String errorPathPrefix, org.kuali.rice.kns.document.Document document, Check check)
          Constructs a DeleteCheckEvent with an empty description
DeleteCheckEvent(String description, String errorPathPrefix, org.kuali.rice.kns.document.Document document, Check check)
          Initializes fields common to all subclasses
UpdateCheckEvent(String errorPathPrefix, org.kuali.rice.kns.document.Document document, Check check)
          Constructs a UpdateCheckEvent with a blank description
UpdateCheckEvent(String description, String errorPathPrefix, org.kuali.rice.kns.document.Document document, Check check)
          Initializes fields common to all subclasses
 

Uses of Check in org.kuali.kfs.fp.document.validation.impl
 

Methods in org.kuali.kfs.fp.document.validation.impl that return Check
 Check CashReceiptCheckAmountNotZeroValidation.getCheckForValidation()
          Gets the checkForValidation attribute.
 Check CashReceiptCheckAmountPositiveValidation.getCheckForValidation()
          Gets the checkForValidation attribute.
 

Methods in org.kuali.kfs.fp.document.validation.impl with parameters of type Check
 void CashReceiptCheckAmountNotZeroValidation.setCheckForValidation(Check checkForValidation)
          Sets the checkForValidation attribute value.
 void CashReceiptCheckAmountPositiveValidation.setCheckForValidation(Check checkForValidation)
          Sets the checkForValidation attribute value.
 

Uses of Check in org.kuali.kfs.fp.document.web.struts
 

Fields in org.kuali.kfs.fp.document.web.struts declared as Check
protected  Check CashReceiptForm.newCheck
           
 

Fields in org.kuali.kfs.fp.document.web.struts with type parameters of type Check
protected  List<Check> CashManagementForm.DepositHelper.cashieringChecks
           
 

Methods in org.kuali.kfs.fp.document.web.struts that return Check
 Check CashReceiptForm.getBaselineCheck(int index)
          Implementation creates empty Checks as a side-effect, so that Struts' efforts to set fields of lines which haven't been created will succeed rather than causing a NullPointerException.
 Check CashManagementForm.DepositHelper.getCashieringCheck(int index)
          Get a specific cashiering check in the list of cashiering checks
 Check DepositWizardForm.getDepositableCashieringCheck(int index)
          Return the deposit cashiering check at the given index
 Check CashReceiptForm.getNewCheck()
           
 

Methods in org.kuali.kfs.fp.document.web.struts that return types with arguments of type Check
 List<Check> CashManagementForm.DepositHelper.getCashieringChecks()
          Gets the cashieringChecks attribute.
 List<Check> DepositWizardForm.getDepositableCashieringChecks()
          Gets the depositableCashieringChecks attribute.
 

Methods in org.kuali.kfs.fp.document.web.struts with parameters of type Check
 void CashReceiptForm.setNewCheck(Check newCheck)
           
 

Method parameters in org.kuali.kfs.fp.document.web.struts with type arguments of type Check
 void DepositWizardForm.setDepositableCashieringChecks(List<Check> depositableCashieringChecks)
          Sets the depositableCashieringChecks attribute value.
 



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