public class LaborLedgerPendingEntryDaoOjb extends GeneralLedgerPendingEntryDaoOjb implements LaborLedgerPendingEntryDao
Modifier and Type | Field and Description |
---|---|
protected static String |
FINANCIAL_DOCUMENT_APPROVED_CODE |
ACCOUNT_NUMBER, balanceTypeDao, CHART_FINANCIAL_CASH_OBJECT_CODE, CHART_OF_ACCOUNTS_CODE, DOC_NUMBER, OBJECT_TYPE_FIN_OBJECT_TYPE_DEBITCREDIT_CD, TRANSACTION_LEDGER_ENTRY_SEQUENCE_NUMBER
Constructor and Description |
---|
LaborLedgerPendingEntryDaoOjb() |
Modifier and Type | Method and Description |
---|---|
void |
deleteByFinancialDocumentApprovedCode(String financialDocumentApprovedCode)
Delete all pending entries based on the document approved code
|
Collection |
findPendingEntries(Map fieldValues,
boolean isApproved,
String currentFiscalPeriodCode,
int currentFiscalYear,
List<String> encumbranceBalanceTypes)
Find Pending Entries
|
Iterator<LaborLedgerPendingEntry> |
findPendingLedgerEntriesForLedgerBalance(Map fieldValues,
boolean isApproved,
String currentFYPeriodCode,
int currentFY,
List<String> encumbranceBalanceTypes)
This method retrieves all pending ledger entries with the given search criteria
|
Class |
getEntryClass()
Gets the entryClass attribute.
|
Collection<LaborLedgerPendingEntry> |
hasPendingLaborLedgerEntry(Map fieldValues,
Object businessObject)
This method retrieves all pending ledger entries with the given search criteria
|
addStatusCode, buildApprovalCodeList, buildAttributeList, buildCriteriaFromMap, buildCriteriaToExcludeFundBalance, buildGroupList, countPendingLedgerEntries, delete, findApprovedPendingLedgerEntries, findPendingLedgerEntries, findPendingLedgerEntries, findPendingLedgerEntriesForAccountBalance, findPendingLedgerEntriesForBalance, findPendingLedgerEntriesForCashBalance, findPendingLedgerEntriesForEncumbrance, findPendingLedgerEntriesForEntry, findPendingLedgerEntrySummaryForAccountBalance, getBalanceTypeDao, getEntryClassInstance, getTransactionSummary, getTransactionSummary, getTransactionSummary, harvestCodesFromEncumbranceBalanceTypes, setBalanceTypeDao
getDbPlatform, setDbPlatform
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
countPendingLedgerEntries, delete, findApprovedPendingLedgerEntries, findPendingLedgerEntries, findPendingLedgerEntries, findPendingLedgerEntriesForAccountBalance, findPendingLedgerEntriesForBalance, findPendingLedgerEntriesForCashBalance, findPendingLedgerEntriesForEncumbrance, findPendingLedgerEntriesForEntry, findPendingLedgerEntrySummaryForAccountBalance, getTransactionSummary, getTransactionSummary, getTransactionSummary
protected static final String FINANCIAL_DOCUMENT_APPROVED_CODE
public LaborLedgerPendingEntryDaoOjb()
public Class getEntryClass()
GeneralLedgerPendingEntryDaoOjb
getEntryClass
in class GeneralLedgerPendingEntryDaoOjb
GeneralLedgerPendingEntryDaoOjb.getEntryClass()
public Iterator<LaborLedgerPendingEntry> findPendingLedgerEntriesForLedgerBalance(Map fieldValues, boolean isApproved, String currentFYPeriodCode, int currentFY, List<String> encumbranceBalanceTypes)
LaborLedgerPendingEntryDao
findPendingLedgerEntriesForLedgerBalance
in interface LaborLedgerPendingEntryDao
fieldValues
- the input fields and valuesisApproved
- the flag that indicates whether the pending entries are approved or don't carecurrentFYPeriodCode
- current FY period codecurrentFY
- current fiscal yearencumbranceBalanceTypes
- a list of encumbrance balance typesorg.kuali.kfs.module.ld.dataaccess.LaborLedgerPendingEntryDao#findPendingLedgerEntriesForLedgerBalance(java.util.Map,
boolean)
public Collection<LaborLedgerPendingEntry> hasPendingLaborLedgerEntry(Map fieldValues, Object businessObject)
LaborLedgerPendingEntryDao
hasPendingLaborLedgerEntry
in interface LaborLedgerPendingEntryDao
fieldValues
- the input fields and valuesLaborLedgerPendingEntryDao.hasPendingLaborLedgerEntry(java.util.Map,
java.lang.Object)
public void deleteByFinancialDocumentApprovedCode(String financialDocumentApprovedCode)
GeneralLedgerPendingEntryDao
deleteByFinancialDocumentApprovedCode
in interface GeneralLedgerPendingEntryDao
deleteByFinancialDocumentApprovedCode
in class GeneralLedgerPendingEntryDaoOjb
GeneralLedgerPendingEntryDaoOjb.deleteByFinancialDocumentApprovedCode(java.lang.String)
public Collection findPendingEntries(Map fieldValues, boolean isApproved, String currentFiscalPeriodCode, int currentFiscalYear, List<String> encumbranceBalanceTypes)
GeneralLedgerPendingEntryDao
findPendingEntries
in interface GeneralLedgerPendingEntryDao
findPendingEntries
in class GeneralLedgerPendingEntryDaoOjb
encumbranceBalanceTypes
- a list of encumbranceBalanceTypes for the given universityFiscalYear if this is passed in the
fieldValues or the Current Year Encumbrance Balance Types if universityFiscalYear is not presentorg.kuali.kfs.sys.dataaccess.impl.GeneralLedgerPendingEntryDaoOjb#findPendingEntries(java.util.Map, boolean,
java.lang.String, int)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.