| java.lang.Object org.kuali.kfs.document.AccountingDocumentHelper
buildAccountingLineMap | protected Map buildAccountingLineMap(List accountingLines)(Code) | | Parameters: accountingLines - Map containing accountingLines from the given List, indexed by their sequenceNumber |
generateEvents | protected List generateEvents(List persistedLines, List currentLines, String errorPathPrefix)(Code) | | Generates a List of instances of AccountingLineEvent subclasses, one for each accountingLine in the union of the
persistedLines and currentLines lists. Events in the list will be grouped in order by event-type (review, update, add,
delete).
Parameters: persistedLines - Parameters: currentLines - Parameters: errorPathPrefix - Parameters: document - List of AccountingLineEvent subclass instances |
generateSaveEvents | public List generateSaveEvents()(Code) | | |
getDocument | public KfsDocument getDocument()(Code) | | |
setDocument | public void setDocument(KfsDocument document)(Code) | | |
|
|