Modifier and Type | Method and Description |
---|---|
AccountingPeriod |
LedgerReferenceValuePreparedStatementCachingDao.getAccountingPeriod(Integer fiscalYear,
String fiscalPeriodCode) |
Modifier and Type | Method and Description |
---|---|
AccountingPeriod |
LedgerReferenceValuePreparedStatementCachingDaoJdbc.getAccountingPeriod(Integer fiscalYear,
String fiscalPeriodCode) |
Modifier and Type | Field and Description |
---|---|
protected AccountingPeriod |
AccountingPeriodRule.newAccountingPeriod |
protected AccountingPeriod |
AccountingPeriodRule.oldAccountingPeriod |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Collection<AccountingPeriod> |
AccountingPeriodService.getAllAccountingPeriods()
This method retrieves all valid accounting periods in the system.
|
Collection<AccountingPeriod> |
AccountingPeriodService.getOpenAccountingPeriods()
This method retrieves a list of all open accounting periods in the system.
|
Modifier and Type | Method and Description |
---|---|
int |
AccountingPeriodService.compareAccountingPeriodsByDate(AccountingPeriod a,
AccountingPeriod b)
This method compares two accounting periods, hopefully by comparing their closing dates.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Collection<AccountingPeriod> |
AccountingPeriodServiceImpl.getAllAccountingPeriods()
The default implementation.
|
Collection<AccountingPeriod> |
AccountingPeriodServiceImpl.getOpenAccountingPeriods()
Implements by choosing only accounting periods that are active.
|
Modifier and Type | Method and Description |
---|---|
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")
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Field and Description |
---|---|
protected AccountingPeriod |
AuxiliaryVoucherForm.OpenAuxiliaryVoucherPredicate.currPeriod |
Modifier and Type | Method and Description |
---|---|
AccountingPeriod |
VoucherForm.getAccountingPeriod() |
Modifier and Type | Method and Description |
---|---|
AccountingPeriod |
AccountingCycleCachingService.getAccountingPeriod(Integer fiscalYear,
String fiscalPeriodCode) |
Modifier and Type | Method and Description |
---|---|
AccountingPeriod |
AccountingCycleCachingServiceImpl.getAccountingPeriod(Integer fiscalYear,
String fiscalPeriodCode) |
Modifier and Type | Method and Description |
---|---|
AccountingPeriod |
OriginEntryFull.getAccountingPeriod() |
AccountingPeriod |
Entry.getAccountingPeriod() |
AccountingPeriod |
Reversal.getAccountingPeriod() |
Modifier and Type | Method and Description |
---|---|
void |
OriginEntryFull.setAccountingPeriod(AccountingPeriod accountingPeriod) |
void |
Entry.setAccountingPeriod(AccountingPeriod accountingPeriod) |
void |
Reversal.setAccountingPeriod(AccountingPeriod accountingPeriod) |
Modifier and Type | Method and Description |
---|---|
AccountingPeriod |
PaymentRequestAccountRevision.getAccountingPeriod() |
AccountingPeriod |
CreditMemoAccountRevision.getAccountingPeriod() |
AccountingPeriod |
InvoiceAccountRevision.getAccountingPeriod() |
Modifier and Type | Method and Description |
---|---|
void |
PaymentRequestAccountRevision.setAccountingPeriod(AccountingPeriod accountingPeriod) |
void |
CreditMemoAccountRevision.setAccountingPeriod(AccountingPeriod accountingPeriod) |
void |
InvoiceAccountRevision.setAccountingPeriod(AccountingPeriod accountingPeriod) |
Modifier and Type | Method and Description |
---|---|
AccountingPeriod |
GeneralLedgerPendingEntry.getAccountingPeriod()
Deprecated.
|
AccountingPeriod |
UniversityDate.getAccountingPeriod() |
AccountingPeriod |
ElectronicPaymentClaim.getFinancialDocumentPostingPeriod()
Gets the financialDocumentPostingPeriod attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
GeneralLedgerPendingEntry.setAccountingPeriod(AccountingPeriod accountingPeriod)
Deprecated.
|
void |
UniversityDate.setAccountingPeriod(AccountingPeriod accountingPeriod)
Deprecated.
|
void |
ElectronicPaymentClaim.setFinancialDocumentPostingPeriod(AccountingPeriod financialDocumentPostingPeriod)
Sets the financialDocumentPostingPeriod attribute value.
|
Modifier and Type | Field and Description |
---|---|
protected AccountingPeriod |
LedgerPostingDocumentBase.accountingPeriod |
Modifier and Type | Method and Description |
---|---|
AccountingPeriod |
LedgerPostingDocument.getAccountingPeriod()
This method retrieves the accounting period associated with this document.
|
AccountingPeriod |
LedgerPostingDocumentBase.getAccountingPeriod() |
AccountingPeriod |
LedgerPostingDocumentBase.retrieveCurrentAccountingPeriod()
Finds the accounting period for the current date
|
Modifier and Type | Method and Description |
---|---|
void |
LedgerPostingDocument.setAccountingPeriod(AccountingPeriod accountingPeriod)
This method sets the accounting period associated with this document.
|
void |
LedgerPostingDocumentBase.setAccountingPeriod(AccountingPeriod accountingPeriod) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AccountingDocumentRuleHelperServiceImpl.isValidOpenAccountingPeriod(AccountingPeriod accountingPeriod,
Class entryClass,
String attribueName,
String errorPropertyName) |
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.