public class AwardProjectPersonnelBean extends AwardContactsBean
awardForm, contactRoles, newAwardContact| Constructor and Description |
|---|
AwardProjectPersonnelBean(AwardForm awardForm) |
| Modifier and Type | Method and Description |
|---|---|
AwardPersonUnit |
addNewProjectPersonUnit(int projectPersonIndex) |
AwardPerson |
addProjectPerson()
This method is for adding a project person
|
void |
addUnitDetails(AwardPerson person) |
protected AwardContact |
createNewContact() |
void |
deleteProjectPerson(int lineToDelete)
This method deletes a Project Person from the list
|
void |
deleteProjectPersonUnit(int projectPersonIndex,
int unitIndex)
This method deletes a ProjectPersonUnit from the list
|
protected Class<? extends ContactRole> |
getContactRoleType()
Subclasses specify the contact role type
|
AwardPersonUnit |
getNewAwardPersonUnit(int projectPersonIndex)
Gets the newAwardPersonUnit attribute.
|
AwardPersonUnit[] |
getNewAwardPersonUnits()
Gets the newAwardPersonUnits attribute.
|
AwardPerson |
getNewProjectPerson() |
String |
getNewUnitNumber(int projectPersonIndex)
Gets the newUnitNumber attribute.
|
List<AwardPerson> |
getProjectPersonnel()
This method finds the AwardPersons
|
int |
getProjectPersonnelCount()
This method finds the count of AwardContacts in the "Project Personnel" category
|
String |
getSelectedLeadUnit()
Gets the selectedLeadUnit attribute.
|
String |
getUnitName(int projectPersonIndex) |
String |
getUnitNumber(int projectPersonIndex) |
protected void |
init() |
void |
removeUnitDetails(AwardPerson person) |
void |
setSelectedLeadUnit(String unitName)
Sets the selectedLeadUnit attribute value.
|
void |
updateLeadUnit() |
findContact, findMatchingContactRole, getAward, getBusinessObjectService, getContactRoleCode, getContactRoles, getDocument, getKcPersonService, getNewAwardContact, getPersonId, getRolodexId, setContactRoleCode, setPersonId, setRolodexIdpublic AwardProjectPersonnelBean(AwardForm awardForm)
public AwardPersonUnit addNewProjectPersonUnit(int projectPersonIndex)
public AwardPerson addProjectPerson()
public void deleteProjectPerson(int lineToDelete)
lineToDelete - public void deleteProjectPersonUnit(int projectPersonIndex,
int unitIndex)
projectPersonIndex - unitIndex - public AwardPersonUnit getNewAwardPersonUnit(int projectPersonIndex)
public AwardPersonUnit[] getNewAwardPersonUnits()
public AwardPerson getNewProjectPerson()
public String getNewUnitNumber(int projectPersonIndex)
public List<AwardPerson> getProjectPersonnel()
public int getProjectPersonnelCount()
public String getSelectedLeadUnit()
public String getUnitName(int projectPersonIndex)
public String getUnitNumber(int projectPersonIndex)
public void setSelectedLeadUnit(String unitName)
selectedLeadUnit - The selectedLeadUnit to set.protected AwardContact createNewContact()
createNewContact in class AwardContactsBeanprotected Class<? extends ContactRole> getContactRoleType()
AwardContactsBeangetContactRoleType in class AwardContactsBeanAwardContactsBean.getContactRoleType()protected void init()
init in class AwardContactsBeanAwardContactsBean.init()public void updateLeadUnit()
public void addUnitDetails(AwardPerson person)
public void removeUnitDetails(AwardPerson person)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.