public class SpecialReviewHelper extends SpecialReviewHelperBase<ProposalSpecialReview>
IACUC_NAMESPACE_CODE, NAMESPACE_CODE, PARAMETER_CODE| Constructor and Description |
|---|
SpecialReviewHelper(ProposalDevelopmentForm form)
Constructs a SpecialReviewHelper.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<ProposalSpecialReview> |
getSpecialReviews()
Get the existing saved Special Reviews from the form.
|
protected boolean |
hasModifySpecialReviewPermission(String principalId)
Can the current user modify Special Review?
|
boolean |
isCanCreateIacucProtocol() |
boolean |
isCanCreateIrbProtocol() |
protected boolean |
isIacucProtocolLinkingEnabledForModule()
Is the Iacuc Protocol linking parameter enabled for this module?
|
protected boolean |
isIrbProtocolLinkingEnabledForModule()
Is the Protocol linking parameter enabled for this module?
|
void |
populatePropSpecialReviewApproverView(String summarySpecialReview) |
getCanModifySpecialReview, getIacucProtocolSpecialReviewService, getIsIacucProtocolLinkingEnabled, getIsIrbProtocolLinkingEnabled, getLastApprovedProtocol, getLinkedProtocolNumbers, getNewSpecialReview, getParameterService, getPropososalDevelopment, getProtocolFinderDao, getProtocolSpecialReviewService, getSpecialReviewService, prepareProtocolLinkViewFields, prepareView, setIacucProtocolSpecialReviewService, setLinkedProtocolNumbers, setNewSpecialReview, setParameterService, setProtocolFinderDao, setProtocolSpecialReviewService, setSpecialReviewService, syncProtocolFundingSourcesWithSpecialReviewspublic SpecialReviewHelper(ProposalDevelopmentForm form)
form - the container formprotected boolean hasModifySpecialReviewPermission(String principalId)
SpecialReviewHelperBasehasModifySpecialReviewPermission in class SpecialReviewHelperBase<ProposalSpecialReview>principalId - the Id of the user for which to check permissionsprotected boolean isIrbProtocolLinkingEnabledForModule()
SpecialReviewHelperBaseisIrbProtocolLinkingEnabledForModule in class SpecialReviewHelperBase<ProposalSpecialReview>protected boolean isIacucProtocolLinkingEnabledForModule()
SpecialReviewHelperBaseisIacucProtocolLinkingEnabledForModule in class SpecialReviewHelperBase<ProposalSpecialReview>protected List<ProposalSpecialReview> getSpecialReviews()
SpecialReviewHelperBasegetSpecialReviews in class SpecialReviewHelperBase<ProposalSpecialReview>public boolean isCanCreateIrbProtocol()
isCanCreateIrbProtocol in class SpecialReviewHelperBase<ProposalSpecialReview>public boolean isCanCreateIacucProtocol()
isCanCreateIacucProtocol in class SpecialReviewHelperBase<ProposalSpecialReview>public void populatePropSpecialReviewApproverView(String summarySpecialReview)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.