| org.kuali.core.dao.ojb.PlatformAwareDaoBaseOjb org.kuali.kfs.dao.ojb.GeneralLedgerPendingEntryDaoOjb
All known Subclasses: org.kuali.module.labor.dao.ojb.LaborLedgerPendingEntryDaoOjb,
Method Summary | |
public Criteria | buildCriteriaFromMap(Map fieldValues, Object businessObject) | public int | countPendingLedgerEntries(Account account) | public void | delete(String documentHeaderId) | public void | deleteByFinancialDocumentApprovedCode(String financialDocumentApprovedCode) | public Iterator | findApprovedPendingLedgerEntries() | public Collection | findPendingEntries(Map fieldValues, boolean isApproved) | public Iterator | findPendingLedgerEntries(Encumbrance encumbrance, boolean isApproved) | public Iterator | findPendingLedgerEntries(Balance balance, boolean isApproved, boolean isConsolidated) | public Iterator | findPendingLedgerEntriesForAccountBalance(Map fieldValues, boolean isApproved) | public Iterator | findPendingLedgerEntriesForBalance(Map fieldValues, boolean isApproved) | public Iterator | findPendingLedgerEntriesForCashBalance(Map fieldValues, boolean isApproved) | public Iterator | findPendingLedgerEntriesForEncumbrance(Map fieldValues, boolean isApproved) | public Iterator | findPendingLedgerEntriesForEntry(Map fieldValues, boolean isApproved) | public Iterator | findPendingLedgerEntrySummaryForAccountBalance(Map fieldValues, boolean isApproved) | public GeneralLedgerPendingEntry | getByPrimaryId(String documentHeaderId, Integer transactionLedgerEntrySequenceNumber) | public Class | getEntryClass() Gets the entryClass attribute. | public KualiDecimal | getTransactionSummary(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, Collection objectTypeCodes, Collection balanceTypeCodes, String acctSufficientFundsFinObjCd, boolean isYearEnd) | public KualiDecimal | getTransactionSummary(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, Collection objectTypeCodes, Collection balanceTypeCodes, String acctSufficientFundsFinObjCd, boolean isDebit, boolean isYearEnd) | public KualiDecimal | getTransactionSummary(Collection universityFiscalYears, String chartOfAccountsCode, String accountNumber, Collection objectCodes, Collection balanceTypeCodes, boolean isDebit) | public void | save(GeneralLedgerPendingEntry generalLedgerPendingEntry) | public void | setBalanceTypService(BalanceTypService balanceTypService) | public void | setParameterService(ParameterService parameterService) |
buildCriteriaFromMap | public Criteria buildCriteriaFromMap(Map fieldValues, Object businessObject)(Code) | | This method builds an OJB query criteria based on the input field map
Parameters: fieldValues - the input field map Parameters: businessObject - the given business object an OJB query criteria |
countPendingLedgerEntries | public int countPendingLedgerEntries(Account account)(Code) | | See Also: org.kuali.module.gl.dao.GeneralLedgerPendingEntryDao.countPendingLedgerEntries(org.kuali.module.chart.bo.Account) |
deleteByFinancialDocumentApprovedCode | public void deleteByFinancialDocumentApprovedCode(String financialDocumentApprovedCode)(Code) | | |
findApprovedPendingLedgerEntries | public Iterator findApprovedPendingLedgerEntries()(Code) | | See Also: org.kuali.module.gl.dao.GeneralLedgerPendingEntryDao.findApprovedPendingLedgerEntries |
findPendingEntries | public Collection findPendingEntries(Map fieldValues, boolean isApproved)(Code) | | |
findPendingLedgerEntries | public Iterator findPendingLedgerEntries(Encumbrance encumbrance, boolean isApproved)(Code) | | See Also: org.kuali.module.gl.dao.GeneralLedgerPendingEntryDao.findPendingLedgerEntries(org.kuali.module.gl.bo.Encumbranceboolean) |
findPendingLedgerEntries | public Iterator findPendingLedgerEntries(Balance balance, boolean isApproved, boolean isConsolidated)(Code) | | See Also: org.kuali.module.gl.dao.GeneralLedgerPendingEntryDao.findPendingLedgerEntries(org.kuali.module.gl.bo.Balancebooleanboolean) |
findPendingLedgerEntriesForAccountBalance | public Iterator findPendingLedgerEntriesForAccountBalance(Map fieldValues, boolean isApproved)(Code) | | See Also: org.kuali.module.gl.dao.GeneralLedgerPendingEntryDao.findPendingLedgerEntriesForAccountBalance(java.util.Mapbooleanboolean) |
findPendingLedgerEntriesForBalance | public Iterator findPendingLedgerEntriesForBalance(Map fieldValues, boolean isApproved)(Code) | | See Also: org.kuali.module.gl.dao.GeneralLedgerPendingEntryDao.findPendingLedgerEntriesForBalance(java.util.Mapboolean) |
findPendingLedgerEntriesForCashBalance | public Iterator findPendingLedgerEntriesForCashBalance(Map fieldValues, boolean isApproved)(Code) | | See Also: org.kuali.module.gl.dao.GeneralLedgerPendingEntryDao.findPendingLedgerEntriesForCashBalance(java.util.Mapboolean) |
findPendingLedgerEntriesForEncumbrance | public Iterator findPendingLedgerEntriesForEncumbrance(Map fieldValues, boolean isApproved)(Code) | | See Also: org.kuali.module.gl.dao.GeneralLedgerPendingEntryDao.findPendingLedgerEntriesForEncumbrance(Mapboolean) |
findPendingLedgerEntriesForEntry | public Iterator findPendingLedgerEntriesForEntry(Map fieldValues, boolean isApproved)(Code) | | See Also: org.kuali.module.gl.dao.GeneralLedgerPendingEntryDao.findPendingLedgerEntriesForEntry(java.util.Mapboolean) |
findPendingLedgerEntrySummaryForAccountBalance | public Iterator findPendingLedgerEntrySummaryForAccountBalance(Map fieldValues, boolean isApproved)(Code) | | See Also: org.kuali.module.gl.dao.GeneralLedgerPendingEntryDao.findPendingLedgerEntrySummaryForAccountBalance(java.util.Mapbooleanboolean) |
getEntryClass | public Class getEntryClass()(Code) | | Gets the entryClass attribute.
Returns the entryClass. |
getTransactionSummary | public KualiDecimal getTransactionSummary(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, Collection objectTypeCodes, Collection balanceTypeCodes, String acctSufficientFundsFinObjCd, boolean isYearEnd)(Code) | | See Also: org.kuali.module.gl.dao.GeneralLedgerPendingEntryDao.getTransactionSummary(java.lang.Integerjava.lang.Stringjava.lang.Stringjava.util.Collectionjava.util.Collectionjava.lang.Stringboolean) |
getTransactionSummary | public KualiDecimal getTransactionSummary(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, Collection objectTypeCodes, Collection balanceTypeCodes, String acctSufficientFundsFinObjCd, boolean isDebit, boolean isYearEnd)(Code) | | See Also: org.kuali.module.gl.dao.GeneralLedgerPendingEntryDao.getTransactionSummary(java.lang.Integerjava.lang.Stringjava.lang.Stringjava.util.Collectionjava.util.Collectionbooleanboolean) |
getTransactionSummary | public KualiDecimal getTransactionSummary(Collection universityFiscalYears, String chartOfAccountsCode, String accountNumber, Collection objectCodes, Collection balanceTypeCodes, boolean isDebit)(Code) | | See Also: org.kuali.module.gl.dao.GeneralLedgerPendingEntryDao.getTransactionSummary(java.util.Collectionjava.lang.Stringjava.lang.Stringjava.util.Collectionjava.util.Collectionboolean) |
|
|