| Package | Description |
|---|---|
| org.kuali.kra.proposaldevelopment.bo |
Provides the classes for business object of proposaldevelopment.
|
| org.kuali.kra.proposaldevelopment.rule | |
| org.kuali.kra.proposaldevelopment.rule.event | |
| 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.
|
| org.kuali.kra.proposaldevelopment.web.struts.form |
Provides the classes for the struts form of proposaldevelopment.
|
| Modifier and Type | Method and Description |
|---|---|
ProposalAbstract |
DevelopmentProposal.getProposalAbstract(int index)
Gets index i from the proposalAbstracts list.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProposalAbstract> |
DevelopmentProposal.getProposalAbstracts()
Get the list of Abstracts for this Proposal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DevelopmentProposal.setProposalAbstracts(List<ProposalAbstract> proposalAbstracts)
Set the list of Abstracts for this Proposal.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractsRule.processAddAbstractBusinessRules(ProposalDevelopmentDocument document,
ProposalAbstract proposalAbstract)
Determines the legality of adding an abstract to the
given proposal development document.
|
| Constructor and Description |
|---|
AddAbstractEvent(ProposalDevelopmentDocument document,
ProposalAbstract proposalAbstract)
Constructs an AddAbstractEvent.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProposalDevelopmentDocumentRule.processAddAbstractBusinessRules(ProposalDevelopmentDocument document,
ProposalAbstract proposalAbstract) |
boolean |
ProposalDevelopmentAbstractsRule.processAddAbstractBusinessRules(ProposalDevelopmentDocument document,
ProposalAbstract proposalAbstract)
Don't allow abstracts with an invalid abstract type code or duplicate abstracts, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalAbstractsService.loadAbstractsUploadUserFullName(List<ProposalAbstract> abstracts) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalAbstractsServiceImpl.loadAbstractsUploadUserFullName(List<ProposalAbstract> abstracts) |
| Modifier and Type | Method and Description |
|---|---|
ProposalAbstract |
ProposalDevelopmentForm.getNewProposalAbstract()
Gets the new proposal abstract.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalDevelopmentForm.setNewProposalAbstract(ProposalAbstract newProposalAbstract)
Sets the new proposal abstract.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.