Uses of Interface
org.kuali.kfs.coa.service.AccountingPeriodService

Packages that use AccountingPeriodService
org.kuali.kfs.coa.service.impl   
org.kuali.kfs.fp.document.validation.impl   
org.kuali.kfs.fp.document.web.struts   
org.kuali.kfs.gl.batch.service.impl   
org.kuali.kfs.gl.service.impl   
org.kuali.kfs.pdp.service.impl   
org.kuali.kfs.sys.document   
 

Uses of AccountingPeriodService in org.kuali.kfs.coa.service.impl
 

Classes in org.kuali.kfs.coa.service.impl that implement AccountingPeriodService
 class AccountingPeriodServiceImpl
          This service implementation is the default implementation of the AccountingPeriod service that is delivered with Kuali.
 

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

Methods in org.kuali.kfs.fp.document.validation.impl that return AccountingPeriodService
 AccountingPeriodService AuxiliaryVoucherAccountingPeriodAllowedByParameterValidation.getAccountingPeriodService()
          Gets the accountingPeriodService attribute.
 AccountingPeriodService AuxiliaryVoucherRecodeAccountingPeriodValidation.getAccountingPeriodService()
          Gets the accountingPeriodService attribute.
 AccountingPeriodService AuxiliaryVoucherAccountingPeriodWithinGracePeriodValidation.getAccountingPeriodService()
          Gets the accountingPeriodService attribute.
 AccountingPeriodService AuxiliaryVoucherAccountingPeriodOpenValidation.getAccountingPeriodService()
          Gets the accountingPeriodService attribute.
 

Methods in org.kuali.kfs.fp.document.validation.impl with parameters of type AccountingPeriodService
 void AuxiliaryVoucherAccountingPeriodAllowedByParameterValidation.setAccountingPeriodService(AccountingPeriodService accountingPeriodService)
          Sets the accountingPeriodService attribute value.
 void AuxiliaryVoucherRecodeAccountingPeriodValidation.setAccountingPeriodService(AccountingPeriodService accountingPeriodService)
          Sets the accountingPeriodService attribute value.
 void AuxiliaryVoucherAccountingPeriodWithinGracePeriodValidation.setAccountingPeriodService(AccountingPeriodService accountingPeriodService)
          Sets the accountingPeriodService attribute value.
 void AuxiliaryVoucherAccountingPeriodOpenValidation.setAccountingPeriodService(AccountingPeriodService accountingPeriodService)
          Sets the accountingPeriodService attribute value.
 

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

Fields in org.kuali.kfs.fp.document.web.struts declared as AccountingPeriodService
protected  AccountingPeriodService AuxiliaryVoucherForm.OpenAuxiliaryVoucherPredicate.acctPeriodService
           
 

Uses of AccountingPeriodService in org.kuali.kfs.gl.batch.service.impl
 

Methods in org.kuali.kfs.gl.batch.service.impl with parameters of type AccountingPeriodService
 void PosterServiceImpl.setAccountingPeriodService(AccountingPeriodService aps)
           
 

Uses of AccountingPeriodService in org.kuali.kfs.gl.service.impl
 

Methods in org.kuali.kfs.gl.service.impl with parameters of type AccountingPeriodService
 void ReversalServiceImpl.setAccountingPeriodService(AccountingPeriodService accountingPeriodService)
          Sets the accountingPeriodService attribute, allowing injection of an implementation of that service
 

Uses of AccountingPeriodService in org.kuali.kfs.pdp.service.impl
 

Methods in org.kuali.kfs.pdp.service.impl with parameters of type AccountingPeriodService
 void PendingTransactionServiceImpl.setAccountingPeriodService(AccountingPeriodService accountingPeriodService)
          Sets the accountingPeriodService attribute value.
 

Uses of AccountingPeriodService in org.kuali.kfs.sys.document
 

Fields in org.kuali.kfs.sys.document declared as AccountingPeriodService
protected static AccountingPeriodService LedgerPostingDocumentBase.accountingPeriodService
           
 

Methods in org.kuali.kfs.sys.document that return AccountingPeriodService
static AccountingPeriodService LedgerPostingDocumentBase.getAccountingPeriodService()
           
 



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