| org.kuali.kfs.rule.AddAccountingLineRule
All known Subclasses: org.kuali.core.service.mock.MockRule,
AddAccountingLineRule | public interface AddAccountingLineRule extends AccountingLineRule(Code) | | Defines a rule which gets invoked immediately before an accounting line is added to a document.
|
Method Summary | |
public boolean | processAddAccountingLineBusinessRules(F financialDocument, AccountingLine accountingLine) This method should be leveraged by a transactional document, when the business rules that need to be implemented do not fit
into any of the other finer grained business rule checking methods that are defined in this interface. |
processAddAccountingLineBusinessRules | public boolean processAddAccountingLineBusinessRules(F financialDocument, AccountingLine accountingLine)(Code) | | This method should be leveraged by a transactional document, when the business rules that need to be implemented do not fit
into any of the other finer grained business rule checking methods that are defined in this interface.
Parameters: accountingLine - Parameters: financialDocument - True if the business rules pass, false otherwise. |
|
|