|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Encumbrance in org.kuali.kfs.gl.batch.dataaccess |
---|
Methods in org.kuali.kfs.gl.batch.dataaccess that return Encumbrance | |
---|---|
Encumbrance |
LedgerPreparedStatementCachingDao.getEncumbrance(Entry entry)
|
Methods in org.kuali.kfs.gl.batch.dataaccess with parameters of type Encumbrance | |
---|---|
void |
LedgerPreparedStatementCachingDao.insertEncumbrance(Encumbrance encumbrance)
|
void |
LedgerPreparedStatementCachingDao.updateEncumbrance(Encumbrance encumbrance)
|
Uses of Encumbrance in org.kuali.kfs.gl.batch.dataaccess.impl |
---|
Methods in org.kuali.kfs.gl.batch.dataaccess.impl that return Encumbrance | |
---|---|
Encumbrance |
LedgerPreparedStatementCachingDaoJdbc.getEncumbrance(Entry entry)
|
Methods in org.kuali.kfs.gl.batch.dataaccess.impl with parameters of type Encumbrance | |
---|---|
void |
LedgerPreparedStatementCachingDaoJdbc.insertEncumbrance(Encumbrance encumbrance)
|
void |
LedgerPreparedStatementCachingDaoJdbc.updateEncumbrance(Encumbrance encumbrance)
|
Uses of Encumbrance in org.kuali.kfs.gl.batch.service |
---|
Methods in org.kuali.kfs.gl.batch.service that return Encumbrance | |
---|---|
Encumbrance |
EncumbranceCalculator.findEncumbrance(Collection encumbranceList,
Transaction t)
This method is used by the balance inquiry screens. |
Encumbrance |
AccountingCycleCachingService.getEncumbrance(Entry entry)
|
Methods in org.kuali.kfs.gl.batch.service with parameters of type Encumbrance | |
---|---|
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. |
Uses of Encumbrance in org.kuali.kfs.gl.batch.service.impl |
---|
Methods in org.kuali.kfs.gl.batch.service.impl that return Encumbrance | |
---|---|
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)
|
Methods in org.kuali.kfs.gl.batch.service.impl with parameters of type Encumbrance | |
---|---|
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)
|
Uses of Encumbrance in org.kuali.kfs.gl.businessobject |
---|
Subclasses of Encumbrance in org.kuali.kfs.gl.businessobject | |
---|---|
class |
EncumbranceHistory
Encumbrance BO for Balancing process. |
Methods in org.kuali.kfs.gl.businessobject with parameters of type Encumbrance | |
---|---|
boolean |
EncumbranceHistory.compareAmounts(Encumbrance encumbrance)
Compare amounts |
Uses of Encumbrance in org.kuali.kfs.gl.businessobject.inquiry |
---|
Methods in org.kuali.kfs.gl.businessobject.inquiry with parameters of type Encumbrance | |
---|---|
String |
InquirableFinancialDocument.getInquirableDocumentUrl(Encumbrance encumbrance)
get the url of inquirable financial document for the given encumbrance |
Uses of Encumbrance in org.kuali.kfs.gl.dataaccess |
---|
Methods in org.kuali.kfs.gl.dataaccess that return Encumbrance | |
---|---|
Encumbrance |
EncumbranceDao.getEncumbranceByTransaction(Transaction t)
Returns an encumbrance that would be affected by the given transaction |
Methods in org.kuali.kfs.gl.dataaccess with parameters of type Encumbrance | |
---|---|
void |
EncumbranceDao.save(Encumbrance e)
Saves an encumbrance to the database |
Uses of Encumbrance in org.kuali.kfs.gl.dataaccess.impl |
---|
Methods in org.kuali.kfs.gl.dataaccess.impl that return Encumbrance | |
---|---|
Encumbrance |
EncumbranceDaoOjb.getEncumbranceByTransaction(Transaction t)
Returns an encumbrance that would be affected by the given transaction |
Methods in org.kuali.kfs.gl.dataaccess.impl with parameters of type Encumbrance | |
---|---|
void |
EncumbranceDaoOjb.save(Encumbrance e)
Saves an encumbrance to the database |
Uses of Encumbrance in org.kuali.kfs.gl.service |
---|
Methods in org.kuali.kfs.gl.service with parameters of type Encumbrance | |
---|---|
void |
EncumbranceService.save(Encumbrance enc)
Save an Encumbrance entry |
Uses of Encumbrance in org.kuali.kfs.gl.service.impl |
---|
Methods in org.kuali.kfs.gl.service.impl with parameters of type Encumbrance | |
---|---|
void |
EncumbranceServiceImpl.save(Encumbrance enc)
Saves an encumbrance |
Uses of Encumbrance in org.kuali.kfs.sys.dataaccess |
---|
Methods in org.kuali.kfs.sys.dataaccess with parameters of type Encumbrance | |
---|---|
Iterator |
GeneralLedgerPendingEntryDao.findPendingLedgerEntries(Encumbrance encumbrance,
boolean isApproved)
This method retrieves all pending ledger entries for the given encumbrance |
Uses of Encumbrance in org.kuali.kfs.sys.dataaccess.impl |
---|
Methods in org.kuali.kfs.sys.dataaccess.impl with parameters of type Encumbrance | |
---|---|
Iterator |
GeneralLedgerPendingEntryDaoOjb.findPendingLedgerEntries(Encumbrance encumbrance,
boolean isApproved)
|
Uses of Encumbrance in org.kuali.kfs.sys.service |
---|
Methods in org.kuali.kfs.sys.service with parameters of type Encumbrance | |
---|---|
Iterator |
GeneralLedgerPendingEntryService.findPendingLedgerEntries(Encumbrance encumbrance,
boolean isApproved)
This method retrieves all pending ledger entries for the given encumbrance |
Uses of Encumbrance in org.kuali.kfs.sys.service.impl |
---|
Methods in org.kuali.kfs.sys.service.impl with parameters of type Encumbrance | |
---|---|
Iterator |
GeneralLedgerPendingEntryServiceImpl.findPendingLedgerEntries(Encumbrance encumbrance,
boolean isApproved)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |