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 |
getBudgetAdjustmentDecreaseForAccount(String chartCode,
String accountNo,
String objectCode) |
org.kuali.rice.core.api.util.type.KualiDecimal |
getBudgetAdjustmentDecreaseForObject(String chartCode,
String accountNo,
String objectCode) |
org.kuali.rice.core.api.util.type.KualiDecimal |
getBudgetAdjustmentIncreaseForAccount(String chartCode,
String accountNo,
String objectCode) |
org.kuali.rice.core.api.util.type.KualiDecimal |
getBudgetAdjustmentIncreaseForObject(String chartCode,
String accountNo,
String objectCode) |
OleSelectDocumentService |
getOleSelectDocumentService() |
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) |
void |
setOleSelectDocumentService(OleSelectDocumentService oleSelectDocumentService) |
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
public org.kuali.rice.core.api.util.type.KualiDecimal getBudgetAdjustmentIncreaseForObject(String chartCode, String accountNo, String objectCode)
public org.kuali.rice.core.api.util.type.KualiDecimal getBudgetAdjustmentDecreaseForObject(String chartCode, String accountNo, String objectCode)
public org.kuali.rice.core.api.util.type.KualiDecimal getBudgetAdjustmentIncreaseForAccount(String chartCode, String accountNo, String objectCode)
public org.kuali.rice.core.api.util.type.KualiDecimal getBudgetAdjustmentDecreaseForAccount(String chartCode, String accountNo, String objectCode)
public OleSelectDocumentService getOleSelectDocumentService()
public void setOleSelectDocumentService(OleSelectDocumentService oleSelectDocumentService)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.