| Modifier and Type | Method and Description |
|---|---|
List<BudgetSubAwards> |
Budget.getBudgetSubAwards() |
| Modifier and Type | Method and Description |
|---|---|
void |
Budget.setBudgetSubAwards(List<BudgetSubAwards> budgetSubAwards) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
BudgetActionsAction.updateBudgetAttachment(Budget budget,
BudgetSubAwards subAward,
String fileName,
byte[] fileData,
String errorPath) |
protected boolean |
BudgetActionsAction.updateSubAwardBudgetDetails(Budget budget,
BudgetSubAwards subAward) |
| Modifier and Type | Method and Description |
|---|---|
BudgetSubAwards |
BudgetForm.getNewSubAward() |
| Modifier and Type | Method and Description |
|---|---|
void |
BudgetForm.setNewSubAward(BudgetSubAwards newSubAward) |
| Modifier and Type | Method and Description |
|---|---|
int |
BudgetSubAwards.compareTo(BudgetSubAwards o) |
| Constructor and Description |
|---|
BudgetSubAwardPeriodDetail(BudgetSubAwards subAward,
BudgetPeriod period) |
BudgetSubAwardsRule(BudgetSubAwards budgetSubAwards) |
| Modifier and Type | Method and Description |
|---|---|
void |
BudgetSubAwardService.generateSubAwardLineItems(BudgetSubAwards subAward,
Budget budget) |
void |
BudgetSubAwardService.populateBudgetSubAwardFiles(Budget budget,
BudgetSubAwards budgetSubAwards,
String newFileName,
byte[] newFileData)
This method is to populate the subaward files
|
void |
BudgetSubAwardService.removeSubAwardAttachment(BudgetSubAwards subAward) |
boolean |
BudgetSubAwardService.updateSubAwardBudgetDetails(Budget budget,
BudgetSubAwards budgetSubAward,
List<String[]> errors)
Reads the XML from the PDF and parses out amounts from the budget periods.
|
| Modifier and Type | Method and Description |
|---|---|
protected BudgetSubAwards |
BudgetSubAwardServiceImpl.updateXML(byte[] xmlContents,
Map fileMap,
BudgetSubAwards budgetSubAwardBean,
Budget budget)
updates the XMl with hashcode for the files
|
| Modifier and Type | Method and Description |
|---|---|
protected BudgetSubAwardPeriodDetail |
BudgetSubAwardServiceImpl.findBudgetSubAwardPeriodDetail(Budget budget,
BudgetSubAwards budgetSubAward,
Date startDate,
Date endDate)
First find a budget period that matches the start and end date.
|
protected BudgetLineItem |
BudgetSubAwardServiceImpl.findOrCreateLineItem(List<BudgetLineItem> lineItems,
BudgetSubAwardPeriodDetail subAwardDetail,
BudgetSubAwards subAward,
BudgetPeriod budgetPeriod,
String costElement) |
void |
BudgetSubAwardServiceImpl.generateSubAwardLineItems(BudgetSubAwards subAward,
Budget budget) |
void |
BudgetSubAwardServiceImpl.populateBudgetSubAwardFiles(Budget budget,
BudgetSubAwards subAward,
String newFileName,
byte[] newFileData) |
void |
BudgetSubAwardServiceImpl.removeSubAwardAttachment(BudgetSubAwards subAward) |
boolean |
BudgetSubAwardServiceImpl.updateSubAwardBudgetDetails(Budget budget,
BudgetSubAwards budgetSubAward,
List<String[]> errors) |
protected BudgetSubAwards |
BudgetSubAwardServiceImpl.updateXML(byte[] xmlContents,
Map fileMap,
BudgetSubAwards budgetSubAwardBean,
Budget budget)
updates the XMl with hashcode for the files
|
| Modifier and Type | Method and Description |
|---|---|
protected List<BudgetSubAwards> |
S2SAdobeFormAttachmentBaseGenerator.getBudgetSubAwards(ProposalDevelopmentDocument proposalDevelopmentDocument,
String namespace,
boolean checkNull)
This method is used to get BudgetSubAwrads from ProposalDevelopmentDocument
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
S2SAdobeFormAttachmentBaseGenerator.addSubAwdAttachments(BudgetSubAwards budgetSubAwards)
Adding attachments to subaward
|
protected static String |
S2SAdobeFormAttachmentBaseGenerator.prepareAttName(BudgetSubAwards budgetSubAwards)
This method is used to return the attachment name which comes from BudgetSubawards
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.