| org.kuali.kfs.rule.event.AccountingLineEventBase org.kuali.kfs.rule.event.DeleteAccountingLineEvent
DeleteAccountingLineEvent | final public class DeleteAccountingLineEvent extends AccountingLineEventBase (Code) | | This class represents the delete accounting line event. This could be triggered when a user presses the delete button for a given
document's accounting line.
|
Constructor Summary | |
public | DeleteAccountingLineEvent(String errorPathPrefix, Document document, AccountingLine accountingLine, boolean lineWasAlreadyDeletedFromDocument) Constructs a DeleteAccountingLineEvent with the given errorPathPrefix, document, and accountingLine. |
DeleteAccountingLineEvent | public DeleteAccountingLineEvent(String errorPathPrefix, Document document, AccountingLine accountingLine, boolean lineWasAlreadyDeletedFromDocument)(Code) | | Constructs a DeleteAccountingLineEvent with the given errorPathPrefix, document, and accountingLine.
Parameters: errorPathPrefix - Parameters: document - Parameters: accountingLine - |
|
|