| Package | Description |
|---|---|
| org.kuali.kra.proposaldevelopment.bo |
Provides the classes for business object of proposaldevelopment.
|
| org.kuali.kra.proposaldevelopment.document.authorization |
Provides the classes for the implementation of proposaldevelopment document authorization.
|
| org.kuali.kra.proposaldevelopment.document.authorizer | |
| org.kuali.kra.proposaldevelopment.hierarchy.service.impl | |
| org.kuali.kra.proposaldevelopment.notification | |
| org.kuali.kra.proposaldevelopment.rule.event | |
| org.kuali.kra.proposaldevelopment.service |
Provides the classes for the interface of proposaldevelopment service.
|
| org.kuali.kra.proposaldevelopment.service.impl |
Provides the classes for the implementation of proposaldevelopment services.
|
| org.kuali.kra.proposaldevelopment.web.struts.authorization | |
| org.kuali.kra.proposaldevelopment.web.struts.form |
Provides the classes for the struts form of proposaldevelopment.
|
| org.kuali.kra.s2s.generator | |
| org.kuali.kra.s2s.generator.impl |
| Modifier and Type | Method and Description |
|---|---|
Narrative |
DevelopmentProposal.getInstituteAttachment(int index)
Gets index i from the institute attachment list.
|
Narrative |
DevelopmentProposal.getNarrative(int index)
Gets index i from the narratives list.
|
| Modifier and Type | Method and Description |
|---|---|
List<Narrative> |
DevelopmentProposal.getInstituteAttachments() |
List<Narrative> |
DevelopmentProposal.getNarratives()
Get the list of Proposal Attachments (Narratives) for this Proposal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DevelopmentProposal.addInstituteAttachment(Narrative narrative)
Method to add a new institute attachment to institute attachment list
|
void |
DevelopmentProposal.addNarrative(Narrative narrative)
Method to add a new narrative to narratives list
|
| Modifier and Type | Method and Description |
|---|---|
void |
DevelopmentProposal.setInstituteAttachments(List<Narrative> instituteAttachments) |
void |
DevelopmentProposal.setNarratives(List<Narrative> narratives)
Set the list of Proposal Attachments (Narratives) for this Proposal.
|
| Modifier and Type | Method and Description |
|---|---|
Narrative |
NarrativeTask.getNarrative()
Get the Narrative.
|
| Constructor and Description |
|---|
NarrativeTask(String taskName,
ProposalDevelopmentDocument document,
Narrative narrative)
Constructs a NarrativeTask.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
NarrativeAuthorizer.hasNarrativeRight(String userId,
Narrative narrative,
NarrativeRight narrativeRight)
Does the user have the given narrative right for the given narrative?
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProposalHierarchyServiceImpl.loadAttachmentContent(Narrative narrative) |
| Modifier and Type | Method and Description |
|---|---|
Narrative |
ProposalDevelopmentNotificationRenderer.getModifiedNarrative() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalDevelopmentNotificationRenderer.setModifiedNarrative(Narrative modifiedNarrative) |
| Modifier and Type | Method and Description |
|---|---|
Narrative |
NarrativeEventBase.getNarrative() |
Narrative |
NarrativeEvent.getNarrative() |
| Modifier and Type | Method and Description |
|---|---|
List<Narrative> |
NarrativeEventBase.getNarratives() |
List<Narrative> |
SaveNarrativesEvent.getOriginalNarratives()
Get the original list of narratives to compare against.
|
| Constructor and Description |
|---|
AddInstituteAttachmentEvent(String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
Narrative narrative)
Constructs an AddInstituteAttachmentEvent with the given errorPathPrefix, document, and narrative.
|
AddInstituteAttachmentEvent(String errorPathPrefix,
ProposalDevelopmentDocument document,
Narrative narrative)
Constructs an AddInstituteAttachmentEvent with the given errorPathPrefix, document, and narrative.
|
AddNarrativeEvent(String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
Narrative narrative)
Constructs an AddNarrativeEvent with the given errorPathPrefix, document, and proposalPerson.
|
AddNarrativeEvent(String errorPathPrefix,
ProposalDevelopmentDocument document,
Narrative narrative)
Constructs an AddNarrativeEvent with the given errorPathPrefix, document, and proposalPerson.
|
NarrativeEventBase(String description,
String errorPathPrefix,
ProposalDevelopmentDocument document,
Narrative narrative)
Constructs a NarrativeEventBase
|
SaveNarrativesEvent(String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
Narrative narrative)
Constructs an AddNarrativeEvent with the given errorPathPrefix, document, and proposalPerson.
|
SaveNarrativesEvent(String errorPathPrefix,
ProposalDevelopmentDocument document,
Narrative narrative,
List<Narrative> originalNarratives)
Constructs an AddNarrativeEvent with the given errorPathPrefix, document, and proposalPerson.
|
| Constructor and Description |
|---|
SaveNarrativesEvent(String errorPathPrefix,
ProposalDevelopmentDocument document,
Narrative narrative,
List<Narrative> originalNarratives)
Constructs an AddNarrativeEvent with the given errorPathPrefix, document, and proposalPerson.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NarrativeService.addInstituteAttachment(ProposalDevelopmentDocument proposaldevelopmentDocument,
Narrative narrative) |
void |
NarrativeService.addNarrative(ProposalDevelopmentDocument proposaldevelopmentDocument,
Narrative narrative) |
NarrativeRight |
NarrativeAuthZService.authorize(Narrative narrative,
String userId) |
void |
NarrativeService.populatePersonNameForNarrativeUserRights(ProposalDevelopmentDocument proposaldevelopmentDocument,
Narrative narrative) |
void |
NarrativeService.replaceAttachment(Narrative narrative) |
| Modifier and Type | Method and Description |
|---|---|
void |
NarrativeService.setNarrativeTimeStampUser(List<Narrative> narratives)
This method set up timestamp and upload user for narrative & internal attachments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NarrativeServiceImpl.addInstituteAttachment(ProposalDevelopmentDocument proposaldevelopmentDocument,
Narrative narrative)
Method to add a new institute attachment to institute attachment list
|
void |
NarrativeServiceImpl.addNarrative(ProposalDevelopmentDocument proposaldevelopmentDocument,
Narrative narrative)
Method to add a new narrative to narratives list
|
NarrativeRight |
NarrativeAuthZServiceImpl.authorize(Narrative narrative,
String loggedInUserId) |
protected void |
ProposalCopyServiceImpl.loadAttachmentContent(Narrative narrative)
Load the attachment content for a specific narrative from the database.
|
protected void |
NarrativeServiceImpl.populateNarrativeUserRights(ProposalDevelopmentDocument proposalDevelopmentDocument,
Narrative narrative)
This method used to add narrative user rights to a narrative.
|
void |
NarrativeServiceImpl.populatePersonNameForNarrativeUserRights(ProposalDevelopmentDocument proposaldevelopmentDocument,
Narrative narrative)
Method to populate personname for all user who have narrative rights
|
protected void |
ProposalCopyServiceImpl.removePersonNarrativePermission(String personId,
Narrative narrative) |
void |
NarrativeServiceImpl.replaceAttachment(Narrative narrative) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
NarrativeServiceImpl.deleteAttachment(List<Narrative> narratives,
int lineToDelete) |
void |
NarrativeServiceImpl.setNarrativeTimeStampUser(List<Narrative> narratives) |
| Modifier and Type | Method and Description |
|---|---|
protected Narrative |
ProposalAttachmentTaskFactory.getNarrative(org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request) |
protected Narrative |
NarrtivesCommonTaskFactory.getNarrative(org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request) |
protected Narrative |
InstituteAttachmentTaskFactory.getNarrative(org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
protected Narrative |
ProposalDevelopmentForm.createNarrative()
This creates a new Narrative.
|
Narrative |
ProposalDevelopmentForm.getNewInstituteAttachment() |
Narrative |
ProposalDevelopmentForm.getNewNarrative()
Gets the newNarrative attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<Narrative> |
ProposalDevelopmentForm.getNarratives()
Get the original list of narratives.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalDevelopmentForm.setNewInstituteAttachment(Narrative newInstituteAttachment) |
void |
ProposalDevelopmentForm.setNewNarrative(Narrative newNarrative)
Sets the newNarrative attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalDevelopmentForm.setNarratives(List<Narrative> narratives)
Set the original list of narratives for comparison when a save occurs.
|
| Modifier and Type | Method and Description |
|---|---|
protected Narrative |
S2SBaseFormGenerator.saveNarrative(byte[] attachment,
String narrativeTypeCode,
String fileName,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
String |
S2SBaseFormGenerator.createContentId(Narrative narrative)
Generates the contentId or href for narrative attachments in S2S
|
protected gov.grants.apply.system.attachmentsV10.AttachedFileDataType |
S2SBaseFormGenerator.getAttachedFileType(Narrative narrative) |
| Modifier and Type | Method and Description |
|---|---|
protected Narrative |
RRBudgetBaseGenerator.saveAdditionalEquipments(BudgetPeriodInfo periodInfo,
List<CostInfo> extraEquipmentArrayList) |
protected Narrative |
RRBudgetBaseGenerator.saveExtraKeyPersons(BudgetPeriodInfo periodInfo) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.