| Modifier and Type | Method and Description |
|---|---|
void |
InstitutionalProposal.doProposalLogDataFeed(ProposalLog proposalLog)
Populate properties on this InstitutionalProposal with the respective properties from ProposalLog.
|
| Modifier and Type | Method and Description |
|---|---|
ProposalLog |
ProposalLog.getMergedWithProposal() |
| Modifier and Type | Method and Description |
|---|---|
protected List<ProposalLog> |
ProposalLogLookupableHelperServiceImpl.filterForPermissions(List<ProposalLog> results) |
List<ProposalLog> |
ProposalLogMergeForm.getMatchedProposalLogs() |
| Modifier and Type | Method and Description |
|---|---|
protected org.kuali.rice.kns.lookup.HtmlData.AnchorHtmlData |
ProposalLogLookupableHelperServiceImpl.getSelectLinkForProposalCreation(ProposalLog proposalLog) |
void |
ProposalLog.setMergedWithProposal(ProposalLog mergedWithProposal) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ProposalLog> |
ProposalLogLookupableHelperServiceImpl.filterForPermissions(List<ProposalLog> results) |
void |
ProposalLogMergeForm.setMatchedProposalLogs(List<ProposalLog> matchedProposalLogs) |
| Modifier and Type | Method and Description |
|---|---|
List<ProposalLog> |
ProposalLogService.getMatchingTemporaryProposalLogs(String proposalLogTypeCode,
String piId,
String rolodexId)
Gets all temporary proposal logs with the matching pi that haven't been merged yet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalLogService.mergeProposalLog(ProposalLog permanentProposalLog,
String temporaryProposalNumber)
Tie the temporary proposal to the permanent one and update the status.
|
AttachmentDataSource |
ProposalLogPrintingService.printProposalLog(ProposalLog log)
Print proposal log report
|
| Modifier and Type | Method and Description |
|---|---|
List<ProposalLog> |
ProposalLogServiceImpl.getMatchingTemporaryProposalLogs(String proposalLogTypeCode,
String piId,
String rolodexId) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalLogServiceImpl.mergeProposalLog(ProposalLog permanentProposalLog,
String temporaryProposalNumber)
Update the status of the log entry for the given proposal number to 'merged'.
|
AttachmentDataSource |
ProposalLogPrintingServiceImpl.printProposalLog(ProposalLog log) |
| Modifier and Type | Method and Description |
|---|---|
List<ProposalLog> |
ProposalLogPersonMassChangeService.getProposalLogChangeCandidates(PersonMassChange personMassChange)
Returns the Proposal Logs that would have a Person Mass Change performed on them.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalLogPersonMassChangeService.performPersonMassChange(PersonMassChange personMassChange,
List<ProposalLog> proposalLogChangeCandidates)
Performs the Person Mass Change on the Proposal Logs.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProposalLog> |
ProposalLogPersonMassChangeServiceImpl.getProposalLogChangeCandidates(PersonMassChange personMassChange) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalLogPersonMassChangeServiceImpl.performPersonMassChange(PersonMassChange personMassChange,
List<ProposalLog> proposalLogChangeCandidates) |
| Modifier and Type | Method and Description |
|---|---|
List<ProposalLog> |
PersonMassChangeViewHelper.getProposalLogChangeCandidates() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonMassChangeViewHelper.setProposalLogChangeCandidates(List<ProposalLog> proposalLogChangeCandidates) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.