Modifier and Type | Method and Description |
---|---|
Encumbrance |
LedgerPreparedStatementCachingDao.getEncumbrance(Entry entry) |
Modifier and Type | Method and Description |
---|---|
void |
LedgerPreparedStatementCachingDao.insertEncumbrance(Encumbrance encumbrance,
Timestamp currentTimestamp) |
void |
LedgerPreparedStatementCachingDao.updateEncumbrance(Encumbrance encumbrance,
Timestamp currentTimestamp) |
Modifier and Type | Method and Description |
---|---|
Encumbrance |
LedgerPreparedStatementCachingDaoJdbc.getEncumbrance(Entry entry) |
Modifier and Type | Method and Description |
---|---|
void |
LedgerPreparedStatementCachingDaoJdbc.insertEncumbrance(Encumbrance encumbrance,
Timestamp currentTimestamp) |
void |
LedgerPreparedStatementCachingDaoJdbc.updateEncumbrance(Encumbrance encumbrance,
Timestamp currentTimestamp) |
Modifier and Type | Method and Description |
---|---|
Encumbrance |
EncumbranceCalculator.findEncumbrance(Collection encumbranceList,
Transaction t)
This method is used by the balance inquiry screens.
|
Encumbrance |
AccountingCycleCachingService.getEncumbrance(Entry entry) |
Modifier and Type | Method and Description |
---|---|
OriginEntryOffsetPair |
EncumbranceClosingOriginEntryGenerationService.createBeginningBalanceEntryOffsetPair(Encumbrance encumbrance,
Integer closingFiscalYear,
Date transactionDate)
Create a pair of OriginEntries, one explicit and one offset to carry forward an encumbrance.
|
OriginEntryOffsetPair |
EncumbranceClosingOriginEntryGenerationService.createCostShareBeginningBalanceEntryOffsetPair(Encumbrance encumbrance,
Date transactionDate)
Create a pair of cost share entries, one explicit and one offset to carry forward an encumbrance after validating the
encumbrance.
|
void |
AccountingCycleCachingService.insertEncumbrance(Encumbrance encumbrance) |
boolean |
EncumbranceClosingOriginEntryGenerationService.isEncumbranceClosed(Encumbrance encumbrance)
Determine whether or not the encumbrance has been fully relieved.
|
boolean |
EncumbranceClosingOriginEntryGenerationService.shouldForwardCostShareForEncumbrance(OriginEntryFull entry,
OriginEntryFull offset,
Encumbrance encumbrance,
String objectTypeCode)
Do some validation and make sure that the encumbrance A21SubAccount is a cost share sub-account.
|
boolean |
EncumbranceClosingOriginEntryGenerationService.shouldForwardEncumbrance(Encumbrance encumbrance)
Determine whether or not an encumbrance should be carried forward from one fiscal year to the next.
|
void |
AccountingCycleCachingService.updateEncumbrance(Encumbrance encumbrance) |
void |
EncumbranceCalculator.updateEncumbrance(Transaction t,
Encumbrance enc)
This will update the amounts in an Encumbrance records based on the data in the transaction.
|
Modifier and Type | Method and Description |
---|---|
Encumbrance |
PostEncumbrance.findEncumbrance(Collection encumbranceList,
Transaction t)
Given a Collection of encumbrances, returns the encumbrance that would affected by the given transaction
|
Encumbrance |
AccountingCycleCachingServiceImpl.getEncumbrance(Entry entry) |
Modifier and Type | Method and Description |
---|---|
OriginEntryOffsetPair |
EncumbranceClosingOriginEntryGenerationServiceImpl.createBeginningBalanceEntryOffsetPair(Encumbrance encumbrance,
Integer closingFiscalYear,
Date transactionDate) |
OriginEntryOffsetPair |
EncumbranceClosingOriginEntryGenerationServiceImpl.createCostShareBeginningBalanceEntryOffsetPair(Encumbrance encumbrance,
Date transactionDate) |
void |
AccountingCycleCachingServiceImpl.insertEncumbrance(Encumbrance encumbrance) |
boolean |
EncumbranceClosingOriginEntryGenerationServiceImpl.isEncumbranceClosed(Encumbrance encumbrance)
Determine whether or not the encumbrance has been fully relieved.
|
boolean |
EncumbranceClosingOriginEntryGenerationServiceImpl.shouldForwardCostShareForEncumbrance(OriginEntryFull entry,
OriginEntryFull offset,
Encumbrance encumbrance,
String objectTypeCode)
Do some validation and make sure that the encumbrance A21SubAccount is a cost share sub-account.
|
boolean |
EncumbranceClosingOriginEntryGenerationServiceImpl.shouldForwardEncumbrance(Encumbrance encumbrance)
Determine whether or not an encumbrance should be carried forward from one fiscal year to the next.
|
void |
AccountingCycleCachingServiceImpl.updateEncumbrance(Encumbrance encumbrance) |
void |
PostEncumbrance.updateEncumbrance(Transaction t,
Encumbrance enc) |
Modifier and Type | Class and Description |
---|---|
class |
EncumbranceHistory
Encumbrance BO for Balancing process.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EncumbranceHistory.compareAmounts(Encumbrance encumbrance)
Compare amounts
|
Modifier and Type | Method and Description |
---|---|
String |
InquirableFinancialDocument.getInquirableDocumentUrl(Encumbrance encumbrance)
get the url of inquirable financial document for the given encumbrance
|
Modifier and Type | Method and Description |
---|---|
Encumbrance |
EncumbranceDao.getEncumbranceByTransaction(Transaction t)
Returns an encumbrance that would be affected by the given transaction
|
Modifier and Type | Method and Description |
---|---|
Encumbrance |
EncumbranceDaoOjb.getEncumbranceByTransaction(Transaction t)
Returns an encumbrance that would be affected by the given transaction
|
Modifier and Type | Method and Description |
---|---|
void |
EncumbranceService.save(Encumbrance enc)
Save an Encumbrance entry
|
Modifier and Type | Method and Description |
---|---|
void |
EncumbranceServiceImpl.save(Encumbrance enc)
Saves an encumbrance
|
Modifier and Type | Method and Description |
---|---|
Iterator |
GeneralLedgerPendingEntryDao.findPendingLedgerEntries(Encumbrance encumbrance,
boolean isApproved)
This method retrieves all pending ledger entries for the given encumbrance
|
Modifier and Type | Method and Description |
---|---|
Iterator |
GeneralLedgerPendingEntryDaoOjb.findPendingLedgerEntries(Encumbrance encumbrance,
boolean isApproved) |
Modifier and Type | Method and Description |
---|---|
Iterator |
OLEGeneralLedgerPendingEntryService.findPendingLedgerEntries(Encumbrance encumbrance,
boolean isApproved)
This method retrieves all pending ledger entries for the given encumbrance
|
Iterator |
GeneralLedgerPendingEntryService.findPendingLedgerEntries(Encumbrance encumbrance,
boolean isApproved)
This method retrieves all pending ledger entries for the given encumbrance
|
Modifier and Type | Method and Description |
---|---|
Iterator |
GeneralLedgerPendingEntryServiceImpl.findPendingLedgerEntries(Encumbrance encumbrance,
boolean isApproved) |
Iterator |
OLEGeneralLedgerPendingEntryServiceImpl.findPendingLedgerEntries(Encumbrance encumbrance,
boolean isApproved) |
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.