public interface ProtocolSpecialReviewService
| Modifier and Type | Field and Description |
|---|---|
static String |
AMENDMENT_KEY |
static String |
RENEWAL_KEY |
| Modifier and Type | Method and Description |
|---|---|
DevelopmentProposal |
getPropososalDevelopment(String proposalNumber)
This method gets a DevelopmentProposal object based on the proposalNumber
|
ProtocolFinderDao |
getProtocolFinderDao() |
void |
populateSpecialReview(SpecialReview specialReview) |
void |
setProtocolFinderDao(ProtocolFinderDao protocolFinderDao) |
static final String AMENDMENT_KEY
static final String RENEWAL_KEY
void populateSpecialReview(SpecialReview specialReview)
DevelopmentProposal getPropososalDevelopment(String proposalNumber)
proposalNumber - ProtocolFinderDao getProtocolFinderDao()
void setProtocolFinderDao(ProtocolFinderDao protocolFinderDao)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.