| Package | Description |
|---|---|
| org.kuali.kra.award.contacts | |
| org.kuali.kra.award.home | |
| org.kuali.kra.bo | |
| org.kuali.kra.budget.core | |
| org.kuali.kra.budget.personnel | |
| org.kuali.kra.institutionalproposal.contacts | |
| org.kuali.kra.proposaldevelopment.bo |
Provides the classes for business object of proposaldevelopment.
|
| org.kuali.kra.proposaldevelopment.service.impl |
Provides the classes for the implementation of proposaldevelopment services.
|
| Modifier and Type | Field and Description |
|---|---|
static ContactRole |
ContactRoleFixtureFactory.MOCK_COI |
static ContactRole |
ContactRoleFixtureFactory.MOCK_KEY_PERSON |
static ContactRole |
ContactRoleFixtureFactory.MOCK_PI |
| Modifier and Type | Field and Description |
|---|---|
protected List<? extends ContactRole> |
AwardContactsBean.contactRoles |
| Modifier and Type | Method and Description |
|---|---|
protected ContactRole |
AwardContactsBean.findMatchingContactRole(Collection<? extends ContactRole> roles,
String contactRoleCode)
This method finds a matching AwardContactRole in the specified collection for the specified role code
|
ContactRole |
AwardContact.getContactRole()
Gets the contactRole attribute.
|
protected ContactRole |
AwardContact.refreshContactRole() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends ContactRole> |
AwardContactsBean.getContactRoles() |
protected Class<? extends ContactRole> |
AwardUnitContactsBean.getContactRoleType() |
protected Class<? extends ContactRole> |
AwardUnitContact.getContactRoleType() |
protected Class<? extends ContactRole> |
AwardSponsorContactsBean.getContactRoleType() |
protected Class<? extends ContactRole> |
AwardProjectPersonnelBean.getContactRoleType() |
protected abstract Class<? extends ContactRole> |
AwardContactsBean.getContactRoleType()
Subclasses specify the contact role type
|
protected abstract Class<? extends ContactRole> |
AwardContact.getContactRoleType()
This method specifies the actual class implementing ContactRole
|
protected Class<? extends ContactRole> |
AwardUnitContactProjectRolesValuesFinder.getRoleType() |
protected Class<? extends ContactRole> |
AwardSponsorContactProjectRolesValuesFinder.getRoleType() |
protected Class<? extends ContactRole> |
AwardPersonProjectRolesValuesFinder.getRoleType() |
protected abstract Class<? extends ContactRole> |
AwardContactsProjectRoleValuesFinder.getRoleType() |
protected Class<? extends ContactRole> |
AwardCentralAdminProjectRolesValuesFinder.getRoleType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SponsorContact.setContactRole(ContactRole contactRole) |
void |
AwardSponsorContact.setContactRole(ContactRole contactRole) |
void |
AwardContact.setContactRole(ContactRole contactRole)
Sets the contactRole attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<org.kuali.rice.core.api.util.KeyValue> |
AwardContactsProjectRoleValuesFinder.buildKeyValues(Collection<? extends ContactRole> contactRoles)
Build the pairs.
|
protected ContactRole |
AwardContactsBean.findMatchingContactRole(Collection<? extends ContactRole> roles,
String contactRoleCode)
This method finds a matching AwardContactRole in the specified collection for the specified role code
|
| Constructor and Description |
|---|
AwardPerson(KcPerson person,
ContactRole role) |
AwardPerson(NonOrganizationalRolodex rolodex,
ContactRole contactRole) |
AwardSponsorContact(KcPerson person,
ContactRole role) |
AwardSponsorContact(NonOrganizationalRolodex rolodex,
ContactRole contactRole) |
AwardUnitContact(KcPerson person,
ContactRole role,
UnitContactType unitContactType)
Constructs a AwardUnitContact.java.
|
AwardUnitContact(NonOrganizationalRolodex rolodex,
ContactRole role,
UnitContactType unitContactType)
Constructs a AwardUnitContact.java.
|
SponsorContact(KcPerson person,
ContactRole role) |
SponsorContact(NonOrganizationalRolodex rolodex,
ContactRole contactRole) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContactType
This class represents the ContactType business object and is mapped
with CONTACT_TYPE table.
|
| Modifier and Type | Method and Description |
|---|---|
ContactRole |
Award.getProposalEmployeeRole(String personId) |
ContactRole |
Award.getProposalNonEmployeeRole(Integer rolodexId) |
| Modifier and Type | Class and Description |
|---|---|
class |
UnitAdministratorType
This class models the UnitAdministratorType
|
| Modifier and Type | Method and Description |
|---|---|
ContactRole |
BudgetParent.getProposalEmployeeRole(String personId) |
ContactRole |
BudgetParent.getProposalNonEmployeeRole(Integer rolodexId) |
| Modifier and Type | Method and Description |
|---|---|
ContactRole |
PersonRolodex.getContactRole() |
| Modifier and Type | Field and Description |
|---|---|
protected List<? extends ContactRole> |
InstitutionalProposalContactsBean.contactRoles |
| Modifier and Type | Method and Description |
|---|---|
protected ContactRole |
InstitutionalProposalContactsBean.findMatchingContactRole(Collection<? extends ContactRole> roles,
String contactRoleCode)
This method finds a matching AwardContactRole in the specified collection for the specified role code
|
ContactRole |
InstitutionalProposalContact.getContactRole()
Gets the contactRole attribute.
|
protected ContactRole |
InstitutionalProposalContact.refreshContactRole() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends ContactRole> |
InstitutionalProposalContactsBean.getContactRoles() |
protected Class<? extends ContactRole> |
InstitutionalProposalUnitContactsBean.getContactRoleType() |
protected Class<? extends ContactRole> |
InstitutionalProposalUnitContact.getContactRoleType() |
protected Class<? extends ContactRole> |
InstitutionalProposalProjectPersonnelBean.getContactRoleType() |
protected abstract Class<? extends ContactRole> |
InstitutionalProposalContactsBean.getContactRoleType()
Subclasses specify the contact role type
|
protected abstract Class<? extends ContactRole> |
InstitutionalProposalContact.getContactRoleType()
This method specifies the actual class implementing ContactRole
|
protected Class<? extends ContactRole> |
InstitutionalProposalPersonProjectRolesValuesFinder.getRoleType() |
protected abstract Class<? extends ContactRole> |
InstitutionalProposalContactsProjectRoleValuesFinder.getRoleType() |
| Modifier and Type | Method and Description |
|---|---|
void |
InstitutionalProposalContact.setContactRole(ContactRole contactRole)
Sets the contactRole attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
protected ContactRole |
InstitutionalProposalContactsBean.findMatchingContactRole(Collection<? extends ContactRole> roles,
String contactRoleCode)
This method finds a matching AwardContactRole in the specified collection for the specified role code
|
| Constructor and Description |
|---|
InstitutionalProposalContact(KcPerson person,
ContactRole role)
Convenience constructor
|
InstitutionalProposalContact(NonOrganizationalRolodex rolodex,
ContactRole contactRole)
Convenience constructor
|
InstitutionalProposalPerson(KcPerson person,
ContactRole role) |
InstitutionalProposalPerson(NonOrganizationalRolodex rolodex,
ContactRole contactRole) |
InstitutionalProposalUnitContact(KcPerson person,
ContactRole role,
UnitContactType unitContactType)
Constructs a AwardUnitContact.java.
|
InstitutionalProposalUnitContact(NonOrganizationalRolodex rolodex,
ContactRole role,
UnitContactType unitContactType)
Constructs a AwardUnitContact.java.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProposalPersonRole
Represents the Proposal Person Role
|
| Modifier and Type | Method and Description |
|---|---|
ContactRole |
ProposalPerson.getContactRole() |
ContactRole |
DevelopmentProposal.getProposalEmployeeRole(String personId) |
ContactRole |
DevelopmentProposal.getProposalNonEmployeeRole(Integer rolodexId) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
KeyPersonnelServiceImpl.createRoleDescriptionParameterName(ContactRole role,
String nihToken) |
protected String |
KeyPersonnelServiceImpl.findRoleDescription(ContactRole role,
boolean sponsorIsNih) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.