| Package | Description |
|---|---|
| org.kuali.kra.proposaldevelopment.bo |
Provides the classes for business object of proposaldevelopment.
|
| org.kuali.kra.proposaldevelopment.hierarchy.service.impl |
| Modifier and Type | Method and Description |
|---|---|
PropScienceKeyword |
DevelopmentProposal.getPropScienceKeyword(int index)
Gets index i from the propScienceKeywords list.
|
| Modifier and Type | Method and Description |
|---|---|
List<PropScienceKeyword> |
DevelopmentProposal.getPropScienceKeywords() |
| Modifier and Type | Method and Description |
|---|---|
void |
DevelopmentProposal.addPropScienceKeyword(PropScienceKeyword propScienceKeyword) |
| Modifier and Type | Method and Description |
|---|---|
void |
DevelopmentProposal.setPropScienceKeywords(List<PropScienceKeyword> propScienceKeywords) |
| Modifier and Type | Method and Description |
|---|---|
protected List<PropScienceKeyword> |
ProposalHierarchyServiceImpl.getOldKeywords(DevelopmentProposal hierarchyProposal,
DevelopmentProposal childProposal)
Gets the old proposal science keywords before removing them from the parent.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProposalHierarchyServiceImpl.synchronizeKeywords(DevelopmentProposal hierarchyProposal,
DevelopmentProposal childProposal,
List<PropScienceKeyword> oldKeywords)
Synchronizes the proposal science keywords from the child proposal to the parent proposal.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.