| |
|
| java.lang.Object org.kuali.module.gl.FullStackSuite
FullStackSuite | public class FullStackSuite (Code) | | With the FullStackSuite we want to:
- load up all EntryGroups that are pending processing
- invoke the main general ledger batch job to fully process the entries pending processing
- for each entry that was pending processing:
- execute all business rules against it to see what should have been created either as origin entries with a particular error
source code or as entries created in GL_ENTRY_T
- check to verify that all origin entries with an error source code were created properly and were not processed past where
they should have been
- check to verify that all records that should have been created in GL_ENTRY_T were created correctly
|
groupIdsProcessedByEntryPoster | public static Vector groupIdsProcessedByEntryPoster(Code) | | |
groupIdsProcessedByIcrPoster | public static Vector groupIdsProcessedByIcrPoster(Code) | | |
groupIdsProcessedByScrubber | public static Vector groupIdsProcessedByScrubber(Code) | | |
transactionIdsProcessedByReversalPoster | public static Vector transactionIdsProcessedByReversalPoster(Code) | | |
getGroupIdsProcessedByEntryPoster | public static Vector getGroupIdsProcessedByEntryPoster()(Code) | | |
getGroupIdsProcessedByIcrPoster | public static Vector getGroupIdsProcessedByIcrPoster()(Code) | | |
getGroupIdsProcessedByScrubber | public static Vector getGroupIdsProcessedByScrubber()(Code) | | |
setGroupIdsProcessedByEntryPoster | public static void setGroupIdsProcessedByEntryPoster()(Code) | | Retrieves the group ids of origin entry groups that were processed by the entry poster,
and sets the groupIdsProcessedByEntryPoster to that list.
|
setGroupIdsProcessedByScrubber | public static void setGroupIdsProcessedByScrubber()(Code) | | Retrieves the group ids of origin entry groups that were processed by the scrubber,
and sets the groupIdsProcessedbyScrubber to that list
|
setGroupIdsProcessedByrIcrPoster | public static void setGroupIdsProcessedByrIcrPoster()(Code) | | Retrieves the group ids of origin entry groups that were processed by the ICR poster,
and sets the groupIdsProcessedByIcrPoster to that list.
|
suite | public static Test suite()(Code) | | Generates a new, empty test suite...and then returns it
a pretty useless test suite |
|
|
|