public class AccountingLineDataDictionaryValidation extends GenericValidation
| Modifier and Type | Field and Description | 
|---|---|
| protected AccountingLineRuleHelperService | ruleHelperService | 
| Constructor and Description | 
|---|
| AccountingLineDataDictionaryValidation() | 
| Modifier and Type | Method and Description | 
|---|---|
| AccountingLine | getAccountingLineForValidation()Gets the accountingLineForValidation attribute. | 
| void | setAccountingLineForValidation(AccountingLine accountingLineForValidation)Sets the accountingLineForValidation attribute value. | 
| void | setAccountingLineRuleHelperService(AccountingLineRuleHelperService ruleHelperService)Sets the ruleHelperService attribute value. | 
| boolean | validate(AttributedDocumentEvent event)Okay, okay, so yeah, I could have handled this through a bunch of DD validations. | 
setQuitOnFail, shouldQuitOnFail, stageValidationgetParameterProperties, populateParameterFromEvent, populateParametersFromEvent, setParameterPropertiesprotected AccountingLineRuleHelperService ruleHelperService
public AccountingLineDataDictionaryValidation()
public boolean validate(AttributedDocumentEvent event)
org.kuali.ole.sys.document.validation.Validation#validate(java.lang.Object[])public void setAccountingLineRuleHelperService(AccountingLineRuleHelperService ruleHelperService)
ruleHelperService - The ruleHelperService to set.public AccountingLine getAccountingLineForValidation()
public void setAccountingLineForValidation(AccountingLine accountingLineForValidation)
accountingLineForValidation - The accountingLineForValidation to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.