Uses of Class
org.kuali.kfs.fp.businessobject.CashieringItemInProcess

Packages that use CashieringItemInProcess
org.kuali.kfs.fp.businessobject   
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.impl   
org.kuali.kfs.fp.document.web.struts   
 

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

Methods in org.kuali.kfs.fp.businessobject that return CashieringItemInProcess
 CashieringItemInProcess CashieringTransaction.getNewItemInProcess()
          Gets the newItemInProcess attribute.
 CashieringItemInProcess CashieringTransaction.getOpenItemInProcess(int index)
          This method returns a single open item in process
 

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

Methods in org.kuali.kfs.fp.businessobject with parameters of type CashieringItemInProcess
 void CashieringTransaction.setNewItemInProcess(CashieringItemInProcess newItemInProcess)
          Sets the newItemInProcess attribute value.
 

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

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

Methods in org.kuali.kfs.fp.document.dataaccess that return types with arguments of type CashieringItemInProcess
 List<CashieringItemInProcess> CashManagementDao.findOpenItemsInProcessByCampusCode(String campusCode)
          This method returns a list of open items in process for a given campus code
 List<CashieringItemInProcess> CashManagementDao.findRecentlyClosedItemsInProcess(String campusCode)
          This finds items in process associated with the given campus code closed within the past 30 days.
 

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

Methods in org.kuali.kfs.fp.document.dataaccess.impl that return types with arguments of type CashieringItemInProcess
 List<CashieringItemInProcess> CashManagementDaoOjb.findOpenItemsInProcessByCampusCode(String campusCode)
           
 List<CashieringItemInProcess> CashManagementDaoOjb.findRecentlyClosedItemsInProcess(String campusCode)
           
 

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

Methods in org.kuali.kfs.fp.document.service that return types with arguments of type CashieringItemInProcess
 List<CashieringItemInProcess> CashManagementService.getOpenItemsInProcess(CashManagementDocument cmDoc)
          Retrieve the open cashiering items in process for the given cash management document.
 List<CashieringItemInProcess> CashManagementService.getRecentlyClosedItemsInProcess(CashManagementDocument cmDoc)
          Returns all items in process associated with this workgroup, closed within the past 30 days
 

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

Methods in org.kuali.kfs.fp.document.service.impl that return types with arguments of type CashieringItemInProcess
 List<CashieringItemInProcess> CashManagementServiceImpl.getOpenItemsInProcess(CashManagementDocument cmDoc)
          This method retrieves a collection of open CashieringItemInProcess objects from the cash management document given and returns that collection.
 List<CashieringItemInProcess> CashManagementServiceImpl.getRecentlyClosedItemsInProcess(CashManagementDocument cmDoc)
          This method retrieves a collection of recently closed CashieringItemInProcess objects from the cash management document given and returns the collection.
 

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

Methods in org.kuali.kfs.fp.document.validation.impl with parameters of type CashieringItemInProcess
 boolean CashManagementDocumentRule.checkPaidBackItemInProcessDoesNotExceedTotal(CashieringItemInProcess itemInProc, int cashieringItemNumber)
          This method returns true if the current payment amount for the cashiering item in process does not exceed the actual item amount for the item in process
 

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

Fields in org.kuali.kfs.fp.document.web.struts with type parameters of type CashieringItemInProcess
protected  List<CashieringItemInProcess> CashManagementForm.recentlyClosedItemsInProcess
           
 

Methods in org.kuali.kfs.fp.document.web.struts that return types with arguments of type CashieringItemInProcess
 List<CashieringItemInProcess> CashManagementForm.getRecentlyClosedItemsInProcess()
          Gets the recentlyClosedItemsInProcess attribute.
 

Method parameters in org.kuali.kfs.fp.document.web.struts with type arguments of type CashieringItemInProcess
 void CashManagementForm.setRecentlyClosedItemsInProcess(List<CashieringItemInProcess> recentlyClosedItemsInProcess)
          Sets the recentlyClosedItemsInProcess attribute value.
 



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