Uses of Class
org.kuali.kfs.coa.businessobject.AccountingPeriod

Packages that use AccountingPeriod
org.kuali.kfs.coa.batch.dataaccess   
org.kuali.kfs.coa.batch.dataaccess.impl   
org.kuali.kfs.coa.document.validation.impl   
org.kuali.kfs.coa.service   
org.kuali.kfs.coa.service.impl   
org.kuali.kfs.fp.document   
org.kuali.kfs.fp.document.web.struts   
org.kuali.kfs.gl.batch.service   
org.kuali.kfs.gl.batch.service.impl   
org.kuali.kfs.gl.businessobject   
org.kuali.kfs.integration.ld   
org.kuali.kfs.module.ar.businessobject   
org.kuali.kfs.module.ar.document   
org.kuali.kfs.module.cam.businessobject   
org.kuali.kfs.module.ec.businessobject   
org.kuali.kfs.module.ec.document.web.struts   
org.kuali.kfs.module.ld.businessobject   
org.kuali.kfs.module.purap.businessobject   
org.kuali.kfs.sys.businessobject   
org.kuali.kfs.sys.document   
org.kuali.kfs.sys.document.service   
org.kuali.kfs.sys.document.service.impl   
 

Uses of AccountingPeriod in org.kuali.kfs.coa.batch.dataaccess
 

Methods in org.kuali.kfs.coa.batch.dataaccess that return AccountingPeriod
 AccountingPeriod LedgerReferenceValuePreparedStatementCachingDao.getAccountingPeriod(Integer fiscalYear, String fiscalPeriodCode)
           
 

Uses of AccountingPeriod in org.kuali.kfs.coa.batch.dataaccess.impl
 

Methods in org.kuali.kfs.coa.batch.dataaccess.impl that return AccountingPeriod
 AccountingPeriod LedgerReferenceValuePreparedStatementCachingDaoJdbc.getAccountingPeriod(Integer fiscalYear, String fiscalPeriodCode)
           
 

Uses of AccountingPeriod in org.kuali.kfs.coa.document.validation.impl
 

Fields in org.kuali.kfs.coa.document.validation.impl declared as AccountingPeriod
protected  AccountingPeriod AccountingPeriodRule.newAccountingPeriod
           
protected  AccountingPeriod AccountingPeriodRule.oldAccountingPeriod
           
 

Uses of AccountingPeriod in org.kuali.kfs.coa.service
 

Methods in org.kuali.kfs.coa.service that return AccountingPeriod
 AccountingPeriod AccountingPeriodService.getByDate(Date date)
          This method takes a date and returns the corresponding period
 AccountingPeriod AccountingPeriodService.getByPeriod(String periodCode, Integer fiscalYear)
          This method retrieves an individual AccountingPeriod based on the period and fiscal year
 AccountingPeriod AccountingPeriodService.getByStringDate(String dateString)
          This method allows for AccountingPeriod retrieval via String date.
 

Methods in org.kuali.kfs.coa.service with parameters of type AccountingPeriod
 int AccountingPeriodService.compareAccountingPeriodsByDate(AccountingPeriod a, AccountingPeriod b)
          This method compares two accounting periods, hopefully by comparing their closing dates.
 

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

Methods in org.kuali.kfs.coa.service.impl that return AccountingPeriod
 AccountingPeriod AccountingPeriodServiceImpl.getByDate(Date date)
          This method is a helper method to get the current period.
 AccountingPeriod AccountingPeriodServiceImpl.getByPeriod(String periodCode, Integer fiscalYear)
          This method is a helper method to easily grab an accounting period by looking up it's period and fiscal year
 AccountingPeriod AccountingPeriodServiceImpl.getByStringDate(String dateString)
          This method allows for AccountingPeriod retrieval via String date.
 

Methods in org.kuali.kfs.coa.service.impl with parameters of type AccountingPeriod
 int AccountingPeriodServiceImpl.compareAccountingPeriodsByDate(AccountingPeriod tweedleDee, AccountingPeriod tweedleDum)
           
protected  boolean AccountingPeriodServiceImpl.isInvalidPeriodCode(AccountingPeriod period)
          This checks to see if the period code is empty or invalid ("13", "AB", "BB", "CB")
 

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

Methods in org.kuali.kfs.fp.document with parameters of type AccountingPeriod
 boolean AuxiliaryVoucherDocument.calculateIfWithinGracePeriod(Date today, AccountingPeriod periodToCheck)
          This method checks if a given moment of time is within an accounting period, or its auxiliary voucher grace period.
 boolean AuxiliaryVoucherDocument.isEndOfPreviousFiscalYear(AccountingPeriod acctPeriod)
          This method checks if the given accounting period ends on the last day of the previous fiscal year
 

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

Fields in org.kuali.kfs.fp.document.web.struts declared as AccountingPeriod
protected  AccountingPeriod AuxiliaryVoucherForm.OpenAuxiliaryVoucherPredicate.currPeriod
           
 

Methods in org.kuali.kfs.fp.document.web.struts that return AccountingPeriod
 AccountingPeriod VoucherForm.getAccountingPeriod()
           
 

Uses of AccountingPeriod in org.kuali.kfs.gl.batch.service
 

Methods in org.kuali.kfs.gl.batch.service that return AccountingPeriod
 AccountingPeriod AccountingCycleCachingService.getAccountingPeriod(Integer fiscalYear, String fiscalPeriodCode)
           
 

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

Methods in org.kuali.kfs.gl.batch.service.impl that return AccountingPeriod
 AccountingPeriod AccountingCycleCachingServiceImpl.getAccountingPeriod(Integer fiscalYear, String fiscalPeriodCode)
           
 

Uses of AccountingPeriod in org.kuali.kfs.gl.businessobject
 

Methods in org.kuali.kfs.gl.businessobject that return AccountingPeriod
 AccountingPeriod OriginEntryFull.getAccountingPeriod()
           
 AccountingPeriod Reversal.getAccountingPeriod()
           
 AccountingPeriod Entry.getAccountingPeriod()
           
 

Methods in org.kuali.kfs.gl.businessobject with parameters of type AccountingPeriod
 void OriginEntryFull.setAccountingPeriod(AccountingPeriod accountingPeriod)
           
 void Reversal.setAccountingPeriod(AccountingPeriod accountingPeriod)
           
 void Entry.setAccountingPeriod(AccountingPeriod accountingPeriod)
           
 

Uses of AccountingPeriod in org.kuali.kfs.integration.ld
 

Methods in org.kuali.kfs.integration.ld that return AccountingPeriod
 AccountingPeriod LaborLedgerEntry.getPayrollEndDateFiscalPeriod()
          Gets the payrollEndDateFiscalPeriod
 AccountingPeriod LaborLedgerEntry.getUniversityFiscalPeriod()
          Gets the universityFiscalPeriod
 

Methods in org.kuali.kfs.integration.ld with parameters of type AccountingPeriod
 void LaborLedgerEntry.setPayrollEndDateFiscalPeriod(AccountingPeriod payrollEndDateFiscalPeriod)
          Deprecated. 
 void LaborLedgerEntry.setUniversityFiscalPeriod(AccountingPeriod universityFiscalPeriod)
          Deprecated. 
 

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

Methods in org.kuali.kfs.module.ar.businessobject that return AccountingPeriod
 AccountingPeriod NonAppliedDistribution.getUniversityFiscalPeriod()
          Gets the universityFiscalPeriod attribute.
 AccountingPeriod InvoicePaidApplied.getUniversityFiscalPeriod()
          Gets the universityFiscalPeriod attribute.
 

Methods in org.kuali.kfs.module.ar.businessobject with parameters of type AccountingPeriod
 void NonAppliedDistribution.setUniversityFiscalPeriod(AccountingPeriod universityFiscalPeriod)
          Deprecated.  
 void InvoicePaidApplied.setUniversityFiscalPeriod(AccountingPeriod universityFiscalPeriod)
          Deprecated.  
 

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

Fields in org.kuali.kfs.module.ar.document declared as AccountingPeriod
protected  AccountingPeriod CashControlDocument.universityFiscalPeriod
           
 

Methods in org.kuali.kfs.module.ar.document that return AccountingPeriod
 AccountingPeriod CashControlDocument.getUniversityFiscalPeriod()
          Gets the universityFiscalPeriod attribute.
 

Methods in org.kuali.kfs.module.ar.document with parameters of type AccountingPeriod
 void CashControlDocument.setUniversityFiscalPeriod(AccountingPeriod universityFiscalPeriod)
          Deprecated.  
 

Uses of AccountingPeriod in org.kuali.kfs.module.cam.businessobject
 

Methods in org.kuali.kfs.module.cam.businessobject that return AccountingPeriod
 AccountingPeriod AssetPaymentDetail.getFinancialDocumentPostingPeriod()
           
 AccountingPeriod AssetPayment.getFinancialDocumentPostingPeriod()
          Gets the financialDocumentPostingPeriod attribute.
 AccountingPeriod Asset.getFinancialDocumentPostingPeriod()
          Gets the financialDocumentPostingPeriod attribute.
 AccountingPeriod Asset.getRetirementPeriod()
          Gets the retirementPeriod attribute.
 

Methods in org.kuali.kfs.module.cam.businessobject with parameters of type AccountingPeriod
 void AssetPaymentDetail.setFinancialDocumentPostingPeriod(AccountingPeriod financialDocumentPostingPeriod)
           
 void AssetPayment.setFinancialDocumentPostingPeriod(AccountingPeriod financialDocumentPostingPeriod)
          Deprecated.  
 void Asset.setFinancialDocumentPostingPeriod(AccountingPeriod financialDocumentPostingPeriod)
          Deprecated.  
 void Asset.setRetirementPeriod(AccountingPeriod retirementPeriod)
          Deprecated.  
 

Uses of AccountingPeriod in org.kuali.kfs.module.ec.businessobject
 

Methods in org.kuali.kfs.module.ec.businessobject that return AccountingPeriod
 AccountingPeriod EffortCertificationReportDefinition.getExpenseTransferFiscalPeriod()
          Gets the expenseTransferFiscalPeriod attribute.
 AccountingPeriod EffortCertificationReportDefinition.getReportBeginPeriod()
          gets reportBeginPeriod
 AccountingPeriod EffortCertificationReportDefinition.getReportEndPeriod()
          gets reporEndPeriod
 

Methods in org.kuali.kfs.module.ec.businessobject with parameters of type AccountingPeriod
 void EffortCertificationReportDefinition.setExpenseTransferFiscalPeriod(AccountingPeriod expenseTransferFiscalPeriod)
          Deprecated. 
 void EffortCertificationReportDefinition.setReportBeginPeriod(AccountingPeriod reportBeginPeriod)
          Deprecated. 
 void EffortCertificationReportDefinition.setReportEndPeriod(AccountingPeriod reportEndPeriod)
          Deprecated. 
 

Uses of AccountingPeriod in org.kuali.kfs.module.ec.document.web.struts
 

Methods in org.kuali.kfs.module.ec.document.web.struts with parameters of type AccountingPeriod
protected  Date CertificationReportForm.getUniversityFiscalPeriodBeginDate(AccountingPeriod accountingPeriod)
          Gets the universityFiscalPeriodBeginDate attribute.
 

Uses of AccountingPeriod in org.kuali.kfs.module.ld.businessobject
 

Methods in org.kuali.kfs.module.ld.businessobject that return AccountingPeriod
 AccountingPeriod LaborJournalVoucherDetail.getPayrollEndDateFiscalPeriod()
          Gets the payrollEndDateFiscalPeriod.
 AccountingPeriod LaborLedgerPendingEntry.getPayrollEndDateFiscalPeriod()
          Gets the payrollEndDateFiscalPeriod.
 AccountingPeriod LaborTransaction.getPayrollEndDateFiscalPeriod()
           
 AccountingPeriod LaborOriginEntry.getPayrollEndDateFiscalPeriod()
          Gets the payrollEndDateFiscalPeriod
 AccountingPeriod LedgerEntry.getPayrollEndDateFiscalPeriod()
          Gets the payrollEndDateFiscalPeriod
 AccountingPeriod LaborLedgerPendingEntry.getUniversityFiscalPeriod()
          Gets the universityFiscalPeriod.
 AccountingPeriod LedgerEntry.getUniversityFiscalPeriod()
          Gets the universityFiscalPeriod
 

Methods in org.kuali.kfs.module.ld.businessobject with parameters of type AccountingPeriod
 void LaborJournalVoucherDetail.setPayrollEndDateFiscalPeriod(AccountingPeriod payrollEndDateFiscalPeriod)
          Sets the payrollEndDateFiscalPeriod.
 void LaborLedgerPendingEntry.setPayrollEndDateFiscalPeriod(AccountingPeriod payrollEndDateFiscalPeriod)
          Deprecated. 
 void LaborOriginEntry.setPayrollEndDateFiscalPeriod(AccountingPeriod payrollEndDateFiscalPeriod)
          Sets the payrollEndDateFiscalPeriod
 void LedgerEntry.setPayrollEndDateFiscalPeriod(AccountingPeriod payrollEndDateFiscalPeriod)
          Deprecated. 
 void LaborLedgerPendingEntry.setUniversityFiscalPeriod(AccountingPeriod universityFiscalPeriod)
          Deprecated. 
 void LedgerEntry.setUniversityFiscalPeriod(AccountingPeriod universityFiscalPeriod)
          Deprecated. 
 

Uses of AccountingPeriod in org.kuali.kfs.module.purap.businessobject
 

Methods in org.kuali.kfs.module.purap.businessobject that return AccountingPeriod
 AccountingPeriod PaymentRequestAccountRevision.getAccountingPeriod()
           
 AccountingPeriod CreditMemoAccountRevision.getAccountingPeriod()
           
 

Methods in org.kuali.kfs.module.purap.businessobject with parameters of type AccountingPeriod
 void PaymentRequestAccountRevision.setAccountingPeriod(AccountingPeriod accountingPeriod)
           
 void CreditMemoAccountRevision.setAccountingPeriod(AccountingPeriod accountingPeriod)
           
 

Uses of AccountingPeriod in org.kuali.kfs.sys.businessobject
 

Methods in org.kuali.kfs.sys.businessobject that return AccountingPeriod
 AccountingPeriod GeneralLedgerPendingEntry.getAccountingPeriod()
          Deprecated. 
 AccountingPeriod UniversityDate.getAccountingPeriod()
           
 AccountingPeriod ElectronicPaymentClaim.getFinancialDocumentPostingPeriod()
          Gets the financialDocumentPostingPeriod attribute.
 

Methods in org.kuali.kfs.sys.businessobject with parameters of type AccountingPeriod
 void GeneralLedgerPendingEntry.setAccountingPeriod(AccountingPeriod accountingPeriod)
          Deprecated. 
 void UniversityDate.setAccountingPeriod(AccountingPeriod accountingPeriod)
          Deprecated.  
 void ElectronicPaymentClaim.setFinancialDocumentPostingPeriod(AccountingPeriod financialDocumentPostingPeriod)
          Sets the financialDocumentPostingPeriod attribute value.
 

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

Fields in org.kuali.kfs.sys.document declared as AccountingPeriod
protected  AccountingPeriod LedgerPostingDocumentBase.accountingPeriod
           
 

Methods in org.kuali.kfs.sys.document that return AccountingPeriod
 AccountingPeriod LedgerPostingDocumentBase.getAccountingPeriod()
           
 AccountingPeriod LedgerPostingDocument.getAccountingPeriod()
          This method retrieves the accounting period associated with this document.
 AccountingPeriod LedgerPostingDocumentBase.retrieveCurrentAccountingPeriod()
          Finds the accounting period for the current date
 

Methods in org.kuali.kfs.sys.document with parameters of type AccountingPeriod
 void LedgerPostingDocumentBase.setAccountingPeriod(AccountingPeriod accountingPeriod)
           
 void LedgerPostingDocument.setAccountingPeriod(AccountingPeriod accountingPeriod)
          This method sets the accounting period associated with this document.
 

Uses of AccountingPeriod in org.kuali.kfs.sys.document.service
 

Methods in org.kuali.kfs.sys.document.service with parameters of type AccountingPeriod
 boolean AccountingDocumentRuleHelperService.isValidOpenAccountingPeriod(AccountingPeriod accountingPeriod, Class entryClass, String attribueName, String errorPropertyName)
          This method checks for the existence of the accounting period in the system and also makes sure that the accounting period is open for posting.
 

Uses of AccountingPeriod in org.kuali.kfs.sys.document.service.impl
 

Methods in org.kuali.kfs.sys.document.service.impl with parameters of type AccountingPeriod
 boolean AccountingDocumentRuleHelperServiceImpl.isValidOpenAccountingPeriod(AccountingPeriod accountingPeriod, Class entryClass, String attribueName, String errorPropertyName)
           
 



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