public abstract class AwardContactsBean extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected AwardForm |
awardForm |
protected List<? extends ContactRole> |
contactRoles |
protected AwardContact |
newAwardContact |
| Constructor and Description |
|---|
AwardContactsBean(AwardForm awardForm) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AwardContact |
createNewContact() |
protected Object |
findContact(String identifierField,
Class contactClass,
Object contactIdentifier) |
protected ContactRole |
findMatchingContactRole(Collection<? extends ContactRole> roles,
String contactRoleCode)
This method finds a matching AwardContactRole in the specified collection for the specified role code
|
protected Award |
getAward() |
protected org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService() |
String |
getContactRoleCode() |
List<? extends ContactRole> |
getContactRoles() |
protected abstract Class<? extends ContactRole> |
getContactRoleType()
Subclasses specify the contact role type
|
protected AwardDocument |
getDocument() |
protected KcPersonService |
getKcPersonService()
Gets the KC Person Service.
|
AwardContact |
getNewAwardContact() |
String |
getPersonId()
Gets the personId attribute.
|
Integer |
getRolodexId()
Gets the rolodexId attribute.
|
protected void |
init() |
void |
setContactRoleCode(String contactRoleCode) |
void |
setPersonId(String personId) |
void |
setRolodexId(Integer rolodexId) |
protected List<? extends ContactRole> contactRoles
protected AwardContact newAwardContact
protected AwardForm awardForm
public AwardContactsBean(AwardForm awardForm)
public List<? extends ContactRole> getContactRoles()
protected abstract Class<? extends ContactRole> getContactRoleType()
public String getContactRoleCode()
public AwardContact getNewAwardContact()
public String getPersonId()
public Integer getRolodexId()
public void setContactRoleCode(String contactRoleCode)
contactRoleCode - public void setPersonId(String personId)
personId - public void setRolodexId(Integer rolodexId)
rolodexId - protected Object findContact(String identifierField, Class contactClass, Object contactIdentifier)
protected ContactRole findMatchingContactRole(Collection<? extends ContactRole> roles, String contactRoleCode)
roles - contactRoleCode - protected org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
protected KcPersonService getKcPersonService()
protected void init()
protected abstract AwardContact createNewContact()
protected Award getAward()
protected AwardDocument getDocument()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.