| Package | Description |
|---|---|
| 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 |
|---|---|
boolean |
CopyProposalRule.processCopyProposalBusinessRules(ProposalDevelopmentDocument document,
ProposalCopyCriteria criteria)
Validates the copying of a proposal.
|
| Constructor and Description |
|---|
CopyProposalEvent(ProposalDevelopmentDocument document,
ProposalCopyCriteria criteria)
Constructs an CopyProposalEvent.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProposalDevelopmentDocumentRule.processCopyProposalBusinessRules(ProposalDevelopmentDocument document,
ProposalCopyCriteria criteria) |
boolean |
ProposalDevelopmentCopyRule.processCopyProposalBusinessRules(ProposalDevelopmentDocument document,
ProposalCopyCriteria criteria)
TODO: fill this in
|
| Modifier and Type | Method and Description |
|---|---|
String |
ProposalCopyService.copyProposal(ProposalDevelopmentDocument doc,
ProposalCopyCriteria criteria)
Copy a proposal development document.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ProposalCopyServiceImpl.copyProposal(ProposalDevelopmentDocument doc,
ProposalCopyCriteria criteria) |
protected void |
ProposalCopyServiceImpl.copyProposal(ProposalDevelopmentDocument src,
ProposalDevelopmentDocument dest,
ProposalCopyCriteria criteria)
Copies the source proposal development document to the destination document.
|
protected ProposalDevelopmentDocument |
ProposalCopyServiceImpl.createNewProposal(ProposalDevelopmentDocument srcDoc,
ProposalCopyCriteria criteria)
Create a new proposal based upon a source proposal.
|
protected void |
ProposalCopyServiceImpl.fixProposal(ProposalDevelopmentDocument srcDoc,
ProposalDevelopmentDocument newDoc,
ProposalCopyCriteria criteria)
Fix the proposal.
|
| Modifier and Type | Method and Description |
|---|---|
ProposalCopyCriteria |
ProposalDevelopmentForm.getCopyCriteria()
Gets the Copy Criteria for copying a proposal development document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalDevelopmentForm.setCopyCriteria(ProposalCopyCriteria copyCriteria)
Sets the Copy Criteria for copying a proposal development document.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.