public class OleInvoiceFundCheckServiceImpl extends Object implements OleInvoiceFundCheckService
Modifier and Type | Field and Description |
---|---|
protected org.kuali.rice.core.api.config.property.ConfigurationService |
kualiConfigurationService |
protected static org.apache.log4j.Logger |
LOG |
Constructor and Description |
---|
OleInvoiceFundCheckServiceImpl() |
Modifier and Type | Method and Description |
---|---|
org.kuali.rice.core.api.util.type.KualiDecimal |
getSumPaidInvoicesForAccount(String chartCode,
String accountNo,
String objectCode) |
org.kuali.rice.core.api.util.type.KualiDecimal |
getSumPaidInvoicesForObject(String chartCode,
String accountNo,
String objectCode) |
boolean |
hasSufficientFundCheckRequired(SourceAccountingLine accLine) |
boolean |
isBudgetReviewRequired(OleInvoiceDocument oleInvoiceDocument) |
protected static final org.apache.log4j.Logger LOG
protected org.kuali.rice.core.api.config.property.ConfigurationService kualiConfigurationService
public OleInvoiceFundCheckServiceImpl()
public boolean hasSufficientFundCheckRequired(SourceAccountingLine accLine)
hasSufficientFundCheckRequired
in interface OleInvoiceFundCheckService
public org.kuali.rice.core.api.util.type.KualiDecimal getSumPaidInvoicesForAccount(String chartCode, String accountNo, String objectCode)
public org.kuali.rice.core.api.util.type.KualiDecimal getSumPaidInvoicesForObject(String chartCode, String accountNo, String objectCode)
public boolean isBudgetReviewRequired(OleInvoiceDocument oleInvoiceDocument)
isBudgetReviewRequired
in interface OleInvoiceFundCheckService
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.