| Package | Description |
|---|---|
| org.kuali.kra.award | |
| org.kuali.kra.award.commitments | |
| org.kuali.kra.award.home | |
| org.kuali.kra.external.award.impl | |
| org.kuali.kra.external.award.web |
| Modifier and Type | Method and Description |
|---|---|
AwardFandaRate |
AwardForm.getNewAwardFandaRate() |
| Modifier and Type | Method and Description |
|---|---|
void |
AwardForm.setNewAwardFandaRate(AwardFandaRate newAwardFandaRate) |
| Modifier and Type | Method and Description |
|---|---|
AwardFandaRate |
AwardFandaRateEvent.getAwardFandaRate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AwardFandaRateRule.checkValidFandARate(AwardFandaRate awardFandaRate,
String propertyPrefix)
This method checks whether FandaRares are available in valid Rate table or not;
|
boolean |
AwardFandaRate.equals(AwardFandaRate awardFandaRate)
Convenience method to check equality of another AwardFandaRate
|
protected boolean |
AwardFandaRateRule.evaluateRuleForApplicableFandaRate(AwardFandaRate awardFandaRate,
String propertyPrefix)
This is a convenience method for evaluating the rule for applicableFandaRate field.
|
protected boolean |
AwardFandaRateRule.evaluateRuleForFandaRateTypeCode(AwardFandaRate awardFandaRate,
String propertyPrefix)
This is a convenience method for evaluating the rule for fandaRateTypeCode field.
|
protected boolean |
AwardFandaRateRule.evaluateRuleForFiscalYear(AwardFandaRate awardFandaRate,
String propertyPrefix)
This is a convenience method for evaluating the rule for fiscalYear field.
|
protected boolean |
AwardFandaRateRule.evaluateRuleForStartAndEndDates(AwardFandaRate awardFandaRate,
String propertyPrefix)
This is a convenience method for evaluating the rule for startDate and endDate fields.
|
List<ValidRates> |
AwardFandaRateServiceImpl.getValidRates(AwardFandaRate awardFandaRate) |
List<ValidRates> |
AwardFandaRateService.getValidRates(AwardFandaRate awardFandaRate) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AwardFandaRateRule.createHashMapsForRuleEvaluation(List<AwardFandaRate> awardFandaRateList,
HashMap<String,String> a1,
HashMap<String,String> b1)
This method iterates through the awardFandaRateList and creates two hashmaps;
one with on campus values and other with off campus values in it.
|
protected void |
AwardFandARateAuditRule.createHashMapsForRuleEvaluation(List<AwardFandaRate> awardFandaRateList,
HashMap<String,String> a1,
HashMap<String,String> b1)
This method iterates through the awardFandaRateList and creates two hashmaps;
one with on campus values and other with off campus values in it.
|
protected boolean |
AwardFandaRateRule.evaluateRule(List<AwardFandaRate> awardFandaRateList,
HashMap<String,String> a1,
HashMap<String,String> b1) |
protected boolean |
AwardFandARateAuditRule.evaluateRule(List<AwardFandaRate> awardFandaRateList,
HashMap<String,String> a1,
HashMap<String,String> b1) |
protected boolean |
AwardFandaRateRule.isFandaRateInputInPairs(List<AwardFandaRate> awardFandaRateList)
This method takes as the input a list of
AwardFandaRate,
iterates through it twice to find out whether both on campus and off campus entries
are present for every indirectRateTypeCode. |
protected boolean |
AwardFandARateAuditRule.isFandaRateInputInPairs(List<AwardFandaRate> awardFandaRateList)
This method takes as the input a list of
AwardFandaRate,
iterates through it twice to find out whether both on campus and off campus entries
are present for every indirectRateTypeCode. |
| Constructor and Description |
|---|
AddAwardFandaRateEvent(String errorPathPrefix,
AwardDocument awardDocument,
AwardFandaRate awardFandaRate)
Constructs an AddAwardFandaRateEvent with the given errorPathPrefix,
awardDocument, and awardFandaRate.
|
AddAwardFandaRateEvent(String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
AwardFandaRate awardFandaRate)
Constructs an AddAwardFandaRateEvent with the given errorPathPrefix
, document, and awardFandaRate.
|
AwardFandaRateEvent(String description,
String errorPathPrefix,
AwardDocument document,
AwardFandaRate awardFandaRate)
Constructs a AwardFandaRateEventBase.java.
|
| Modifier and Type | Method and Description |
|---|---|
AwardFandaRate |
Award.getCurrentFandaRate()
This method gets the current rate.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwardFandaRate> |
Award.getAwardFandaRate()
This method...
|
| Modifier and Type | Method and Description |
|---|---|
void |
Award.add(AwardFandaRate fandaRate)
Add an AwardFandaRate
|
| Modifier and Type | Method and Description |
|---|---|
void |
Award.setAwardFandaRate(List<AwardFandaRate> awardFandaRate)
This method...
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
AwardAccountValidationServiceImpl.getIcrRateCode(AwardFandaRate currentFandaRate) |
| Modifier and Type | Method and Description |
|---|---|
List<ValidRates> |
AccountCreationPresentationHelper.getMatchingValidRates(AwardFandaRate rate)
Return matching Valid Rates entries for the given AwardFandaRate.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.