Interface ProposalSpecialReviewContract
- All Superinterfaces:
HierarchicalProposal,IdentifiableNumeric,NumberedProposal,SpecialReviewContract
public interface ProposalSpecialReviewContract
extends NumberedProposal, IdentifiableNumeric, SpecialReviewContract, HierarchicalProposal
-
Method Summary
Methods inherited from interface org.kuali.coeus.propdev.api.hierarchy.HierarchicalProposal
getHierarchyProposalNumber, isHiddenInHierarchyMethods inherited from interface org.kuali.coeus.sys.api.model.IdentifiableNumeric
getIdMethods inherited from interface org.kuali.coeus.propdev.api.core.NumberedProposal
getProposalNumberMethods inherited from interface org.kuali.coeus.common.api.compliance.core.SpecialReviewContract
getApplicationDate, getApprovalDate, getApprovalType, getComments, getExpirationDate, getProtocolNumber, getProtocolStatus, getSpecialReviewNumber, getSpecialReviewType
-
Method Details
-
getSpecialReviewExemptions
List<? extends ProposalSpecialReviewExemptionContract> getSpecialReviewExemptions() -
getSpecialReviewAttachment
ProposalSpecialReviewAttachmentContract getSpecialReviewAttachment()
-