| Package | Description |
|---|---|
| org.kuali.kra.award.contacts | |
| org.kuali.kra.institutionalproposal.contacts | |
| org.kuali.kra.proposaldevelopment.bo |
Provides the classes for business object of proposaldevelopment.
|
| org.kuali.kra.proposaldevelopment.rules |
Provides the classes for the implementation of proposaldevelopment rules.
|
| org.kuali.kra.proposaldevelopment.service |
Provides the classes for the interface of proposaldevelopment service.
|
| org.kuali.kra.proposaldevelopment.service.impl |
Provides the classes for the implementation of proposaldevelopment services.
|
| Modifier and Type | Method and Description |
|---|---|
InvestigatorCreditType |
AwardPersonUnitCreditSplit.getInvestigatorCreditType()
Gets the investigatorCreditType attribute.
|
InvestigatorCreditType |
AwardPersonCreditSplit.getInvestigatorCreditType()
Gets the investigatorCreditType attribute.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<InvestigatorCreditType> |
AwardPersonCreditSplitAuditRule.getInvestigatorCreditTypes() |
Collection<InvestigatorCreditType> |
AwardCreditSplitBean.getInvestigatorCreditTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
AwardPersonUnitCreditSplit.setInvestigatorCreditType(InvestigatorCreditType investigatorCreditType)
Sets the investigatorCreditType attribute value.
|
void |
AwardPersonCreditSplit.setInvestigatorCreditType(InvestigatorCreditType investigatorCreditType)
Sets the investigatorCreditType attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
InvestigatorCreditType |
InstitutionalProposalPersonUnitCreditSplit.getInvestigatorCreditType()
Gets the investigatorCreditType attribute.
|
InvestigatorCreditType |
InstitutionalProposalPersonCreditSplit.getInvestigatorCreditType()
Gets the investigatorCreditType attribute.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<InvestigatorCreditType> |
InstitutionalProposalCreditSplitBean.getInvestigatorCreditTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
InstitutionalProposalPersonUnitCreditSplit.setInvestigatorCreditType(InvestigatorCreditType investigatorCreditType)
Sets the investigatorCreditType attribute value.
|
void |
InstitutionalProposalPersonCreditSplit.setInvestigatorCreditType(InvestigatorCreditType investigatorCreditType)
Sets the investigatorCreditType attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
InvestigatorCreditType |
ProposalUnitCreditSplit.getInvestigatorCreditType()
Gets the value of invCreditType
|
InvestigatorCreditType |
ProposalPersonCreditSplit.getInvestigatorCreditType()
Gets the value of invCreditType
|
| Modifier and Type | Method and Description |
|---|---|
Collection<InvestigatorCreditType> |
DevelopmentProposal.getInvestigatorCreditTypes()
Accessor method to locally store credit types
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalUnitCreditSplit.setInvestigatorCreditType(InvestigatorCreditType argInvCreditType)
Sets the value of invCreditType
|
void |
ProposalPersonCreditSplit.setInvestigatorCreditType(InvestigatorCreditType argInvCreditType)
Sets the value of invCreditType
|
| Modifier and Type | Method and Description |
|---|---|
void |
DevelopmentProposal.setInvestigatorCreditTypes(Collection<InvestigatorCreditType> creditTypes)
Accessor method to locally store credit types
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CreditSplitValidator.validate(Collection<ProposalPerson> investigators,
InvestigatorCreditType creditType)
Validates credit splits of all investigators in a
. |
boolean |
CreditSplitValidator.validateCreditSplit(Iterator<? extends CreditSplit> creditSplit_it,
InvestigatorCreditType creditType,
org.kuali.kra.proposaldevelopment.rules.CreditSplitValidator.DecimalHolder lesserCummulative)
Validates a collection of anything splits.
|
boolean |
CreditSplitValidator.validateCreditSplitable(Iterator<? extends CreditSplitable> splitable_it,
InvestigatorCreditType creditType,
org.kuali.kra.proposaldevelopment.rules.CreditSplitValidator.DecimalHolder greaterCummulative)
Validates a collection of anything splitable.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<InvestigatorCreditType> |
KeyPersonnelService.getInvestigatorCreditTypes()
Create a
from all the ACTIVE
stored persistently. |
| Modifier and Type | Method and Description |
|---|---|
Collection<InvestigatorCreditType> |
KeyPersonnelServiceImpl.getAllInvestigatorCreditTypes()
Queries persistent storage for a
of
instances. |
Collection<InvestigatorCreditType> |
KeyPersonnelServiceImpl.getInvestigatorCreditTypes()
Queries persistent storage for a
of
instances. |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.