| |
|
| org.kuali.module.labor.dao.LaborOriginEntryDao
All known Subclasses: org.kuali.module.labor.dao.ojb.LaborOriginEntryDaoOjb,
getConsolidatedEntriesByGroup | Iterator<Object[]> getConsolidatedEntriesByGroup(OriginEntryGroup group)(Code) | | Get the origin entries that belong to the given group in either the consolidation manner
Parameters: group - the given group the origin entries that belong to the given group in either the consolidation manner |
getCountOfEntriesInGroups | int getCountOfEntriesInGroups(Collection<OriginEntryGroup> groups)(Code) | | get the count of the origin entry collection in the given groups
Parameters: groups - the given groups the count of the origin entry collection in the given group |
getEntryCollectionByGroup | Collection<LaborOriginEntry> getEntryCollectionByGroup(OriginEntryGroup group)(Code) | | Return a collection to all the entries in the given group
Parameters: group - the given origin entry group Collection of entries in the specified group |
getLaborEntriesByGroup | Iterator<LaborOriginEntry> getLaborEntriesByGroup(OriginEntryGroup oeg, int sort)(Code) | | Return an iterator to all the entries in a group
Parameters: oeg - the given origin entry group Iterator of entries in the specified group |
getMatchingEntriesByCollection | Collection getMatchingEntriesByCollection(Map searchCriteria)(Code) | | Collection of entries that match criteria
Parameters: searchCriteria - Map of field, value pairs collection of entries |
testingLaborGetAllEntries | Collection<LaborOriginEntry> testingLaborGetAllEntries()(Code) | | This method should only be used in unit tests. It loads all the ld_lbr_origin_entry_t rows in memory into a collection. This
won't scale for production.
a set of labor origin entries |
|
|
|