Uses of Interface
org.kuali.coeus.propdev.api.attachment.NarrativeContract
-
Packages that use NarrativeContract Package Description org.kuali.coeus.propdev.api.attachment org.kuali.coeus.propdev.api.core -
-
Uses of NarrativeContract in org.kuali.coeus.propdev.api.attachment
Methods in org.kuali.coeus.propdev.api.attachment that return NarrativeContract Modifier and Type Method Description NarrativeContractNarrativeService. 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 NarrativeContract Modifier and Type Method Description booleanNarrativeService. 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 NarrativeContract Modifier and Type Method Description voidNarrativeService. 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 NarrativeContract Modifier and Type Method Description List<? extends NarrativeContract>DevelopmentProposalContract. getInstituteAttachments()List<? extends NarrativeContract>DevelopmentProposalContract. getNarratives()
-