Uses of Interface
org.kuali.kfs.fp.service.CashDrawerService

Packages that use CashDrawerService
org.kuali.kfs.fp.businessobject.lookup   
org.kuali.kfs.fp.document.service.impl   
org.kuali.kfs.fp.document.validation.impl   
org.kuali.kfs.fp.service.impl   
 

Uses of CashDrawerService in org.kuali.kfs.fp.businessobject.lookup
 

Methods in org.kuali.kfs.fp.businessobject.lookup that return CashDrawerService
 CashDrawerService CashDrawerLookupableHelperServiceImpl.getCashDrawerService()
          Gets the cashDrawerService attribute.
 

Methods in org.kuali.kfs.fp.businessobject.lookup with parameters of type CashDrawerService
 void CashDrawerLookupableHelperServiceImpl.setCashDrawerService(CashDrawerService cashDrawerService)
          Sets the cashDrawerService attribute value.
 

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

Methods in org.kuali.kfs.fp.document.service.impl that return CashDrawerService
 CashDrawerService CashReceiptServiceImpl.getCashDrawerService()
          Gets the cashDrawerService attribute.
 CashDrawerService CashManagementServiceImpl.getCashDrawerService()
          Getter for retrieving an instance of the CashDrawerService attribute.
 

Methods in org.kuali.kfs.fp.document.service.impl with parameters of type CashDrawerService
 void CashReceiptServiceImpl.setCashDrawerService(CashDrawerService cashDrawerService)
          Sets the cashDrawerService attribute value.
 void CashManagementServiceImpl.setCashDrawerService(CashDrawerService cashDrawerService)
          Sets the cashDrawerService attribute value.
 

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

Methods in org.kuali.kfs.fp.document.validation.impl that return CashDrawerService
 CashDrawerService CashReceiptCashDrawerOpenValidation.getCashDrawerService()
          Gets the cashDrawerService attribute.
 

Methods in org.kuali.kfs.fp.document.validation.impl with parameters of type CashDrawerService
 void CashReceiptCashDrawerOpenValidation.setCashDrawerService(CashDrawerService cashDrawerService)
          Sets the cashDrawerService attribute value.
 

Uses of CashDrawerService in org.kuali.kfs.fp.service.impl
 

Classes in org.kuali.kfs.fp.service.impl that implement CashDrawerService
 class CashDrawerServiceImpl
          This is the default implementation of the CashDrawerService interface.
 



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