public class AwardAccountValidationServiceImpl extends Object implements AwardAccountValidationService
| Constructor and Description |
|---|
AwardAccountValidationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getIcrRateCode(AwardFandaRate currentFandaRate) |
protected FinancialIndirectCostRecoveryTypeCode |
getIndirectCostRecoveryTypeCode(String rateClassCode,
String rateTypeCode) |
protected boolean |
isValidAddress(Award award)
This method check if the default address (PI address) is present.
|
protected boolean |
isValidEffectiveDate(Award award)
This method checks if the effective date is valid.
|
protected boolean |
isValidExpenseGuidelineText(Award award)
This method checks the award id which is the expense guideline text.
|
protected boolean |
isValidExpirationDate(Award award)
This method checks if the expiration date is valid.
|
protected boolean |
isValidFandarate(Award award)
This method checks if there are F and A rates provided.
|
protected boolean |
isValidHigherEducationCode(Award award) |
protected boolean |
isValidIdcRate(Award award) |
protected boolean |
isValidPaymentBasis(Award award) |
protected boolean |
isValidPaymentMethod(Award award) |
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService) |
boolean |
validateAwardAccountDetails(Award award) |
public boolean validateAwardAccountDetails(Award award)
validateAwardAccountDetails in interface AwardAccountValidationServiceprotected boolean isValidAddress(Award award)
award - protected boolean isValidFandarate(Award award)
award - protected boolean isValidIdcRate(Award award)
protected FinancialIndirectCostRecoveryTypeCode getIndirectCostRecoveryTypeCode(String rateClassCode, String rateTypeCode)
protected String getIcrRateCode(AwardFandaRate currentFandaRate)
protected boolean isValidPaymentBasis(Award award)
protected boolean isValidPaymentMethod(Award award)
protected boolean isValidHigherEducationCode(Award award)
protected boolean isValidEffectiveDate(Award award)
award - protected boolean isValidExpenseGuidelineText(Award award)
award - protected boolean isValidExpirationDate(Award award)
award - public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.