Subscriber portal
Gets the list of journals to post.
protected abstract Array getJournalsToPost(Common _journalRecord)
This is called within a transaction in the run method. If no splitting, etc., is needed you may just construct an Array object and add the _journalRecord record to the list. See the LedgerJournalPostBatch class for an example.