createGroup(Date date, String sourceCode, boolean valid, boolean process, boolean scrub) Create a new OriginEntryGroup and persists it to the database.
getOriginEntryGroupsPendingProcessing() Return all the origin entry groups that have a process attribute of false.
a Collection of all origin entry groups that have a process indicator of false.
Create a new OriginEntryGroup and persists it to the database.
Parameters: date - the date this group should list as its creation date Parameters: sourceCode - the source of this origin entry group Parameters: valid - whether this group is valid - ie, all entries within it are valid Parameters: process - whether this group should be processed by the next step Parameters: scrub - whether this group should be input to the scrubber a new origin entry group to put origin entries into
Get all ICR-related OriginEntryGroups waiting to be posted as of postDate.
a Collection of origin entry groups with indirect cost recovery origin entries to post
Return all the origin entry groups that have a process attribute of false.
a Collection of all origin entry groups that have a process indicator of false. collection is returned read-only.