| Package | Description |
|---|---|
| org.kuali.kra.award.contacts | |
| org.kuali.kra.award.home |
| Modifier and Type | Class and Description |
|---|---|
class |
AwardCentralAdminContact
This class is a minor hack to satisfy the DataDictionary requirements.
|
| Modifier and Type | Method and Description |
|---|---|
AwardUnitContact |
AwardUnitContactsBean.getUnitContact() |
| Modifier and Type | Method and Description |
|---|---|
List<AwardUnitContact> |
AwardCentralAdminContactsBean.getCentralAdminContacts()
This method finds the count of AwardContacts in the "Central Administrator" category
|
List<AwardUnitContact> |
AwardUnitContactsBean.getUnitContacts()
This method finds the count of AwardContacts in the "Unit Contacts" category
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AwardUnitContactAddRuleImpl.checkForSelectedContactAdministratorTypeCode(AwardUnitContact newContact) |
boolean |
AwardCentralAdminAddRuleImpl.processAddAwardCentralAdminContactBusinessRules(Award award,
AwardUnitContact newUnitContact) |
boolean |
AwardUnitContactAddRuleImpl.processAddAwardUnitContactBusinessRules(Award award,
AwardUnitContact newUnitContact) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AwardUnitContactsBean.deleteUnitContact(List<AwardUnitContact> contacts,
int lineToDelete)
Find a unit contact in a collection of UnitContact types and remove it from
the main Award collection of Unit Contacts
|
| Modifier and Type | Method and Description |
|---|---|
List<AwardUnitContact> |
Award.getAwardUnitContacts() |
List<AwardUnitContact> |
Award.getCentralAdminContacts()
Returns a list of central admin contacts based on the lead unit of this award.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Award.add(AwardUnitContact awardUnitContact)
Add an Award Unit or Central Administration contact
|
| Modifier and Type | Method and Description |
|---|---|
void |
Award.setAwardUnitContacts(List<AwardUnitContact> awardUnitContacts) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.