org.kuali.kfs.fp.document.service.impl
Class BudgetAdjustmentAccountingLineRuleHelperServiceImpl
java.lang.Object
org.kuali.kfs.sys.document.service.impl.AccountingLineRuleHelperServiceImpl
org.kuali.kfs.fp.document.service.impl.BudgetAdjustmentAccountingLineRuleHelperServiceImpl
- All Implemented Interfaces:
- AccountingLineRuleHelperService
public class BudgetAdjustmentAccountingLineRuleHelperServiceImpl
- extends AccountingLineRuleHelperServiceImpl
BudgetAdjustmentDocuments are the where the budgeted object codes are setup and therefore guarantee override.
Methods inherited from class org.kuali.kfs.sys.document.service.impl.AccountingLineRuleHelperServiceImpl |
checkExistence, getAccountLabel, getChartLabel, getDataDictionaryService, getFinancialSystemDocumentTypeService, getFundGroupCodeLabel, getObjectCodeLabel, getObjectSubTypeCodeLabel, getObjectTypeCodeLabel, getOrganizationCodeLabel, getProjectCodeLabel, getSubAccountLabel, getSubFundGroupCodeLabel, getSubObjectCodeLabel, getUnexpiredContinuationAccountOrNull, hasAccountRequiredOverrides, hasObjectBudgetRequiredOverrides, isValidAccount, isValidAccount, isValidChart, isValidChart, isValidObjectCode, isValidObjectCode, isValidObjectTypeCode, isValidObjectTypeCode, isValidProjectCode, isValidProjectCode, isValidReferenceOriginCode, isValidReferenceTypeCode, isValidSubAccount, isValidSubAccount, isValidSubObjectCode, isValidSubObjectCode, setDataDictionaryService, setFinancialSystemDocumentTypeService, validateAccountingLine |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BudgetAdjustmentAccountingLineRuleHelperServiceImpl
public BudgetAdjustmentAccountingLineRuleHelperServiceImpl()
hasRequiredOverrides
public boolean hasRequiredOverrides(AccountingLine line,
String overrideCode)
- Description copied from interface:
AccountingLineRuleHelperService
- Checks that the given overrideCode is sufficient for the given BO, adding errors to the global map if not.
- Specified by:
hasRequiredOverrides
in interface AccountingLineRuleHelperService
- Overrides:
hasRequiredOverrides
in class AccountingLineRuleHelperServiceImpl
- Returns:
- whether the given overrideCode is sufficient for the given BO.
- See Also:
AccountingLineRuleHelperService.hasRequiredOverrides(org.kuali.kfs.sys.businessobject.AccountingLine, java.lang.String)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.