| Package | Description |
|---|---|
| org.kuali.kra.award.home | |
| org.kuali.kra.award.paymentreports.awardreports |
| Modifier and Type | Class and Description |
|---|---|
class |
AwardTemplateReportTerm |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AwardTemplateReportTerm.equalsInitialFields(GenericAwardReportTerm otherReportTerm)
Unlike
equals(Object), this method only compares the fields a user has to fill in in order to add
a new AwardReportTerm: Report Type, Frequency, Frequency Base, OSP File Copy, and Due Date. |
| Modifier and Type | Class and Description |
|---|---|
class |
AwardReportTerm
This class represents the AwardReportTerm business object
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GenericAwardReportTerm.equalsInitialFields(GenericAwardReportTerm awardReportTerm) |
boolean |
AwardReportTerm.equalsInitialFields(GenericAwardReportTerm otherReportTerm)
Unlike
equals(Object), this method only compares the fields a user has to fill in in order to add
a new AwardReportTerm: Report Type, Frequency, Frequency Base, OSP File Copy, and Due Date. |
protected boolean |
AwardReportTermRuleImpl.isUnique(List<? extends GenericAwardReportTerm> awardReportTermItems,
GenericAwardReportTerm awardReportTermItem)
An award report term item is unique if no other matching items are in the collection
To know if this is a new add or an edit of an existing equipment item, we check
the identifier for nullity.
|
boolean |
AwardReportTermRuleImpl.processAwardReportTermBusinessRules(GenericAwardReportTerm awardReportTerm,
List<? extends GenericAwardReportTerm> existingItems)
This method is used to validate new AwardTemplateReportTerms on the Sponsor Template maint doc
using the same rules Award uses.
|
protected boolean |
AwardReportTermRuleImpl.validateRequiredFields(GenericAwardReportTerm awardReportTermItem,
String fieldPrePend)
This method validates that all the required fields have values.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AwardReportTermRuleImpl.isUnique(List<? extends GenericAwardReportTerm> awardReportTermItems,
GenericAwardReportTerm awardReportTermItem)
An award report term item is unique if no other matching items are in the collection
To know if this is a new add or an edit of an existing equipment item, we check
the identifier for nullity.
|
boolean |
AwardReportTermRuleImpl.processAwardReportTermBusinessRules(GenericAwardReportTerm awardReportTerm,
List<? extends GenericAwardReportTerm> existingItems)
This method is used to validate new AwardTemplateReportTerms on the Sponsor Template maint doc
using the same rules Award uses.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.