| org.kuali.module.labor.dao.LaborLedgerEntryDao
All known Subclasses: org.kuali.module.labor.dao.ojb.LaborLedgerEntryDaoOjb,
find | Iterator<LedgerEntry> find(Map<String, String> fieldValues)(Code) | | Find the ledger entries that satisfy the all entries in the given field-value pair
Parameters: fieldValues - the given field-value pair the ledger entries that satisfy the all entries in the given field-value pair |
getMaxSquenceNumber | Integer getMaxSquenceNumber(LedgerEntry ledgerEntry)(Code) | | The sequence number is one of the primary keys of ledger entry. The entries can be grouped by other keys. This method is used
to get the maximum sequence number in the group of entries.
Parameters: ledgerEntry - the given ledger entry the maximum sequence number in a group of entries. If the group doesn't exist, return 0. |
save | void save(LedgerEntry ledgerEntry)(Code) | | save the given ledger entry into the underlying data store
Parameters: ledgerEntry - the given ledger entry |
|
|