Uses of Interface
org.kuali.coeus.propdev.api.attachment.NarrativeContract
Packages that use NarrativeContract
-
Uses of NarrativeContract in org.kuali.coeus.propdev.api.attachment
Methods in org.kuali.coeus.propdev.api.attachment that return NarrativeContractModifier and TypeMethodDescriptionNarrativeService.createSystemGeneratedNarrative(String proposalNumber, String narrativeTypeCode, byte[] attachmentData, String attachmentName, String comments) This method creates a system generated narrative.Methods in org.kuali.coeus.propdev.api.attachment with parameters of type NarrativeContractModifier and TypeMethodDescriptionbooleanNarrativeService.isAutoGeneratedNarrative(NarrativeContract narrative) Checks if a narrative is "auto-generated".booleanNarrativeService.isSystemGeneratedNarrative(NarrativeContract narrative) Checks if a narrative is "system-generated".Method parameters in org.kuali.coeus.propdev.api.attachment with type arguments of type NarrativeContractModifier and TypeMethodDescriptionvoidNarrativeService.deleteAutoGeneratedNarratives(List<? extends NarrativeContract> narratives) Given a collection of narratives, each narratives that was "auto-generated" will be deleted from the proposal development system of record.voidNarrativeService.deleteSystemGeneratedNarratives(List<? extends NarrativeContract> narratives) Given a collection of narratives, each narratives that was "system-generated" will be deleted from the proposal development system of record. -
Uses of NarrativeContract in org.kuali.coeus.propdev.api.core
Methods in org.kuali.coeus.propdev.api.core that return types with arguments of type NarrativeContractModifier and TypeMethodDescriptionList<? extends NarrativeContract> DevelopmentProposalContract.getInstituteAttachments()List<? extends NarrativeContract> DevelopmentProposalContract.getNarratives()