public class AwardUnitContactsBean extends AwardContactsBean
awardForm, contactRoles, newAwardContact| Constructor and Description |
|---|
AwardUnitContactsBean(AwardForm awardForm) |
| Modifier and Type | Method and Description |
|---|---|
void |
addUnitContact() |
protected AwardContact |
createNewContact() |
void |
deleteUnitContact(int lineToDelete)
Delete a Unit Contact
|
protected void |
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
|
protected Class<? extends ContactRole> |
getContactRoleType()
Subclasses specify the contact role type
|
KcPersonService |
getKcPersonService()
Gets the KC Person Service.
|
AwardUnitContact |
getUnitContact() |
List<AwardUnitContact> |
getUnitContacts()
This method finds the count of AwardContacts in the "Unit Contacts" category
|
int |
getUnitContactsCount()
This method finds the count of AwardContacts in the "Unit Contacts" category
|
UnitService |
getUnitService() |
void |
syncAwardUnitContactsToLeadUnitContacts() |
findContact, findMatchingContactRole, getAward, getBusinessObjectService, getContactRoleCode, getContactRoles, getDocument, getNewAwardContact, getPersonId, getRolodexId, init, setContactRoleCode, setPersonId, setRolodexIdpublic AwardUnitContactsBean(AwardForm awardForm)
public void addUnitContact()
public void deleteUnitContact(int lineToDelete)
lineToDelete - public void syncAwardUnitContactsToLeadUnitContacts()
public UnitService getUnitService()
public KcPersonService getKcPersonService()
AwardContactsBeangetKcPersonService in class AwardContactsBeanpublic AwardUnitContact getUnitContact()
public List<AwardUnitContact> getUnitContacts()
public int getUnitContactsCount()
protected void deleteUnitContact(List<AwardUnitContact> contacts, int lineToDelete)
contacts - lineToDelete - protected Class<? extends ContactRole> getContactRoleType()
AwardContactsBeangetContactRoleType in class AwardContactsBeanAwardContactsBean.getContactRoleType()protected AwardContact createNewContact()
createNewContact in class AwardContactsBeanAwardContactsBean.init()Copyright © 2013 The Kuali Foundation. All Rights Reserved.