public class OleRequisitionDocumentServiceImpl extends Object implements OleRequisitionDocumentService
| 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 |
|---|
OleRequisitionDocumentServiceImpl() |
| 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() |
boolean |
hasSufficientFundsOnBlanketApproveRequisition(SourceAccountingLine accLine) |
boolean |
hasSufficientFundsOnRequisition(SourceAccountingLine accLine) |
void |
setOleSelectDocumentService(OleSelectDocumentService oleSelectDocumentService) |
protected static final org.apache.log4j.Logger LOG
protected org.kuali.rice.core.api.config.property.ConfigurationService kualiConfigurationService
public OleRequisitionDocumentServiceImpl()
public boolean hasSufficientFundsOnRequisition(SourceAccountingLine accLine)
hasSufficientFundsOnRequisition in interface OleRequisitionDocumentServicepublic boolean hasSufficientFundsOnBlanketApproveRequisition(SourceAccountingLine accLine)
hasSufficientFundsOnBlanketApproveRequisition in interface OleRequisitionDocumentServicepublic 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.