Uses of Class
org.kuali.kfs.gl.businessobject.OriginEntryGroup

Packages that use OriginEntryGroup
org.kuali.kfs.gl.businessobject   
org.kuali.kfs.gl.dataaccess   
org.kuali.kfs.gl.dataaccess.impl   
org.kuali.kfs.module.ld.batch.service.impl   
org.kuali.kfs.module.ld.dataaccess   
org.kuali.kfs.module.ld.dataaccess.impl   
 

Uses of OriginEntryGroup in org.kuali.kfs.gl.businessobject
 

Methods in org.kuali.kfs.gl.businessobject that return OriginEntryGroup
 OriginEntryGroup OriginEntryFull.getGroup()
           
 

Methods in org.kuali.kfs.gl.businessobject with parameters of type OriginEntryGroup
 void OriginEntryFull.setGroup(OriginEntryGroup oeg)
           
 

Uses of OriginEntryGroup in org.kuali.kfs.gl.dataaccess
 

Methods in org.kuali.kfs.gl.dataaccess that return OriginEntryGroup
 OriginEntryGroup OriginEntryGroupDao.getExactMatchingEntryGroup(Integer id)
          The the group for the ID passed.
 OriginEntryGroup OriginEntryGroupDao.getGroupWithMaxIdFromSource(String sourceCode)
          Given an origin entry group source type (defined in OriginEntrySource)
 

Methods in org.kuali.kfs.gl.dataaccess that return types with arguments of type OriginEntryGroup
 Collection<OriginEntryGroup> OriginEntryGroupDao.getAllScrubbableBackupGroups()
          Gets a collection of all backup groups that are scrubbable (i.e.
 Collection<OriginEntryGroup> OriginEntryGroupDao.getOlderGroups(Date day)
          Get all the groups that are older than a date
 Collection<OriginEntryGroup> OriginEntryGroupDao.getRecentGroups(Date day)
          Fetches groups created on or after the given date
 

Methods in org.kuali.kfs.gl.dataaccess with parameters of type OriginEntryGroup
 Iterator OriginEntryDao.getDocumentsByGroup(OriginEntryGroup oeg)
          Return an iterator to all document keys reference by origin entries in a given group
<T> Iterator<T>
OriginEntryDao.getEntriesByGroup(OriginEntryGroup oeg, int sort)
          Return an iterator to all the entries in a group
 void OriginEntryGroupDao.save(OriginEntryGroup group)
          Save a group
 

Method parameters in org.kuali.kfs.gl.dataaccess with type arguments of type OriginEntryGroup
 void OriginEntryDao.deleteGroups(Collection<OriginEntryGroup> groups)
          Delete all the groups in the list.
 void OriginEntryGroupDao.deleteGroups(Collection<OriginEntryGroup> groups)
          Delete all the groups in the list.
 

Uses of OriginEntryGroup in org.kuali.kfs.gl.dataaccess.impl
 

Methods in org.kuali.kfs.gl.dataaccess.impl that return OriginEntryGroup
 OriginEntryGroup OriginEntryGroupDaoOjb.getExactMatchingEntryGroup(Integer id)
          We all know that computers aren't naturally exact.
 OriginEntryGroup OriginEntryGroupDaoOjb.getGroupWithMaxIdFromSource(String sourceCode)
          Given an origin entry group source type (defined in OriginEntrySource)
 

Methods in org.kuali.kfs.gl.dataaccess.impl that return types with arguments of type OriginEntryGroup
 Collection<OriginEntryGroup> OriginEntryGroupDaoOjb.getAllScrubbableBackupGroups()
          Gets a collection of all backup groups that are scrubbable (i.e.
 Collection<OriginEntryGroup> OriginEntryGroupDaoOjb.getOlderGroups(Date day)
          Get all the groups that are older than a date
 Collection<OriginEntryGroup> OriginEntryGroupDaoOjb.getRecentGroups(Date day)
          Given a date, finds all origin entry groups that were created on or after that date
 

Methods in org.kuali.kfs.gl.dataaccess.impl with parameters of type OriginEntryGroup
 Iterator OriginEntryDaoOjb.getDocumentsByGroup(OriginEntryGroup oeg)
          Return an iterator of keys of all documents referenced by origin entries in a given group
<T> Iterator<T>
OriginEntryDaoOjb.getEntriesByGroup(OriginEntryGroup oeg, int sort)
          This method is special because of the order by.
 void OriginEntryGroupDaoOjb.save(OriginEntryGroup group)
          Saves an origin entry group
 

Method parameters in org.kuali.kfs.gl.dataaccess.impl with type arguments of type OriginEntryGroup
 void OriginEntryGroupDaoOjb.deleteGroups(Collection<OriginEntryGroup> groups)
          Delete all the groups in the list.
 void OriginEntryDaoOjb.deleteGroups(Collection<OriginEntryGroup> groups)
          Delete all the groups in the list.
 

Uses of OriginEntryGroup in org.kuali.kfs.module.ld.batch.service.impl
 

Methods in org.kuali.kfs.module.ld.batch.service.impl with parameters of type OriginEntryGroup
protected  boolean LaborNightlyOutServiceImpl.saveAsGLOriginEntry(LaborGeneralLedgerEntry entry, OriginEntryGroup group)
           
protected  boolean LaborNightlyOutServiceImpl.saveAsLaborOriginEntry(LaborLedgerPendingEntry pendingEntry, OriginEntryGroup group)
           
 

Uses of OriginEntryGroup in org.kuali.kfs.module.ld.dataaccess
 

Methods in org.kuali.kfs.module.ld.dataaccess with parameters of type OriginEntryGroup
 Iterator<Object[]> LaborOriginEntryDao.getConsolidatedEntriesByGroup(OriginEntryGroup group)
          Get the origin entries that belong to the given group in either the consolidation manner
 Collection<LaborOriginEntry> LaborOriginEntryDao.getEntryCollectionByGroup(OriginEntryGroup group)
          Return a collection to all the entries in the given group
 Iterator<LaborOriginEntry> LaborOriginEntryDao.getLaborEntriesByGroup(OriginEntryGroup oeg, int sort)
          Return an iterator to all the entries in a group
 

Method parameters in org.kuali.kfs.module.ld.dataaccess with type arguments of type OriginEntryGroup
 int LaborOriginEntryDao.getCountOfEntriesInGroups(Collection<OriginEntryGroup> groups)
          get the count of the origin entry collection in the given groups
 Iterator<LaborOriginEntry> LaborOriginEntryDao.getEntriesByGroups(Collection<OriginEntryGroup> groups)
          Get origin entries that belong to the given groups
 

Uses of OriginEntryGroup in org.kuali.kfs.module.ld.dataaccess.impl
 

Methods in org.kuali.kfs.module.ld.dataaccess.impl with parameters of type OriginEntryGroup
 Iterator<Object[]> LaborOriginEntryDaoOjb.getConsolidatedEntriesByGroup(OriginEntryGroup group)
           
 Collection<LaborOriginEntry> LaborOriginEntryDaoOjb.getEntryCollectionByGroup(OriginEntryGroup group)
           
 Iterator<LaborOriginEntry> LaborOriginEntryDaoOjb.getLaborEntriesByGroup(OriginEntryGroup oeg, int sort)
           
 

Method parameters in org.kuali.kfs.module.ld.dataaccess.impl with type arguments of type OriginEntryGroup
 int LaborOriginEntryDaoOjb.getCountOfEntriesInGroups(Collection<OriginEntryGroup> groups)
           
 Iterator<LaborOriginEntry> LaborOriginEntryDaoOjb.getEntriesByGroups(Collection<OriginEntryGroup> groups)
           
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.