public class SpecialReviewHelper extends SpecialReviewHelperBase<InstitutionalProposalSpecialReview>
IACUC_NAMESPACE_CODE, NAMESPACE_CODE, PARAMETER_CODE| Constructor and Description |
|---|
SpecialReviewHelper(InstitutionalProposalForm form)
Constructs a SpecialReviewHelper.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<InstitutionalProposalSpecialReview> |
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 |
syncProtocolFundingSourcesWithSpecialReviews()
Synchronizes the information between this Institutional Proposal's Special Reviews and the corresponding Protocol Funding Sources.
|
getCanModifySpecialReview, getIacucProtocolSpecialReviewService, getIsIacucProtocolLinkingEnabled, getIsIrbProtocolLinkingEnabled, getLastApprovedProtocol, getLinkedProtocolNumbers, getNewSpecialReview, getParameterService, getPropososalDevelopment, getProtocolFinderDao, getProtocolSpecialReviewService, getSpecialReviewService, prepareProtocolLinkViewFields, prepareView, setIacucProtocolSpecialReviewService, setLinkedProtocolNumbers, setNewSpecialReview, setParameterService, setProtocolFinderDao, setProtocolSpecialReviewService, setSpecialReviewService, syncProtocolFundingSourcesWithSpecialReviewspublic SpecialReviewHelper(InstitutionalProposalForm form)
form - the container formpublic void syncProtocolFundingSourcesWithSpecialReviews()
protected boolean hasModifySpecialReviewPermission(String principalId)
SpecialReviewHelperBasehasModifySpecialReviewPermission in class SpecialReviewHelperBase<InstitutionalProposalSpecialReview>principalId - the Id of the user for which to check permissionsprotected boolean isIrbProtocolLinkingEnabledForModule()
SpecialReviewHelperBaseisIrbProtocolLinkingEnabledForModule in class SpecialReviewHelperBase<InstitutionalProposalSpecialReview>protected boolean isIacucProtocolLinkingEnabledForModule()
SpecialReviewHelperBaseisIacucProtocolLinkingEnabledForModule in class SpecialReviewHelperBase<InstitutionalProposalSpecialReview>protected List<InstitutionalProposalSpecialReview> getSpecialReviews()
SpecialReviewHelperBasegetSpecialReviews in class SpecialReviewHelperBase<InstitutionalProposalSpecialReview>public boolean isCanCreateIrbProtocol()
isCanCreateIrbProtocol in class SpecialReviewHelperBase<InstitutionalProposalSpecialReview>public boolean isCanCreateIacucProtocol()
isCanCreateIacucProtocol in class SpecialReviewHelperBase<InstitutionalProposalSpecialReview>Copyright © 2013 The Kuali Foundation. All Rights Reserved.