org.kuali.kfs.module.purap.service.impl
Class VendorCreditMemoAccountingLineRuleHelperServiceImpl

java.lang.Object
  extended by org.kuali.kfs.sys.document.service.impl.AccountingLineRuleHelperServiceImpl
      extended by org.kuali.kfs.module.purap.service.impl.PurapAccountingLineRuleHelperServiceImpl
          extended by org.kuali.kfs.module.purap.service.impl.VendorCreditMemoAccountingLineRuleHelperServiceImpl
All Implemented Interfaces:
PurapAccountingLineRuleHelperService, AccountingLineRuleHelperService

public class VendorCreditMemoAccountingLineRuleHelperServiceImpl
extends PurapAccountingLineRuleHelperServiceImpl


Constructor Summary
VendorCreditMemoAccountingLineRuleHelperServiceImpl()
           
 
Method Summary
 boolean isValidAccount(Account account, org.kuali.rice.kns.datadictionary.DataDictionary dataDictionary, String errorPropertyName)
          This method validates that the account is active for use in the system.
 
Methods inherited from class org.kuali.kfs.module.purap.service.impl.PurapAccountingLineRuleHelperServiceImpl
getDocument, hasRequiredOverrides, setDocument
 
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, 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
 
Methods inherited from interface org.kuali.kfs.sys.document.service.AccountingLineRuleHelperService
getAccountLabel, getChartLabel, getFundGroupCodeLabel, getObjectCodeLabel, getObjectSubTypeCodeLabel, getObjectTypeCodeLabel, getOrganizationCodeLabel, getProjectCodeLabel, getSubAccountLabel, getSubFundGroupCodeLabel, getSubObjectCodeLabel, isValidAccount, isValidChart, isValidChart, isValidObjectCode, isValidObjectCode, isValidObjectTypeCode, isValidObjectTypeCode, isValidProjectCode, isValidProjectCode, isValidSubAccount, isValidSubAccount, isValidSubObjectCode, isValidSubObjectCode, validateAccountingLine
 

Constructor Detail

VendorCreditMemoAccountingLineRuleHelperServiceImpl

public VendorCreditMemoAccountingLineRuleHelperServiceImpl()
Method Detail

isValidAccount

public boolean isValidAccount(Account account,
                              org.kuali.rice.kns.datadictionary.DataDictionary dataDictionary,
                              String errorPropertyName)
Description copied from interface: AccountingLineRuleHelperService
This method validates that the account is active for use in the system.

Specified by:
isValidAccount in interface AccountingLineRuleHelperService
Overrides:
isValidAccount in class AccountingLineRuleHelperServiceImpl
Returns:
boolean True if it is valid.
See Also:
AccountingLineRuleHelperServiceImpl.isValidAccount(org.kuali.kfs.coa.businessobject.Account, org.kuali.rice.kns.datadictionary.DataDictionary, java.lang.String)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.