| Package | Description |
|---|---|
| org.kuali.kra.award.home | |
| org.kuali.kra.award.home.keywords | |
| org.kuali.kra.bo | |
| org.kuali.kra.document | |
| org.kuali.kra.institutionalproposal.home | |
| org.kuali.kra.proposaldevelopment.bo |
Provides the classes for business object of proposaldevelopment.
|
| org.kuali.kra.service | |
| org.kuali.kra.service.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
Award.addKeyword(ScienceKeyword scienceKeyword)
Add selected science keyword to award science keywords list.
|
| Constructor and Description |
|---|
AwardScienceKeyword(Long awardId,
ScienceKeyword scienceKeyword)
Constructs a AwardScienceKeyword.
|
| Modifier and Type | Method and Description |
|---|---|
ScienceKeyword |
AbstractScienceKeyword.getScienceKeyword()
Gets the scienceKeyword attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractScienceKeyword.setScienceKeyword(ScienceKeyword scienceKeyword)
Sets the scienceKeyword attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeywordsManager.addKeyword(ScienceKeyword scienceKeyword)
This method is add a keyword to the list in a Document or BO
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstitutionalProposal.addKeyword(ScienceKeyword scienceKeyword)
Add selected science keyword to award science keywords list.
|
| Constructor and Description |
|---|
InstitutionalProposalScienceKeyword(InstitutionalProposal institutionalProposal,
ScienceKeyword scienceKeyword)
Constructs a PropScienceKeyword.
|
| Modifier and Type | Method and Description |
|---|---|
ScienceKeyword |
PropScienceKeyword.getScienceKeyword() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropScienceKeyword.setScienceKeyword(ScienceKeyword scienceKeyword) |
| Constructor and Description |
|---|
PropScienceKeyword(String proposalNumber,
ScienceKeyword scienceKeyword)
Constructs a PropScienceKeyword.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeywordsService.addKeyword(KeywordsManager<T> document,
ScienceKeyword scienceKeyWord)
This method is to add keyword to the document or BO.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeywordsServiceImpl.addKeyword(KeywordsManager document,
ScienceKeyword scienceKeyword) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.