|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GeneralLedgerPendingEntryDao
This interface defines basic methods that GeneralLedgerPendingEntry Dao's must provide
| Method Summary | |
|---|---|
int |
countPendingLedgerEntries(Account account)
This method counts all approved pending ledger entries by account |
void |
delete(String documentHeaderId)
Delete all pending entries for a given document |
void |
deleteByFinancialDocumentApprovedCode(String financialDocumentApprovedCode)
Delete all pending entries based on the document approved code |
Iterator |
findApprovedPendingLedgerEntries()
This method retrieves all approved pending ledger entries |
Collection |
findPendingEntries(Map fieldValues,
boolean isApproved)
Find Pending Entries |
Iterator |
findPendingLedgerEntries(Balance balance,
boolean isApproved,
boolean isConsolidated)
This method retrieves all pending ledger entries for the given encumbrance |
Iterator |
findPendingLedgerEntries(Encumbrance encumbrance,
boolean isApproved)
This method retrieves all pending ledger entries for the given encumbrance |
Iterator |
findPendingLedgerEntriesForAccountBalance(Map fieldValues,
boolean isApproved)
This method retrieves all pending ledger entries that may belong to the given account balance record in the future |
Iterator |
findPendingLedgerEntriesForBalance(Map fieldValues,
boolean isApproved)
This method retrieves all pending ledger entries matching the given balance criteria |
Iterator |
findPendingLedgerEntriesForCashBalance(Map fieldValues,
boolean isApproved)
This method retrieves all pending ledger entries matching the given cash balance criteria |
Iterator |
findPendingLedgerEntriesForEncumbrance(Map fieldValues,
boolean isApproved)
This method retrieves all pending ledger entries that may belong to encumbrance table in the future |
Iterator |
findPendingLedgerEntriesForEntry(Map fieldValues,
boolean isApproved)
This method retrieves all pending ledger entries matching the given entry criteria |
Iterator |
findPendingLedgerEntrySummaryForAccountBalance(Map fieldValues,
boolean isApproved)
This method retrieves all pending ledger entries that may belong to the given account balance record in the future |
GeneralLedgerPendingEntry |
getByPrimaryId(String documentHeaderId,
Integer transactionLedgerEntrySequenceNumber)
|
org.kuali.rice.kns.util.KualiDecimal |
getTransactionSummary(Collection universityFiscalYears,
String chartOfAccountsCode,
String accountNumber,
Collection objectCodes,
Collection balanceTypeCodes,
boolean isDebit)
Get summary of amounts in the pending entry table |
org.kuali.rice.kns.util.KualiDecimal |
getTransactionSummary(Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
Collection objectTypeCodes,
Collection balanceTypeCodes,
String acctSufficientFundsFinObjCd,
boolean isYearEnd)
Get summary of amounts in the pending entry table |
org.kuali.rice.kns.util.KualiDecimal |
getTransactionSummary(Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
Collection objectTypeCodes,
Collection balanceTypeCodes,
String acctSufficientFundsFinObjCd,
boolean isDebit,
boolean isYearEnd)
Get summary of amounts in the pending entry table |
void |
save(GeneralLedgerPendingEntry generalLedgerPendingEntry)
|
| Method Detail |
|---|
org.kuali.rice.kns.util.KualiDecimal getTransactionSummary(Collection universityFiscalYears,
String chartOfAccountsCode,
String accountNumber,
Collection objectCodes,
Collection balanceTypeCodes,
boolean isDebit)
universityFiscalYear - chartOfAccountsCode - accountNumber - objectCodes - balanceTypeCodes - isDebit -
org.kuali.rice.kns.util.KualiDecimal getTransactionSummary(Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
Collection objectTypeCodes,
Collection balanceTypeCodes,
String acctSufficientFundsFinObjCd,
boolean isDebit,
boolean isYearEnd)
universityFiscalYear - chartOfAccountsCode - accountNumber - objectTypeCodes - balanceTypeCodes - acctSufficientFundsFinObjCd - isDebit - isYearEnd -
org.kuali.rice.kns.util.KualiDecimal getTransactionSummary(Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
Collection objectTypeCodes,
Collection balanceTypeCodes,
String acctSufficientFundsFinObjCd,
boolean isYearEnd)
universityFiscalYear - chartOfAccountsCode - accountNumber - objectTypeCodes - balanceTypeCodes - acctSufficientFundsFinObjCd - isYearEnd -
Collection findPendingEntries(Map fieldValues,
boolean isApproved)
fieldValues - isApproved -
GeneralLedgerPendingEntry getByPrimaryId(String documentHeaderId,
Integer transactionLedgerEntrySequenceNumber)
documentHeaderId - transactionLedgerEntrySequenceNumber -
void save(GeneralLedgerPendingEntry generalLedgerPendingEntry)
generalLedgerPendingEntry - void delete(String documentHeaderId)
documentHeaderId - void deleteByFinancialDocumentApprovedCode(String financialDocumentApprovedCode)
financialDocumentApprovedCode - Iterator findApprovedPendingLedgerEntries()
int countPendingLedgerEntries(Account account)
account - the given account
Iterator findPendingLedgerEntries(Encumbrance encumbrance,
boolean isApproved)
encumbrance - the encumbrance entry in the GL_Encumbrance_T tableisApproved - the flag that indicates whether the pending entries are approved or don't care
Iterator findPendingLedgerEntries(Balance balance,
boolean isApproved,
boolean isConsolidated)
balance - the balance entryisApproved - the flag that indicates whether the pending entries are approved or don't careisConsolidated - consolidation option is applied or not
Iterator findPendingLedgerEntriesForEntry(Map fieldValues,
boolean isApproved)
isApproved - the flag that indicates whether the pending entries are approved or don't carefieldValues - the input fields and values
Iterator findPendingLedgerEntriesForBalance(Map fieldValues,
boolean isApproved)
isApproved - the flag that indicates whether the pending entries are approved or don't carefieldValues - the input fields and values
Iterator findPendingLedgerEntriesForCashBalance(Map fieldValues,
boolean isApproved)
isApproved - the flag that indicates whether the pending entries are approved or don't carefieldValues - the input fields and values
Iterator findPendingLedgerEntriesForEncumbrance(Map fieldValues,
boolean isApproved)
isApproved - the flag that indicates whether the pending entries are approved or don't carefieldValues - the input fields and values
Iterator findPendingLedgerEntrySummaryForAccountBalance(Map fieldValues,
boolean isApproved)
fieldValues - the input fields and valuesisApproved - the flag that indicates whether the pending entries are approved or don't care
Iterator findPendingLedgerEntriesForAccountBalance(Map fieldValues,
boolean isApproved)
fieldValues - the input fields and valuesisApproved - the flag that indicates whether the pending entries are approved or don't care
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||