Interface ProposalSpecialReviewContract
-
- All Superinterfaces:
HierarchicalProposal,IdentifiableNumeric,NumberedProposal,SpecialReviewContract
public interface ProposalSpecialReviewContract extends NumberedProposal, IdentifiableNumeric, SpecialReviewContract, HierarchicalProposal
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProposalSpecialReviewAttachmentContractgetSpecialReviewAttachment()List<? extends ProposalSpecialReviewExemptionContract>getSpecialReviewExemptions()-
Methods inherited from interface org.kuali.coeus.propdev.api.hierarchy.HierarchicalProposal
getHierarchyProposalNumber, isHiddenInHierarchy
-
Methods inherited from interface org.kuali.coeus.sys.api.model.IdentifiableNumeric
getId
-
Methods inherited from interface org.kuali.coeus.propdev.api.core.NumberedProposal
getProposalNumber
-
Methods inherited from interface org.kuali.coeus.common.api.compliance.core.SpecialReviewContract
getApplicationDate, getApprovalDate, getApprovalType, getComments, getExpirationDate, getProtocolNumber, getProtocolStatus, getSpecialReviewNumber, getSpecialReviewType
-
-
-
-
Method Detail
-
getSpecialReviewExemptions
List<? extends ProposalSpecialReviewExemptionContract> getSpecialReviewExemptions()
-
getSpecialReviewAttachment
ProposalSpecialReviewAttachmentContract getSpecialReviewAttachment()
-
-