|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LaborOriginEntryDao
This is the data access object for labor origin entry.
LaborOriginEntry
Field Summary |
---|
Fields inherited from interface org.kuali.kfs.gl.dataaccess.OriginEntryDao |
---|
SORT_ACCOUNT, SORT_DOCUMENT, SORT_LISTING_REPORT, SORT_REPORT |
Method Summary | |
---|---|
Iterator<Object[]> |
getConsolidatedEntriesByGroup(OriginEntryGroup group)
Get the origin entries that belong to the given group in either the consolidation manner |
int |
getCountOfEntriesInGroups(Collection<OriginEntryGroup> groups)
get the count of the origin entry collection in the given groups |
Iterator<LaborOriginEntry> |
getEntriesByGroups(Collection<OriginEntryGroup> groups)
Get origin entries that belong to the given groups |
Collection<LaborOriginEntry> |
getEntryCollectionByGroup(OriginEntryGroup group)
Return a collection to all the entries in the given group |
Collection |
getLaborBackupGroups(Date groupDate)
Get all the Labor backup groups to scrub (ie, origin entry groups with source OriginEntrySource.LABOR_BACKUP) |
Iterator<LaborOriginEntry> |
getLaborEntriesByGroup(OriginEntryGroup oeg,
int sort)
Return an iterator to all the entries in a group |
Collection |
getLaborGroupsToBackup(Date groupDate)
Get all the groups to be copied into the backup group |
Collection |
getMatchingEntriesByCollection(Map searchCriteria)
Collection of entries that match criteria |
Collection<LaborOriginEntry> |
testingLaborGetAllEntries()
This method should only be used in unit tests. |
Methods inherited from interface org.kuali.kfs.gl.dataaccess.OriginEntryDao |
---|
deleteEntry, deleteGroups, deleteMatchingEntries, getBadBalanceEntries, getDocumentsByGroup, getEntriesByGroup, getExactMatchingEntry, getGroupCount, getGroupCounts, getGroupTotal, getMatchingEntries, getPosterOutputSummaryByGroupId, getSummaryByGroupId, saveOriginEntry, testingGetAllEntries |
Method Detail |
---|
Iterator<LaborOriginEntry> getEntriesByGroups(Collection<OriginEntryGroup> groups)
groups
- the given origin entry groups
Iterator<Object[]> getConsolidatedEntriesByGroup(OriginEntryGroup group)
group
- the given group
int getCountOfEntriesInGroups(Collection<OriginEntryGroup> groups)
groups
- the given groups
Collection<LaborOriginEntry> testingLaborGetAllEntries()
Iterator<LaborOriginEntry> getLaborEntriesByGroup(OriginEntryGroup oeg, int sort)
oeg
- the given origin entry group
Collection getMatchingEntriesByCollection(Map searchCriteria)
getMatchingEntriesByCollection
in interface OriginEntryDao
searchCriteria
- Map of field, value pairs
Collection<LaborOriginEntry> getEntryCollectionByGroup(OriginEntryGroup group)
group
- the given origin entry group
Collection getLaborBackupGroups(Date groupDate)
groupDate
- the creation date of labor backup groups to find
Collection getLaborGroupsToBackup(Date groupDate)
groupDate
- the date returned origin entry groups must have been created on or before
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |