org.kuali.kfs.module.ld.dataaccess.impl
Class LaborLedgerPendingEntryDaoOjb
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
org.kuali.kfs.sys.dataaccess.impl.GeneralLedgerPendingEntryDaoOjb
org.kuali.kfs.module.ld.dataaccess.impl.LaborLedgerPendingEntryDaoOjb
- All Implemented Interfaces:
- LaborLedgerPendingEntryDao, GeneralLedgerPendingEntryDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean
public class LaborLedgerPendingEntryDaoOjb
- extends GeneralLedgerPendingEntryDaoOjb
- implements LaborLedgerPendingEntryDao
OJB Implementation of LaborLedgerPendingEntryDao.
Fields inherited from class org.springframework.dao.support.DaoSupport |
logger |
Methods inherited from class org.kuali.kfs.sys.dataaccess.impl.GeneralLedgerPendingEntryDaoOjb |
addStatusCode, buildApprovalCodeList, buildAttributeList, buildCriteriaFromMap, buildCriteriaToExcludeFundBalance, buildGroupList, countPendingLedgerEntries, delete, findApprovedPendingLedgerEntries, findPendingLedgerEntries, findPendingLedgerEntries, findPendingLedgerEntriesForAccountBalance, findPendingLedgerEntriesForBalance, findPendingLedgerEntriesForCashBalance, findPendingLedgerEntriesForEncumbrance, findPendingLedgerEntriesForEntry, findPendingLedgerEntrySummaryForAccountBalance, getByPrimaryId, getEntryClassInstance, getOptionsService, getTransactionSummary, getTransactionSummary, getTransactionSummary, save, setBalanceTypService, setOptionsService, setParameterService |
Methods inherited from class org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb |
getDbPlatform, setDbPlatform |
Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport |
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate |
Methods inherited from class org.springframework.dao.support.DaoSupport |
afterPropertiesSet, initDao |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kuali.kfs.sys.dataaccess.GeneralLedgerPendingEntryDao |
countPendingLedgerEntries, delete, findApprovedPendingLedgerEntries, findPendingLedgerEntries, findPendingLedgerEntries, findPendingLedgerEntriesForAccountBalance, findPendingLedgerEntriesForBalance, findPendingLedgerEntriesForCashBalance, findPendingLedgerEntriesForEncumbrance, findPendingLedgerEntriesForEntry, findPendingLedgerEntrySummaryForAccountBalance, getByPrimaryId, getTransactionSummary, getTransactionSummary, getTransactionSummary, save |
FINANCIAL_DOCUMENT_APPROVED_CODE
protected static final String FINANCIAL_DOCUMENT_APPROVED_CODE
- See Also:
- Constant Field Values
LaborLedgerPendingEntryDaoOjb
public LaborLedgerPendingEntryDaoOjb()
getEntryClass
public Class getEntryClass()
- Description copied from class:
GeneralLedgerPendingEntryDaoOjb
- Gets the entryClass attribute.
- Overrides:
getEntryClass
in class GeneralLedgerPendingEntryDaoOjb
- Returns:
- Returns the entryClass.
- See Also:
GeneralLedgerPendingEntryDaoOjb.getEntryClass()
findPendingLedgerEntriesForLedgerBalance
public Iterator<LaborLedgerPendingEntry> findPendingLedgerEntriesForLedgerBalance(Map fieldValues,
boolean isApproved)
- Description copied from interface:
LaborLedgerPendingEntryDao
- This method retrieves all pending ledger entries with the given search criteria
- Specified by:
findPendingLedgerEntriesForLedgerBalance
in interface LaborLedgerPendingEntryDao
- Parameters:
fieldValues
- the input fields and valuesisApproved
- the flag that indicates whether the pending entries are approved or don't care
- Returns:
- all pending ledger entries that may belong to encumbrance table
- See Also:
LaborLedgerPendingEntryDao.findPendingLedgerEntriesForLedgerBalance(java.util.Map, boolean)
hasPendingLaborLedgerEntry
public Collection<LaborLedgerPendingEntry> hasPendingLaborLedgerEntry(Map fieldValues,
Object businessObject)
- Description copied from interface:
LaborLedgerPendingEntryDao
- This method retrieves all pending ledger entries with the given search criteria
- Specified by:
hasPendingLaborLedgerEntry
in interface LaborLedgerPendingEntryDao
- Parameters:
fieldValues
- the input fields and values
- Returns:
- all pending ledger entries that may belong to pendingentry table
- See Also:
LaborLedgerPendingEntryDao.hasPendingLaborLedgerEntry(java.util.Map, java.lang.Object)
deleteByFinancialDocumentApprovedCode
public void deleteByFinancialDocumentApprovedCode(String financialDocumentApprovedCode)
- Description copied from interface:
GeneralLedgerPendingEntryDao
- Delete all pending entries based on the document approved code
- Specified by:
deleteByFinancialDocumentApprovedCode
in interface GeneralLedgerPendingEntryDao
- Overrides:
deleteByFinancialDocumentApprovedCode
in class GeneralLedgerPendingEntryDaoOjb
- See Also:
GeneralLedgerPendingEntryDaoOjb.deleteByFinancialDocumentApprovedCode(java.lang.String)
findPendingEntries
public Collection findPendingEntries(Map fieldValues,
boolean isApproved)
- Description copied from interface:
GeneralLedgerPendingEntryDao
- Find Pending Entries
- Specified by:
findPendingEntries
in interface GeneralLedgerPendingEntryDao
- Overrides:
findPendingEntries
in class GeneralLedgerPendingEntryDaoOjb
- Returns:
- See Also:
GeneralLedgerPendingEntryDaoOjb.findPendingEntries(java.util.Map, boolean)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.