| org.kuali.kfs.rule.ReviewAccountingLineRule
All known Subclasses: org.kuali.core.service.mock.MockRule,
ReviewAccountingLineRule | public interface ReviewAccountingLineRule extends AccountingLineRule(Code) | | Defines a rule which gets invoked immediately before an accounting line is reviewed for a document.
|
Method Summary | |
public boolean | processReviewAccountingLineBusinessRules(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. |
processReviewAccountingLineBusinessRules | public boolean processReviewAccountingLineBusinessRules(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. |
|
|