| Package | Description |
|---|---|
| org.kuali.kra.award.home | |
| org.kuali.kra.award.paymentreports.closeout |
| Modifier and Type | Method and Description |
|---|---|
List<AwardCloseout> |
Award.getAwardCloseoutItems()
Gets the awardCloseoutItems attribute.
|
List<AwardCloseout> |
Award.getAwardCloseoutNewItems()
Gets the awardCloseoutNewItems attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Award.add(AwardCloseout awardCloseoutItem) |
void |
Award.addStaticCloseout(AwardCloseout awardCloseoutItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
Award.orderStaticCloseOutReportItems(List<AwardCloseout> awardCloseoutItems) |
void |
Award.setAwardCloseoutItems(List<AwardCloseout> awardCloseoutItems)
Sets the awardCloseoutItems attribute value.
|
void |
Award.setAwardCloseoutNewItems(List<AwardCloseout> awardCloseoutNewItems)
Sets the awardCloseoutNewItems attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
AwardCloseout |
AwardCloseoutRuleEvent.getCloseoutItemForValidation()
This method returns the closeout item for validation
|
AwardCloseout |
AwardCloseoutBean.getNewAwardCloseout()
Gets the newAwardCloseout attribute.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AwardCloseoutRuleImpl.areRequiredFieldsComplete(AwardCloseout closeoutItem) |
protected boolean |
AwardCloseoutRuleImpl.isUnique(List<AwardCloseout> closeoutItems,
AwardCloseout closeoutItem) |
void |
AwardCloseoutBean.setNewAwardCloseout(AwardCloseout newAwardCloseout)
Sets the newAwardCloseout attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AwardCloseoutServiceImpl.assignedDueDatesOnAwardCloseouts(List<AwardCloseout> awardCloseoutItems,
Map<String,Object> closeoutDueDates)
This method updates the dueDates on AwardCloseout static reports.
|
protected boolean |
AwardCloseoutRuleImpl.isUnique(List<AwardCloseout> closeoutItems,
AwardCloseout closeoutItem) |
| Constructor and Description |
|---|
AddAwardCloseoutRuleEvent(String errorPathPrefix,
AwardDocument awardDocument,
Award award,
AwardCloseout closeoutItem)
Constructs a AddAwardCloseoutRuleEvent.java.
|
AwardCloseoutRuleEvent(String errorPathPrefix,
AwardDocument awardDocument,
Award award,
AwardCloseout closeoutItem)
Constructs a AwardCloseoutRuleEvent.java.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.