| Modifier and Type | Method and Description |
|---|---|
BudgetDecimal |
AwardBudgetPeriodSummaryCalculatedAmount.getCalculatedCost() |
BudgetDecimal |
AwardBudgetPeriodSummaryCalculatedAmount.getCalculatedCostSharing() |
BudgetDecimal |
BudgetLimitSummaryHelper.getCurrentPersonnelTotal()
Sums the personnel totals for the current budget.
|
BudgetDecimal |
AwardBudgetVersionOverviewExt.getObligatedAmount()
Gets the obligatedAmount attribute.
|
BudgetDecimal |
AwardBudgetPersonnelDetailsExt.getObligatedAmount()
Gets the obligatedAmount attribute.
|
BudgetDecimal |
AwardBudgetPersonnelCalculatedAmountExt.getObligatedAmount()
Gets the obligatedAmount attribute.
|
BudgetDecimal |
AwardBudgetPeriodExt.getObligatedAmount()
Gets the obligatedAmount attribute.
|
BudgetDecimal |
AwardBudgetLineItemExt.getObligatedAmount()
Gets the obligatedAmount attribute.
|
BudgetDecimal |
AwardBudgetLineItemCalculatedAmountExt.getObligatedAmount()
Gets the obligatedAmount attribute.
|
BudgetDecimal |
AwardBudgetExt.getObligatedAmount()
Gets the obligatedAmount attribute.
|
BudgetDecimal |
AwardBudgetForm.getObligatedChange()
This method returns the difference in the obligation total between this budget, and the previous.
|
BudgetDecimal |
AwardBudgetForm.getObligatedTotal()
This method returns the obligated total for this award budget, which is getPreviousObligatedTotal().add(getObligatedChange()).
|
BudgetDecimal |
AwardBudgetExt.getObligatedTotal()
Gets the obligatedTotal attribute - which actually contains the BudgetTotalCostLimit which is
the lesser of the obligated distributable amount and the award total cost budget limit.
|
protected BudgetDecimal |
AwardBudgetServiceImpl.getPostedTotalAmount(AwardDocument awardDocument)
Gets the total posted amount from previously posted budgets
|
BudgetDecimal |
AwardBudgetForm.getPreviousObligatedTotal()
This method returns the previous budget's obligation amount.
|
BudgetDecimal |
BudgetLimitSummaryHelper.getPreviousPersonnelTotal()
Sums the personnel totals for the previous budget.
|
BudgetDecimal |
AwardBudgetExt.getSumDirectCostAmountFromPeriods()
Gets the sum of the Direct Cost Amount for all budget periods.
|
protected BudgetDecimal |
AwardBudgetForm.getSumOfAllPreviousBudgetChanges(AwardBudgetExt curentAwardBudgetExt,
List<Budget> allBudgets)
This method sums up all the previous changes of the prior budget versions.
|
BudgetDecimal |
AwardBudgetServiceImpl.getTotalCostLimit(AwardDocument awardDocument) |
BudgetDecimal |
AwardBudgetService.getTotalCostLimit(AwardDocument awardDocument)
Get the total cost limit from the award.
|
BudgetDecimal |
AwardBudgetPeriodExt.getTotalFringeAmount()
Gets the totalFringeAmount attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<BudgetDecimal> |
AwardBudgetExt.getBudgetsTotals() |
SortedMap<RateType,BudgetDecimal> |
AwardBudgetExt.getCalculatedExpenseBudgetTotals() |
Map<RateType,BudgetDecimal> |
BudgetLimitSummaryHelper.getCurrentNonPersonnelCalculatedExpenseTotals()
Return the non-personnel calculated expense totals for the current budget.
|
Map<String,BudgetDecimal> |
BudgetLimitSummaryHelper.getCurrentObjectCodePersonnelFringeTotals()
Returns a map of personnel fringe totals for the current budget.
|
Map<CostElement,BudgetDecimal> |
BudgetLimitSummaryHelper.getCurrentObjectCodeTotals()
Returns a map of costelement totals for the current budget.
|
Map<RateType,BudgetDecimal> |
BudgetLimitSummaryHelper.getCurrentPersonnelCalculatedExpenseTotals()
Return a map of personnel calculated expense totals for the current budget.
|
Map<String,BudgetDecimal> |
BudgetLimitSummaryHelper.getCurrentSummaryTotals()
Returns a map of summary totals for the current budget.
|
Map<String,BudgetDecimal> |
AwardBudgetPeriodExt.getFringeForCostElements() |
SortedMap<RateType,BudgetDecimal> |
AwardBudgetExt.getNonPersonnelCalculatedExpenseBudgetTotals() |
SortedMap<CostElement,BudgetDecimal> |
AwardBudgetExt.getObjectCodeBudgetTotals() |
SortedMap<String,BudgetDecimal> |
AwardBudgetExt.getObjectCodePersonnelFringeBudgetTotals() |
SortedMap<RateType,BudgetDecimal> |
AwardBudgetExt.getPersonnelCalculatedExpenseBudgetTotals() |
Map<RateType,BudgetDecimal> |
BudgetLimitSummaryHelper.getPreviousNonPersonnelCalculatedExpenseTotals()
Return the non-personnel calculated expense totals for the previous budget.
|
Map<String,BudgetDecimal> |
BudgetLimitSummaryHelper.getPreviousObjectCodePersonnelFringeTotals()
Returns a map of personnel fringe totals for the pervious budget.
|
Map<CostElement,BudgetDecimal> |
BudgetLimitSummaryHelper.getPreviousObjectCodeTotals()
Returns a map of costelement totals for the past budget.
|
Map<RateType,BudgetDecimal> |
BudgetLimitSummaryHelper.getPreviousPersonnelCalculatedExpenseTotals()
Returns a map of personnel calculated expense totals for the previous budget.
|
Map<String,BudgetDecimal> |
BudgetLimitSummaryHelper.getPreviousSummaryTotals()
Returns a map of summary totals for the previous budget.
|
SortedMap<String,BudgetDecimal> |
AwardBudgetExt.getTotalBudgetSummaryTotals() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AwardBudgetServiceImpl.copyObligatedAmountToLineItems(AwardBudgetDocument awardBudgetDocument,
BudgetDecimal obligatedChangeAmount) |
void |
AwardBudgetPeriodSummaryCalculatedAmount.setCalculatedCost(BudgetDecimal calculatedCost) |
void |
AwardBudgetPeriodSummaryCalculatedAmount.setCalculatedCostSharing(BudgetDecimal calculatedCostSharing) |
void |
AwardBudgetVersionOverviewExt.setObligatedAmount(BudgetDecimal obligatedChangeAmount)
Sets the obligatedAmount attribute value.
|
void |
AwardBudgetPersonnelDetailsExt.setObligatedAmount(BudgetDecimal obligatedAmount)
Sets the obligatedAmount attribute value.
|
void |
AwardBudgetPersonnelCalculatedAmountExt.setObligatedAmount(BudgetDecimal obligatedAmount)
Sets the obligatedAmount attribute value.
|
void |
AwardBudgetPeriodExt.setObligatedAmount(BudgetDecimal obligatedAmount)
Sets the obligatedAmount attribute value.
|
void |
AwardBudgetLineItemExt.setObligatedAmount(BudgetDecimal obligatedAmount)
Sets the obligatedAmount attribute value.
|
void |
AwardBudgetLineItemCalculatedAmountExt.setObligatedAmount(BudgetDecimal obligatedAmount)
Sets the obligatedAmount attribute value.
|
void |
AwardBudgetExt.setObligatedAmount(BudgetDecimal obligatedAmount)
Sets the obligatedAmount attribute value.
|
void |
AwardBudgetExt.setObligatedTotal(BudgetDecimal obligatedAmount)
Sets the obligatedTotal attribute value - which should actually be the BudgetTotalCostLimit which is
the lesser of the obligated distributable amount and the award total cost budget limit.
|
void |
AwardBudgetPeriodExt.setTotalFringeAmount(BudgetDecimal totalFringeAmount)
Sets the totalFringeAmount attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwardBudgetExt.setBudgetsTotals(List<BudgetDecimal> budgetsTotals) |
void |
AwardBudgetExt.setCalculatedExpenseBudgetTotals(SortedMap<RateType,BudgetDecimal> calculatedExpenseBudgetTotals) |
void |
AwardBudgetExt.setNonPersonnelCalculatedExpenseBudgetTotals(SortedMap<RateType,BudgetDecimal> nonPersonnelCalculatedExpenseBudgetTotals) |
void |
AwardBudgetExt.setObjectCodeBudgetTotals(SortedMap<CostElement,BudgetDecimal> objectCodeBudgetTotals) |
void |
AwardBudgetExt.setObjectCodePersonnelFringeBudgetTotals(SortedMap<String,BudgetDecimal> objectCodePersonnelFringeBudgetTotals) |
void |
AwardBudgetExt.setPersonnelCalculatedExpenseBudgetTotals(SortedMap<RateType,BudgetDecimal> personnelCalculatedExpenseBudgetTotals) |
void |
AwardBudgetExt.setTotalBudgetSummaryTotals(SortedMap<String,BudgetDecimal> totalBudgetSummaryTotals) |
| Modifier and Type | Method and Description |
|---|---|
protected SortedMap<? extends Object,BudgetDecimal> |
AwardBudgetCalculationServiceImpl.getSumOfElements(Map<? extends Object,List<BudgetDecimal>> map)
Sums up the list of budget decimals included in the map and returns those totals.
|
protected SortedMap<? extends Object,BudgetDecimal> |
AwardBudgetCalculationServiceImpl.mergeMaps(Map<? extends Object,BudgetDecimal> totals,
Map<? extends Object,BudgetDecimal> previous)
Merges or adds the 2 maps into the return value.
|
| Modifier and Type | Method and Description |
|---|---|
protected SortedMap<? extends Object,BudgetDecimal> |
AwardBudgetCalculationServiceImpl.getSumOfElements(Map<? extends Object,List<BudgetDecimal>> map)
Sums up the list of budget decimals included in the map and returns those totals.
|
protected SortedMap<? extends Object,BudgetDecimal> |
AwardBudgetCalculationServiceImpl.mergeMaps(Map<? extends Object,BudgetDecimal> totals,
Map<? extends Object,BudgetDecimal> previous)
Merges or adds the 2 maps into the return value.
|
protected SortedMap<? extends Object,BudgetDecimal> |
AwardBudgetCalculationServiceImpl.mergeMaps(Map<? extends Object,BudgetDecimal> totals,
Map<? extends Object,BudgetDecimal> previous)
Merges or adds the 2 maps into the return value.
|
| Modifier and Type | Method and Description |
|---|---|
BudgetDecimal |
AwardBudgetDocument.getObligatedTotal()
Gets the obligatedAmount attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwardBudgetDocument.setObligatedTotal(BudgetDecimal obligatedTotal)
Sets the obligatedAmount attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
BudgetDecimal |
AbstractInstituteRate.getExternalApplicableRate()
Gets the externalApplicableRate attribute.
|
BudgetDecimal |
KraAttributeReferenceDummy.getGenericRate() |
BudgetDecimal |
AbstractInstituteRate.getInstituteRate() |
BudgetDecimal |
PersonAppointment.getSalary() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractInstituteRate.setExternalApplicableRate(BudgetDecimal externalApplicableRate)
Sets the externalApplicableRate attribute value.
|
void |
KraAttributeReferenceDummy.setGenericRate(BudgetDecimal genericRate) |
void |
AbstractInstituteRate.setInstituteRate(BudgetDecimal rate) |
void |
PersonAppointment.setSalary(BudgetDecimal salary) |
| Modifier and Type | Field and Description |
|---|---|
static BudgetDecimal |
BudgetDecimal.ZERO |
| Modifier and Type | Method and Description |
|---|---|
BudgetDecimal |
BudgetDecimal.divide(BudgetDecimal divisor) |
BudgetDecimal |
BudgetDecimal.multiply(BudgetDecimal multiplier) |
protected BudgetDecimal |
BudgetDecimal.newInstance(BigDecimal value) |
protected BudgetDecimal |
BudgetDecimal.newInstance(BigDecimal value,
int scale) |
protected BudgetDecimal |
BudgetDecimal.newInstance(double value) |
protected BudgetDecimal |
BudgetDecimal.newInstance(double value,
int scale) |
protected BudgetDecimal |
BudgetDecimal.newInstance(String value) |
BudgetDecimal |
BudgetDecimal.percentage(BudgetDecimal rate) |
static BudgetDecimal |
BudgetDecimal.returnZeroIfNull(BudgetDecimal value)
return ZERO if the object is null
|
BudgetDecimal |
BudgetDecimal.setScale() |
BudgetDecimal |
BudgetDecimal.setScale(int scale) |
| Modifier and Type | Method and Description |
|---|---|
BudgetDecimal |
BudgetDecimal.divide(BudgetDecimal divisor) |
BudgetDecimal |
BudgetDecimal.multiply(BudgetDecimal multiplier) |
BudgetDecimal |
BudgetDecimal.percentage(BudgetDecimal rate) |
static BudgetDecimal |
BudgetDecimal.returnZeroIfNull(BudgetDecimal value)
return ZERO if the object is null
|
| Modifier and Type | Method and Description |
|---|---|
BudgetDecimal |
SalaryCalculator.SalaryDetails.calculateSalary()
This method is to calculate salary for a personnel line item
|
BudgetDecimal |
SalaryCalculator.SalaryDetails.getActualBaseSalary()
Getter for property actualBaseSalary.
|
BudgetDecimal |
BreakUpInterval.getApplicableAmt()
Getter for property applicableAmt.
|
BudgetDecimal |
BreakUpInterval.getApplicableAmtCostSharing()
Getter for property applicableAmtCostSharing.
|
BudgetDecimal |
Boundary.getApplicableCost()
Gets the applicableCost attribute.
|
BudgetDecimal |
Boundary.getApplicableCostSharing()
Gets the applicableCostSharing attribute.
|
BudgetDecimal |
RateAndCost.getAppliedRate()
Getter for property appliedRate.
|
BudgetDecimal |
RateAndCost.getBaseAmount()
Getter for property baseAmount.
|
BudgetDecimal |
RateAndCost.getBaseCostSharingAmount()
Gets the baseCostSharingAmount attribute.
|
BudgetDecimal |
RateAndCost.getCalculatedCost()
Getter for property calculatedCost.
|
BudgetDecimal |
RateAndCost.getCalculatedCostSharing()
Getter for property calculatedCostSharing.
|
BudgetDecimal |
SalaryCalculator.SalaryDetails.getCalculatedSalary()
Getter for property calculatedSalary.
|
BudgetDecimal |
RateAndCost.getUnderRecovery()
Getter for property underRecovery.
|
BudgetDecimal |
BreakUpInterval.getUnderRecovery()
Getter for property underRecovery.
|
BudgetDecimal |
QueryList.sumObjects(String fieldName)
calculates the sum of the Objects of the specified field in this QueryList.
|
BudgetDecimal |
QueryList.sumObjects(String fieldName,
Operator operator)
calculates the sum of the field in this QueryList.
|
| Modifier and Type | Method and Description |
|---|---|
protected SortedMap<RateType,List<BudgetDecimal>> |
BudgetCalculationServiceImpl.calculateExpenseTotals(Budget budget,
boolean personnelFlag) |
List<Map<String,List<BudgetDecimal>>> |
BudgetCalculationServiceImpl.getBudgetLimitsTotals(String budgetId) |
List<Map<String,List<BudgetDecimal>>> |
BudgetCalculationService.getBudgetLimitsTotals(String budgetId) |
protected Map<String,List<BudgetDecimal>> |
BudgetCalculationServiceImpl.getNonPersonnelMap() |
protected Map<String,List<BudgetDecimal>> |
BudgetCalculationServiceImpl.getPersonnelMap() |
protected Map<String,List<BudgetDecimal>> |
BudgetCalculationServiceImpl.getTotalMap() |
protected List<BudgetDecimal> |
BudgetCalculationServiceImpl.initBudgetLimits() |
| Modifier and Type | Method and Description |
|---|---|
void |
SalaryCalculator.SalaryDetails.calculateActualBaseSalary(BudgetDecimal applicableRate)
Calculate the salary by using base salary and applicable rate
|
void |
SalaryCalculator.SalaryDetails.setActualBaseSalary(BudgetDecimal actualBaseSalary)
Setter for property actualBaseSalary.
|
void |
BreakUpInterval.setApplicableAmt(BudgetDecimal applicableAmt)
Setter for property applicableAmt.
|
void |
BreakUpInterval.setApplicableAmtCostSharing(BudgetDecimal applicableAmtCostSharing)
Setter for property applicableAmtCostSharing.
|
void |
Boundary.setApplicableCost(BudgetDecimal applicableCost)
Sets the applicableCost attribute value.
|
void |
Boundary.setApplicableCostSharing(BudgetDecimal applicableCostSharing)
Sets the applicableCostSharing attribute value.
|
void |
RateAndCost.setAppliedRate(BudgetDecimal appliedRate)
Setter for property appliedRate.
|
void |
RateAndCost.setBaseAmount(BudgetDecimal baseAmount)
Setter for property baseAmount.
|
void |
RateAndCost.setBaseCostSharingAmount(BudgetDecimal baseCostSharingAmount)
Sets the baseCostSharingAmount attribute value.
|
void |
RateAndCost.setCalculatedCost(BudgetDecimal calculatedCost)
Setter for property calculatedCost.
|
void |
RateAndCost.setCalculatedCostSharing(BudgetDecimal calculatedCostSharing)
Setter for property calculatedCostSharing.
|
void |
SalaryCalculator.SalaryDetails.setCalculatedSalary(BudgetDecimal calculatedSalary)
Setter for property calculatedSalary.
|
void |
RateAndCost.setUnderRecovery(BudgetDecimal underRecovery)
Setter for property underRecovery.
|
void |
BreakUpInterval.setUnderRecovery(BudgetDecimal underRecovery)
Setter for property underRecovery.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BudgetCalculationServiceImpl.addBudgetLimits(List<BudgetDecimal> budgetLimits,
AwardBudgetLineItemCalculatedAmountExt awardCalcAmt,
boolean isPrevBudget) |
protected void |
BudgetCalculationServiceImpl.addBudgetLimits(List<BudgetDecimal> budgetLimits,
AwardBudgetLineItemExt awardBudgetLineItem,
boolean isPrevBudget) |
protected void |
BudgetCalculationServiceImpl.addToLimit(List<BudgetDecimal> budgetLimits,
List<BudgetDecimal> limits) |
protected void |
BudgetCalculationServiceImpl.addToLimit(List<BudgetDecimal> budgetLimits,
List<BudgetDecimal> limits) |
protected void |
BudgetCalculationServiceImpl.addTotals(Map<String,List<BudgetDecimal>> budgetLimitMap,
Map<String,List<BudgetDecimal>> totalsMap) |
protected void |
BudgetCalculationServiceImpl.addTotals(Map<String,List<BudgetDecimal>> budgetLimitMap,
Map<String,List<BudgetDecimal>> totalsMap) |
protected void |
BudgetCalculationServiceImpl.getFringeAndCalculatedCost(Map<String,List<BudgetDecimal>> personnelBudgetLimits,
AwardBudgetLineItemExt awardBudgetLineItem,
boolean isPrevBudget) |
protected void |
BudgetCalculationServiceImpl.getNonPersonnelCalAmt(Map<String,List<BudgetDecimal>> personnelBudgetLimits,
AwardBudgetLineItemExt awardBudgetLineItem,
boolean isPrevBudget) |
protected void |
BudgetCalculationServiceImpl.getPreviousBudgetLimits(Long budgetId,
Map<String,List<BudgetDecimal>> personnelBudgetLimits,
Map<String,List<BudgetDecimal>> nonPersonnelBudgetLimits) |
protected void |
BudgetCalculationServiceImpl.getPreviousBudgetLimits(Long budgetId,
Map<String,List<BudgetDecimal>> personnelBudgetLimits,
Map<String,List<BudgetDecimal>> nonPersonnelBudgetLimits) |
| Modifier and Type | Method and Description |
|---|---|
BudgetDecimal |
Budget.findCostSharingForFiscalYear(Integer fiscalYear)
This method does what its name says
|
BudgetDecimal |
Budget.findUnrecoveredFandAForFiscalYear(Integer fiscalYear)
This method does what its name says
|
BudgetDecimal |
Budget.getAllocatedCostSharing()
This method does what its name says
|
BudgetDecimal |
Budget.getAllocatedUnrecoveredFandA()
This method does what its name says
|
BudgetDecimal |
Budget.getAvailableCostSharing()
This method does what its name says
|
BudgetDecimal |
Budget.getAvailableUnrecoveredFandA()
This method does what its name says
|
BudgetDecimal |
BudgetServiceImpl.getBaseSalaryByPeriod(Long budgetId,
int budgetPeriod,
KeyPersonInfo person) |
BudgetDecimal |
BudgetService.getBaseSalaryByPeriod(Long budgetId,
int budgetPeriod,
KeyPersonInfo keyPerson) |
BudgetDecimal |
Budget.FiscalYearSummary.getCostShare()
This method...
|
BudgetDecimal |
Budget.getSumCostSharingAmountFromPeriods()
Gets the sum of the CostSharing Amount for all budget periods.
|
BudgetDecimal |
Budget.getSumDirectCostAmountFromPeriods()
Gets the sum of the Direct Cost Amount for all budget periods.
|
BudgetDecimal |
Budget.getSumIndirectCostAmountFromPeriods()
Gets the sum of the Indirect Cost Amount for all budget periods.
|
BudgetDecimal |
Budget.getSumTotalCostAmountFromPeriods()
Gets the sum of the Total Cost Amount for all budget periods.
|
BudgetDecimal |
Budget.getSumUnderreoveryAmountFromPeriods()
Gets the Underreovery Amount for all budget periods.
|
BudgetDecimal |
Budget.getUnallocatedCostSharing() |
BudgetDecimal |
Budget.getUnallocatedUnrecoveredFandA() |
BudgetDecimal |
Budget.FiscalYearSummary.getUnrecoveredFandA()
This method...
|
| Modifier and Type | Method and Description |
|---|---|
SortedMap<String,List<BudgetDecimal>> |
Budget.getBudgetSummaryTotals() |
SortedMap<RateType,List<BudgetDecimal>> |
Budget.getCalculatedExpenseTotals() |
SortedMap<RateType,List<BudgetDecimal>> |
Budget.getNonPersonnelCalculatedExpenseTotals() |
SortedMap<String,List<BudgetDecimal>> |
Budget.getObjectCodePersonnelFringeTotals() |
SortedMap<String,List<BudgetDecimal>> |
Budget.getObjectCodePersonnelSalaryTotals() |
SortedMap<CostElement,List<BudgetDecimal>> |
Budget.getObjectCodeTotals() |
SortedMap<RateType,List<BudgetDecimal>> |
Budget.getPersonnelCalculatedExpenseTotals() |
| Modifier and Type | Method and Description |
|---|---|
void |
Budget.setBudgetSummaryTotals(SortedMap<String,List<BudgetDecimal>> budgetSummaryTotals) |
void |
Budget.setCalculatedExpenseTotals(SortedMap<RateType,List<BudgetDecimal>> calculatedExpenseTotals) |
void |
Budget.setNonPersonnelCalculatedExpenseTotals(SortedMap<RateType,List<BudgetDecimal>> nonPersonnelCalculatedExpenseTotals) |
void |
Budget.setObjectCodePersonnelFringeTotals(SortedMap<String,List<BudgetDecimal>> objectCodePersonnelFringeTotals) |
void |
Budget.setObjectCodePersonnelSalaryTotals(SortedMap<String,List<BudgetDecimal>> objectCodePersonnelSalaryTotals) |
void |
Budget.setObjectCodeTotals(SortedMap<CostElement,List<BudgetDecimal>> objectCodeTotals) |
void |
Budget.setPersonnelCalculatedExpenseTotals(SortedMap<RateType,List<BudgetDecimal>> personnelCalculatedExpenseTotals) |
| Constructor and Description |
|---|
Budget.FiscalYearSummary(BudgetPeriod assignedBudgetPeriod,
int fiscalYear,
BudgetDecimal costShare,
BudgetDecimal unrecoveredFandA,
Budget.FiscalYearApplicableRate fiscalYearRates)
Constructs a FiscalYearSummary.
|
| Modifier and Type | Method and Description |
|---|---|
protected BudgetDecimal |
BudgetDistributionAndIncomeServiceImpl.findApplicableRateForRateClassCodeUFAndA(Budget budget,
Integer fiscalYear,
String unrecoveredFandARateClassCode,
boolean findOnCampusRate) |
protected BudgetDecimal |
BudgetDistributionAndIncomeServiceImpl.findApplicableRatesForFiscalYearUFAndA(Budget budget,
Budget.FiscalYearSummary fiscalYearSummary,
boolean onCampus) |
BudgetDecimal |
BudgetUnrecoveredFandA.getAmount()
This method...
|
BudgetDecimal |
BudgetUnrecoveredFandA.getApplicableRate()
This method...
|
BudgetDecimal |
BudgetCostShare.getShareAmount()
This method...
|
BudgetDecimal |
BudgetCostShare.getSharePercentage()
This method...
|
| Modifier and Type | Method and Description |
|---|---|
protected BudgetCostShare |
BudgetDistributionAndIncomeServiceImpl.createBudgetCostShare(int projectPeriod,
BudgetDecimal costShare) |
protected BudgetUnrecoveredFandA |
BudgetDistributionAndIncomeServiceImpl.createBudgetUnrecoveredFandA(Budget.FiscalYearSummary fiscalYearSummary,
BudgetDecimal applicableRate,
String onCampusFlag)
This method is a factory for BudgetUnrecoveredFandA
|
void |
BudgetUnrecoveredFandA.setAmount(BudgetDecimal amount)
This method...
|
void |
BudgetUnrecoveredFandA.setApplicableRate(BudgetDecimal applicableRate)
This method...
|
void |
BudgetCostShare.setShareAmount(BudgetDecimal shareAmount)
This method...
|
void |
BudgetCostShare.setSharePercentage(BudgetDecimal sharePercentage)
This method...
|
| Constructor and Description |
|---|
BudgetCostShare(Integer projectPeriod,
BudgetDecimal shareAmount,
BudgetDecimal sharePercentage,
String sourceAccount)
Constructs a BudgetCostShare.java.
|
BudgetUnrecoveredFandA(Integer fiscalYear,
BudgetDecimal amount,
BudgetDecimal applicableRate,
String campus,
String sourceAccount)
Constructs a BudgetUnrecoveredFandA.java.
|
| Modifier and Type | Method and Description |
|---|---|
BudgetDecimal |
AbstractBudgetRateAndBase.getAppliedRate() |
BudgetDecimal |
BudgetRateAndBase.getBaseCost() |
BudgetDecimal |
AbstractBudgetRateAndBase.getBaseCostSharing() |
BudgetDecimal |
AbstractBudgetRateAndBase.getCalculatedCost() |
BudgetDecimal |
AbstractBudgetCalculatedAmount.getCalculatedCost() |
BudgetDecimal |
AbstractBudgetRateAndBase.getCalculatedCostSharing() |
BudgetDecimal |
AbstractBudgetCalculatedAmount.getCalculatedCostSharing() |
BudgetDecimal |
BudgetFormulatedCostDetail.getCalculatedExpenses() |
BudgetDecimal |
BudgetLineItemBase.getCostSharingAmount() |
BudgetDecimal |
BudgetLineItemBase.getDirectCost()
Gets the directCost attribute.
|
BudgetDecimal |
BudgetLineItemBase.getIndirectCost()
Gets the indirectCost attribute.
|
BudgetDecimal |
BudgetLineItemBase.getLineItemCost() |
BudgetDecimal |
BudgetLineItem.getObjectTotal() |
BudgetDecimal |
BudgetLineItemBase.getTotalCostSharingAmount() |
BudgetDecimal |
BudgetLineItemBase.getUnderrecoveryAmount() |
BudgetDecimal |
BudgetFormulatedCostDetail.getUnitCost() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBudgetRateAndBase.setAppliedRate(BudgetDecimal appliedRate) |
void |
BudgetRateAndBase.setBaseCost(BudgetDecimal baseCost) |
void |
AbstractBudgetRateAndBase.setBaseCostSharing(BudgetDecimal baseCostSharing) |
void |
AbstractBudgetRateAndBase.setCalculatedCost(BudgetDecimal calculatedCost) |
void |
AbstractBudgetCalculatedAmount.setCalculatedCost(BudgetDecimal calculatedCost) |
void |
AbstractBudgetRateAndBase.setCalculatedCostSharing(BudgetDecimal calculatedCostSharing) |
void |
AbstractBudgetCalculatedAmount.setCalculatedCostSharing(BudgetDecimal calculatedCostSharing) |
void |
BudgetFormulatedCostDetail.setCalculatedExpenses(BudgetDecimal calculatedExpenses) |
void |
BudgetLineItemBase.setCostSharingAmount(BudgetDecimal costSharingAmount) |
void |
BudgetLineItemBase.setDirectCost(BudgetDecimal directCost)
Sets the directCost attribute value.
|
void |
BudgetLineItemBase.setIndirectCost(BudgetDecimal indirectCost)
Sets the indirectCost attribute value.
|
void |
BudgetLineItemBase.setLineItemCost(BudgetDecimal lineItemCost) |
void |
BudgetLineItem.setObjectTotal(BudgetDecimal objectTotal) |
void |
BudgetLineItemBase.setTotalCostSharingAmount(BudgetDecimal totalCostSharingAmount) |
void |
BudgetLineItemBase.setUnderrecoveryAmount(BudgetDecimal underrecoveryAmount) |
void |
BudgetFormulatedCostDetail.setUnitCost(BudgetDecimal unitCost) |
| Modifier and Type | Method and Description |
|---|---|
BudgetDecimal |
BudgetPeriod.getCostSharingAmount() |
BudgetDecimal |
BudgetPeriod.getDirectCostLimit()
Gets the directCostLimit attribute.
|
BudgetDecimal |
BudgetPeriod.getExpenseTotal() |
BudgetDecimal |
BudgetPeriod.getSumCostSharingAmountFromLineItems()
Gets the sum of the CostSharing Amount for all line items.
|
BudgetDecimal |
BudgetPeriod.getSumDirectCostAmountFromLineItems()
Gets the sum of the Direct Cost Amount for all line items.
|
BudgetDecimal |
BudgetPeriod.getSumIndirectCostAmountFromLineItems()
Gets the sum of the Indirect Cost Amount for all line items.
|
BudgetDecimal |
BudgetPeriod.getSumTotalCostAmountFromLineItems()
Gets the sum of the Total Cost Amount for all line items.
|
BudgetDecimal |
BudgetPeriod.getSumTotalCostSharingAmountFromLineItems()
Gets the sum of the Total CostSharing Amount for all line items.
|
BudgetDecimal |
BudgetPeriod.getSumUnderreoveryAmountFromLineItems()
Gets the sum of the Total Underreovery Amount for all line items.
|
BudgetDecimal |
BudgetPeriod.getTotalCost() |
BudgetDecimal |
BudgetPeriod.getTotalCostLimit() |
BudgetDecimal |
BudgetPeriod.getTotalDirectCost() |
BudgetDecimal |
BudgetPeriod.getTotalIndirectCost() |
BudgetDecimal |
BudgetPeriod.getUnderrecoveryAmount() |
| Modifier and Type | Method and Description |
|---|---|
void |
BudgetPeriod.setCostSharingAmount(BudgetDecimal costSharingAmount) |
void |
BudgetPeriod.setDirectCostLimit(BudgetDecimal directCostLimit)
Sets the directCostLimit attribute value.
|
void |
BudgetPeriod.setExpenseTotal(BudgetDecimal expenseTotal) |
void |
BudgetPeriod.setTotalCost(BudgetDecimal totalCost) |
void |
BudgetPeriod.setTotalCostLimit(BudgetDecimal totalCostLimit) |
void |
BudgetPeriod.setTotalDirectCost(BudgetDecimal totalDirectCost) |
void |
BudgetPeriod.setTotalIndirectCost(BudgetDecimal totalIndirectCost) |
void |
BudgetPeriod.setUnderrecoveryAmount(BudgetDecimal underrecoveryAmount) |
| Modifier and Type | Method and Description |
|---|---|
BudgetDecimal |
BudgetPersonSalaryDetails.getBaseSalary() |
BudgetDecimal |
BudgetPersonnelDetails.getCalculatedBaseSalary() |
BudgetDecimal |
BudgetPerson.getCalculationBase() |
BudgetDecimal |
BudgetPersonnelDetails.getCostSharingPercent() |
BudgetDecimal |
BudgetPersonnelDetails.getPercentCharged() |
BudgetDecimal |
BudgetPersonnelDetails.getPercentEffort() |
BudgetDecimal |
BudgetPersonnelRateAndBase.getSalaryRequested()
Gets the salaryRequested attribute.
|
BudgetDecimal |
BudgetPersonnelDetails.getSalaryRequested() |
| Modifier and Type | Method and Description |
|---|---|
void |
BudgetPersonSalaryDetails.setBaseSalary(BudgetDecimal baseSalary) |
void |
BudgetPersonnelDetails.setCalculatedBaseSalary(BudgetDecimal calculatedBaseSalary) |
void |
BudgetPerson.setCalculationBase(BudgetDecimal calculationBase) |
void |
BudgetPersonnelDetails.setCostSharingPercent(BudgetDecimal costSharingPercent) |
void |
BudgetPersonnelDetails.setPercentCharged(BudgetDecimal percentCharged) |
void |
BudgetPersonnelDetails.setPercentEffort(BudgetDecimal percentEffort) |
void |
BudgetPersonnelRateAndBase.setSalaryRequested(BudgetDecimal salaryRequested)
Sets the salaryRequested attribute value.
|
void |
BudgetPersonnelDetails.setSalaryRequested(BudgetDecimal salaryRequested) |
| Modifier and Type | Method and Description |
|---|---|
BudgetDecimal |
ReportTypeVO.getAppliedRate() |
BudgetDecimal |
ReportTypeVO.getCalculatedCost() |
BudgetDecimal |
ReportTypeVO.getCostSharingAmount() |
BudgetDecimal |
ReportTypeVO.getEmployeeBenefitRate() |
BudgetDecimal |
ReportTypeVO.getFringe() |
BudgetDecimal |
ReportTypeVO.getPercentCharged() |
BudgetDecimal |
ReportTypeVO.getPercentEffort() |
BudgetDecimal |
BudgetDataPeriodVO.getPeriodCost() |
BudgetDecimal |
ReportTypeVO.getSalaryRequested() |
BudgetDecimal |
SalaryTypeVO.getTotal() |
BudgetDecimal |
ReportTypeVO.getVacationRate() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportTypeVO.setAppliedRate(BudgetDecimal appliedRate) |
void |
ReportTypeVO.setCalculatedCost(BudgetDecimal calculatedCost) |
void |
ReportTypeVO.setCostSharingAmount(BudgetDecimal costSharingAmount) |
void |
ReportTypeVO.setEmployeeBenefitRate(BudgetDecimal employeeBenefitRate) |
void |
ReportTypeVO.setFringe(BudgetDecimal fringe) |
void |
ReportTypeVO.setPercentCharged(BudgetDecimal percentCharged) |
void |
ReportTypeVO.setPercentEffort(BudgetDecimal percentEffort) |
void |
BudgetDataPeriodVO.setPeriodCost(BudgetDecimal periodCost) |
void |
ReportTypeVO.setSalaryRequested(BudgetDecimal salaryRequested) |
void |
SalaryTypeVO.setTotal(BudgetDecimal total) |
void |
ReportTypeVO.setVacationRate(BudgetDecimal vacationRate) |
| Modifier and Type | Method and Description |
|---|---|
protected BudgetDecimal |
BudgetBaseStream.getCalculatedCostForBudgetExclusionsSortId1()
This method gets sum of calculatedCost from list of BudgetLineItem and
iterate through each budgetRateAndBase for BudgetExclusionsSortId1 based
on RateClassType LA_WITH_EB_VA and check key as startDate and endDate
|
protected BudgetDecimal |
BudgetBaseStream.getCalculatedCostForBudgetExclusionsSortId4()
This method gets sum of calculatedCost from list of BudgetLineItem and
iterate through each BudgetLineItemCalculatedAmount for
BudgetExclusionsSortId4 based on RateClassType LAB_ALLOCATION
|
protected BudgetDecimal |
BudgetBaseStream.getCalculatedCostForBudgetLAExclusionsSortId2()
This method gets sum of calculatedCost from list of BudgetLineItem and
iterate through each budgetRateAndBase for BudgetLAExclusionsSortId2
based on RateClassType EMPLOYEE_BENEFITS and VACATION
|
protected BudgetDecimal |
BudgetBaseStream.getCalculatedCostForBudgetOHExclusionsSortId2()
This method gets sum of calculatedCost from list of BudgetLineItem and
iterate through each budgetRateAndBase for BudgetOHExclusionsSortId2
based on RateClassCode and RateTypeCode
|
protected BudgetDecimal |
BudgetBaseStream.getEmpBenefitAppliedRateForPersonnel(AbstractBudgetRateAndBase budgetPersRateAndBase)
This method gets EmployeeBenefitRate based on RateClassType
EMPLOYEE_BENEFITS from BudgetPersonnelRateAndBase
|
protected BudgetDecimal |
BudgetBaseStream.getFringeForBudgetSalarySummaryFromPersonnelRateAndBase(AbstractBudgetRateAndBase budgetPersRateAndBase)
This method gets fringe costSharing for BudgetSalarySummary based on
rateClassType EMPLOYEE_BENEFITS and VACATION from
BudgetPersonnelRateAndBase
|
protected BudgetDecimal |
BudgetBaseStream.getPercentChargedForBudgetPersonnelRateBase(BudgetLineItem budgetLineItem,
BudgetPersonnelDetails budgetPersDetails,
BudgetPersonnelRateAndBase budgetPersRateAndBase)
This method gets percentageCharged from BudgetPersonnelRateAndBase or
BudgetPersonnelDetails based on RateClassCode and RateTypeCode
|
protected BudgetDecimal |
BudgetBaseStream.getPercentEffortForBudgetPersonnelRateBase(BudgetLineItem budgetLineItem,
BudgetPersonnelDetails budgetPersDetails,
BudgetPersonnelRateAndBase budgetPersRateAndBase)
This method gets percentEffort for from BudgetPersonnelDetails or
BudgetPersonnelRateAndBase based on RateClassCode and RateTypeCode
|
protected BudgetDecimal |
BudgetBaseStream.getTotalCalculatedCostByRateClassTypeFromLineItem(String rateClassType,
BudgetLineItem budgetLineItem)
This method gets sum of calculatedCost from list of
BudgetLineItemCalculatedAmount based on RateClassType
|
protected BudgetDecimal |
BudgetBaseStream.getTotalCostSharingAmountByRateClassTypeFromLineItem(BudgetLineItem budgetLineItem,
String rateClassType)
This method gets sum of costSharingAmount from list of
BudgetLineItemCalculatedAmount based on RateClassType
|
protected BudgetDecimal |
BudgetBaseStream.getVacationAppliedRateForPersonnel(AbstractBudgetRateAndBase budgetPersRateAndBase)
This method gets vacationRate based on RateClassType VACATION from
BudgetPersonnelRateAndBase
|
| Modifier and Type | Method and Description |
|---|---|
protected noNamespace.ReportType |
BudgetBaseStream.getReportTypeForBudgetIndirectCostsForReport(Boolean onOffCampus,
BudgetDecimal calculatedCost,
BudgetDecimal costSharingAmount)
This method gets ReportType of BudgetIndirectCost data, by setting
IndirectCost data OnOffCampus, costSharingAmount, calculatedCost or
default values to ReportType Object
|
protected noNamespace.ReportType |
BudgetBaseStream.getReportTypeForExclusions(int sortId,
String categoryDesc,
BudgetDecimal calculatedCost)
This method gets ReportType data for LA or OH Exclusion data, by setting
Exclusion data sortId, categoryDescription, calculatedCost to ReportType
Object
|
protected noNamespace.ReportType |
BudgetBaseStream.getReportTypeForNonPersonnel(String categoryDesc,
String costElementDesc,
BudgetDecimal calculatedCost,
BudgetDecimal costSharingAmount)
This method gets ReportType for NonPersonnel data, by setting
NonPersonnel data categoryDescription, costElementDescription,
calculatedCost, costSharingAmount or default values to ReportType Object
|
protected noNamespace.SalaryType |
BudgetBaseSalaryStream.getSalaryTypeXmlObject(String costElementDesc,
String costElementCode,
String name,
noNamespace.BudgetPeriodData[] budgetPeriodArray,
BudgetDecimal total)
This method will set the values to Salary attributes and finally returns
the salary Type Object
|
| Modifier and Type | Method and Description |
|---|---|
BudgetDecimal |
AbstractBudgetRate.getApplicableRate() |
BudgetDecimal |
AbstractBudgetRate.getExactApplicableRate() |
BudgetDecimal |
AbstractBudgetRate.getOldApplicableRate() |
BudgetDecimal |
TrainingStipendRate.getStipendRate() |
BudgetDecimal |
UnitFormulatedCost.getUnitCost() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBudgetRate.setApplicableRate(BudgetDecimal applicableRate) |
void |
AbstractBudgetRate.setExactApplicableRate(BudgetDecimal applicableRate) |
void |
AbstractBudgetRate.setOldApplicableRate(BudgetDecimal oldApplicableRate) |
void |
TrainingStipendRate.setStipendRate(BudgetDecimal rate) |
void |
UnitFormulatedCost.setUnitCost(BudgetDecimal unitCost) |
| Modifier and Type | Method and Description |
|---|---|
BudgetDecimal |
BudgetVersionOverview.getCostSharingAmount() |
BudgetDecimal |
BudgetVersionOverview.getResidualFunds() |
BudgetDecimal |
BudgetVersionOverview.getTotalCost() |
BudgetDecimal |
BudgetVersionOverview.getTotalCostLimit() |
BudgetDecimal |
BudgetVersionOverview.getTotalDirectCost() |
BudgetDecimal |
BudgetVersionOverview.getTotalDirectCostLimit()
Gets the totalDirectCostLimit attribute.
|
BudgetDecimal |
BudgetVersionOverview.getTotalIndirectCost() |
BudgetDecimal |
BudgetVersionOverview.getUnderrecoveryAmount() |
| Modifier and Type | Method and Description |
|---|---|
void |
BudgetVersionOverview.setCostSharingAmount(BudgetDecimal costSharingAmount) |
void |
BudgetVersionOverview.setResidualFunds(BudgetDecimal residualFunds) |
void |
BudgetVersionOverview.setTotalCost(BudgetDecimal totalCost) |
void |
BudgetVersionOverview.setTotalCostLimit(BudgetDecimal totalCostLimit) |
void |
BudgetVersionOverview.setTotalDirectCost(BudgetDecimal totalDirectCost) |
void |
BudgetVersionOverview.setTotalDirectCostLimit(BudgetDecimal totalDirectCostLimit)
Sets the totalDirectCostLimit attribute value.
|
void |
BudgetVersionOverview.setTotalIndirectCost(BudgetDecimal totalIndirectCost) |
void |
BudgetVersionOverview.setUnderrecoveryAmount(BudgetDecimal underrecoveryAmount) |
| Modifier and Type | Method and Description |
|---|---|
BudgetDecimal |
BudgetForm.getCostSharingAmount() |
| Modifier and Type | Method and Description |
|---|---|
void |
BudgetForm.setCostSharingAmount(BudgetDecimal costSharingAmount) |
| Modifier and Type | Method and Description |
|---|---|
Map<RateClassRateType,BudgetDecimal> |
BudgetAdjustmentServiceHelper.getIndirectCost(Budget currentBudget,
AwardBudgetExt previousBudget) |
SortedMap<RateType,BudgetDecimal> |
BudgetAdjustmentServiceHelper.getNonPersonnelCalculatedDirectCost(Budget currentBudget,
AwardBudgetExt previousBudget) |
HashMap<String,BudgetDecimal> |
BudgetAdjustmentServiceHelper.getNonPersonnelCost(Budget currentBudget,
AwardBudgetExt previousBudget) |
Map<RateClassRateType,BudgetDecimal> |
BudgetAdjustmentServiceHelper.getPersonnelCalculatedDirectCost(Budget currentBudget,
AwardBudgetExt previousBudget) |
Map<RateClassRateType,BudgetDecimal> |
BudgetAdjustmentServiceHelper.getPersonnelFringeCost(Budget currentBudget,
AwardBudgetExt previousBudget) |
SortedMap<String,BudgetDecimal> |
BudgetAdjustmentServiceHelper.getPersonnelSalaryCost(Budget currentBudget,
AwardBudgetExt previousBudget) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<RateClassRateType,BudgetDecimal> |
BudgetAdjustmentServiceHelperImpl.getFringeTotals(List<CostElement> currentPersonnelObjectCodes,
Budget budget)
This method returns the fringe totals.
|
Map<RateClassRateType,BudgetDecimal> |
BudgetAdjustmentServiceHelperImpl.getIndirectCost(Budget currentBudget,
AwardBudgetExt previousBudget)
This method returns the indirect cost for the accounting line.
|
SortedMap<RateType,BudgetDecimal> |
BudgetAdjustmentServiceHelperImpl.getNonPersonnelCalculatedDirectCost(Budget currentBudget,
AwardBudgetExt previousBudget) |
HashMap<String,BudgetDecimal> |
BudgetAdjustmentServiceHelperImpl.getNonPersonnelCost(Budget currentBudget,
AwardBudgetExt previousBudget)
In order to decrease or increase, the change amount is used, so this can be sent as is without
subtracting from previous budget.
|
Map<RateClassRateType,BudgetDecimal> |
BudgetAdjustmentServiceHelperImpl.getPersonnelCalculatedDirectCost(Budget currentBudget,
AwardBudgetExt previousBudget)
This method returns the personnel calculated direct cost.
|
Map<RateClassRateType,BudgetDecimal> |
BudgetAdjustmentServiceHelperImpl.getPersonnelFringeCost(Budget currentBudget,
AwardBudgetExt previousBudget) |
SortedMap<String,BudgetDecimal> |
BudgetAdjustmentServiceHelperImpl.getPersonnelSalaryCost(Budget currentBudget,
AwardBudgetExt previousBudget)
This method returns the personnel salary cost.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BudgetAdjustmentClientBase.createAccountingLines(Map<String,BudgetDecimal> accountingLines,
AwardBudgetDocument awardBudgetDocument,
BudgetAdjustmentParametersDTO parametersDTO)
This method creates the accounting lines for the BA.
|
protected boolean |
BudgetAdjustmentClientBase.setIndirectCostAccountingLine(AwardBudgetDocument awardBudgetDocument,
Map<String,BudgetDecimal> accountingLines)
This method sets the indirect cost.
|
protected boolean |
BudgetAdjustmentClientBase.setNonPersonnelAccountingLines(AwardBudgetDocument awardBudgetDocument,
Map<String,BudgetDecimal> accountingLines)
This method sets the no personnel accounting line.
|
protected boolean |
BudgetAdjustmentClientBase.setNonPersonnelCalculatedDirectCostAccountingLines(AwardBudgetDocument awardBudgetDocument,
Map<String,BudgetDecimal> accountingLines)
This method sets the non personnel calculated direct cost.
|
protected boolean |
BudgetAdjustmentClientBase.setPersonnelFringeAccountingLines(AwardBudgetDocument awardBudgetDocument,
Map<String,BudgetDecimal> accountingLines)
This method sets the fringe line.
|
protected boolean |
BudgetAdjustmentClientBase.setPersonnelSalaryAccountingLines(AwardBudgetDocument awardBudgetDocument,
Map<String,BudgetDecimal> accountingLines)
This method sets the personnel salary accounting line.
|
protected boolean |
BudgetAdjustmentClientBase.setPersonnnelCalculatedDirectCost(AwardBudgetDocument awardBudgetDocument,
Map<String,BudgetDecimal> accountingLines)
Sets PersonnelCalculatedDirect cost
|
| Modifier and Type | Method and Description |
|---|---|
BudgetDecimal |
CostShareInfoDO.getCostShareAmount() |
BudgetDecimal |
ProposalDevelopmentApproverViewDO.getDirectCost() |
BudgetDecimal |
ProposalDevelopmentApproverViewDO.getIndirectCost() |
BudgetDecimal |
ProposalDevelopmentApproverViewDO.getTotalCost() |
| Modifier and Type | Method and Description |
|---|---|
void |
CostShareInfoDO.setCostShareAmount(BudgetDecimal costShareAmount) |
void |
ProposalDevelopmentApproverViewDO.setDirectCost(BudgetDecimal directCost) |
void |
ProposalDevelopmentApproverViewDO.setIndirectCost(BudgetDecimal indirectCost) |
void |
ProposalDevelopmentApproverViewDO.setTotalCost(BudgetDecimal totalCost) |
| Modifier and Type | Method and Description |
|---|---|
BudgetDecimal |
BudgetSubAwardPeriodDetail.getCostShare() |
BudgetDecimal |
BudgetSubAwardPeriodDetail.getDirectCost() |
BudgetDecimal |
BudgetSubAwardPeriodDetail.getIndirectCost() |
BudgetDecimal |
BudgetSubAwardPeriodDetail.getTotalCost() |
| Modifier and Type | Method and Description |
|---|---|
void |
BudgetSubAwardPeriodDetail.setCostShare(BudgetDecimal costShare) |
void |
BudgetSubAwardPeriodDetail.setDirectCost(BudgetDecimal directCost) |
void |
BudgetSubAwardPeriodDetail.setIndirectCost(BudgetDecimal indirectCost) |
void |
BudgetSubAwardPeriodDetail.setTotalCost(BudgetDecimal totalCost) |
| Modifier and Type | Method and Description |
|---|---|
BudgetDecimal |
BudgetModularSummary.getConsortiumFna() |
BudgetDecimal |
BudgetModular.getConsortiumFna() |
BudgetDecimal |
BudgetModularSummary.getDirectCostLessConsortiumFna() |
BudgetDecimal |
BudgetModular.getDirectCostLessConsortiumFna() |
BudgetDecimal |
BudgetModularIdc.getFundsRequested() |
BudgetDecimal |
BudgetModularIdc.getIdcBase() |
BudgetDecimal |
BudgetModularIdc.getIdcRate() |
BudgetDecimal |
BudgetModularSummary.getTotalDirectCost() |
BudgetDecimal |
BudgetModular.getTotalDirectCost() |
BudgetDecimal |
BudgetModularSummary.getTotalFnaRequested() |
BudgetDecimal |
BudgetModular.getTotalFnaRequested() |
BudgetDecimal |
BudgetModularSummary.getTotalRequestedCost() |
BudgetDecimal |
BudgetModular.getTotalRequestedCost() |
| Modifier and Type | Method and Description |
|---|---|
void |
BudgetModularSummary.setConsortiumFna(BudgetDecimal consortiumFna) |
void |
BudgetModular.setConsortiumFna(BudgetDecimal consortiumFna) |
void |
BudgetModularSummary.setDirectCostLessConsortiumFna(BudgetDecimal directCostLessConsortiumFna) |
void |
BudgetModular.setDirectCostLessConsortiumFna(BudgetDecimal directCostLessConsortiumFna) |
void |
BudgetModularIdc.setFundsRequested(BudgetDecimal fundsRequested) |
void |
BudgetModularIdc.setIdcBase(BudgetDecimal idcBase) |
void |
BudgetModularIdc.setIdcRate(BudgetDecimal idcRate) |
void |
BudgetModularSummary.setTotalDirectCost(BudgetDecimal totalDirectCost) |
void |
BudgetModular.setTotalDirectCost(BudgetDecimal totalDirectCost) |
void |
BudgetModularSummary.setTotalFnaRequested(BudgetDecimal totalFnaRequested) |
void |
BudgetModular.setTotalFnaRequested(BudgetDecimal totalFnaRequested) |
void |
BudgetModularSummary.setTotalRequestedCost(BudgetDecimal totalRequestedCost) |
void |
BudgetModular.setTotalRequestedCost(BudgetDecimal totalRequestedCost) |
| Modifier and Type | Method and Description |
|---|---|
protected BudgetDecimal |
BudgetSubAwardServiceImpl.lesserValue(BudgetDecimal num1,
BudgetDecimal num2) |
| Modifier and Type | Method and Description |
|---|---|
protected BudgetDecimal |
BudgetSubAwardServiceImpl.lesserValue(BudgetDecimal num1,
BudgetDecimal num2) |
| Modifier and Type | Method and Description |
|---|---|
protected BudgetDecimal |
AbstractResearchAndRelatedStream.getFringeCost(BudgetPersonnelDetails budgetPersDetails) |
protected BudgetDecimal |
AbstractResearchAndRelatedStream.getTotalFringe(BudgetPeriod budgetPeriod) |
protected BudgetDecimal |
AbstractResearchAndRelatedStream.getTotalSalaryRequested(BudgetPeriod budgetPeriod) |
| Modifier and Type | Method and Description |
|---|---|
protected gov.nih.era.projectmgmt.sbir.cgap.researchandrelatedNamespace.BudgetTotalsType |
AbstractResearchAndRelatedStream.getBudgetTotals(BudgetDecimal totalCost,
BudgetDecimal costSharingAmount) |
| Modifier and Type | Method and Description |
|---|---|
BudgetDecimal |
CompensationInfo.getAcademicMonths()
Getter for property academicMonths.
|
BudgetDecimal |
OtherDirectCostInfo.getAlterations()
Getter for property alterations
|
BudgetDecimal |
OtherDirectCostInfo.getAlterationsCostSharing() |
BudgetDecimal |
IndirectCostDetails.getBase()
Getter for property base.
|
BudgetDecimal |
IndirectCostDetails.getBaseCostSharing() |
BudgetDecimal |
CompensationInfo.getBaseSalary()
Getter for property baseSalary.
|
BudgetDecimal |
CompensationInfo.getCalendarMonths()
Getter for property calendarMonths.
|
BudgetDecimal |
OtherDirectCostInfo.getcomputer()
Getter for property computer
|
BudgetDecimal |
OtherDirectCostInfo.getComputerCostSharing() |
BudgetDecimal |
OtherDirectCostInfo.getConsultants()
Getter for property consultants
|
BudgetDecimal |
OtherDirectCostInfo.getConsultantsCostSharing() |
BudgetDecimal |
CostInfo.getCost()
Getter for property cost
|
BudgetDecimal |
IndirectCostDetails.getCostSharing() |
BudgetDecimal |
CostInfo.getCostSharing() |
BudgetDecimal |
CompensationInfo.getCostSharingAmount() |
BudgetDecimal |
BudgetPeriodInfo.getCostSharingAmount()
Getter for property costSharingAmount.
|
BudgetDecimal |
BudgetSummaryInfo.getCumDomesticTravel()
Getter for property cumDomesticTravel.
|
BudgetDecimal |
BudgetSummaryInfo.getCumDomesticTravelNonFund() |
BudgetDecimal |
BudgetSummaryInfo.getCumEquipmentFunds()
Getter for property cumEquipmentFunds.
|
BudgetDecimal |
BudgetSummaryInfo.getCumEquipmentNonFunds() |
BudgetDecimal |
BudgetSummaryInfo.getCumFee()
Getter for property cumFee.
|
BudgetDecimal |
BudgetSummaryInfo.getCumForeignTravel()
Getter for property cumForeignTravel.
|
BudgetDecimal |
BudgetSummaryInfo.getCumForeignTravelNonFund() |
BudgetDecimal |
BudgetSummaryInfo.getCumNumOtherPersonnel()
Getter for property cumNumOtherPersonnel.
|
BudgetDecimal |
BudgetSummaryInfo.getCumTotalCosts()
Getter for property cumTotalCosts.
|
BudgetDecimal |
BudgetSummaryInfo.getCumTotalCostSharing() |
BudgetDecimal |
BudgetSummaryInfo.getCumTotalDirectCosts()
Getter for property cumTotalDirectCosts.
|
BudgetDecimal |
BudgetSummaryInfo.getCumTotalDirectCostSharing() |
BudgetDecimal |
BudgetSummaryInfo.getCumTotalFundsForOtherPersonnel()
Getter for property cumTotalFundsForOtherPersonnel.
|
BudgetDecimal |
BudgetSummaryInfo.getCumTotalFundsForPersonnel()
Getter for property cumTotalFundsForPersonnel.
|
BudgetDecimal |
BudgetSummaryInfo.getCumTotalFundsForSrPersonnel()
Getter for property cumTotalFundsForSrPersonnel.
|
BudgetDecimal |
BudgetSummaryInfo.getCumTotalIndirectCosts()
Getter for property cumTotalIndirectCosts.
|
BudgetDecimal |
BudgetSummaryInfo.getCumTotalIndirectCostSharing() |
BudgetDecimal |
BudgetSummaryInfo.getCumTotalNonFundsForOtherPersonnel() |
BudgetDecimal |
BudgetSummaryInfo.getCumTotalNonFundsForPersonnel() |
BudgetDecimal |
BudgetSummaryInfo.getCumTotalNonFundsForSrPersonnel() |
BudgetDecimal |
BudgetSummaryInfo.getCumTravel()
Getter for property cumTravel.
|
BudgetDecimal |
BudgetSummaryInfo.getCumTravelNonFund() |
BudgetDecimal |
BudgetPeriodInfo.getDirectCostsTotal()
Getter for property directCostsTotal.
|
BudgetDecimal |
BudgetPeriodInfo.getDomesticTravelCost()
Getter for property domesticTravelCost.
|
BudgetDecimal |
BudgetPeriodInfo.getDomesticTravelCostSharing() |
BudgetDecimal |
OtherDirectCostInfo.getDomTravel()
Getter for property domTravel
|
BudgetDecimal |
OtherDirectCostInfo.getDomTravelCostSharing() |
BudgetDecimal |
OtherDirectCostInfo.getEquipRental()
Getter for property equipRental
|
BudgetDecimal |
OtherDirectCostInfo.getEquipRentalCostSharing() |
BudgetDecimal |
OtherDirectCostInfo.getForeignTravel()
Getter for property foreignTravel
|
BudgetDecimal |
BudgetPeriodInfo.getForeignTravelCost()
Getter for property foreignTravelCost.
|
BudgetDecimal |
OtherDirectCostInfo.getForeignTravelCostSharing() |
BudgetDecimal |
BudgetPeriodInfo.getForeignTravelCostSharing() |
BudgetDecimal |
CompensationInfo.getFringe()
Getter for property fringe.
|
BudgetDecimal |
CompensationInfo.getFringeCostSharing() |
BudgetDecimal |
IndirectCostDetails.getFunds()
Getter for property funds.
|
BudgetDecimal |
CompensationInfo.getFundsRequested()
Getter for property fundsRequested.
|
BudgetDecimal |
OtherDirectCostInfo.getmaterials()
Getter for property materials
|
BudgetDecimal |
OtherDirectCostInfo.getMaterialsCostSharing()
Getter for property materialsCostSharing
|
BudgetDecimal |
CompensationInfo.getNonFundsRequested() |
BudgetDecimal |
BudgetPeriodInfo.getOtherPersonnelTotalNumber()
Getter for property OtherPersonnelTotalNumber.
|
BudgetDecimal |
OtherDirectCostInfo.getParticipantTotal()
Getter for property participantTotal
|
BudgetDecimal |
OtherDirectCostInfo.getParticipantTotalCostSharing() |
BudgetDecimal |
OtherDirectCostInfo.getPartOther()
Getter for property partOther
|
BudgetDecimal |
BudgetSummaryInfo.getpartOtherCost()
Getter for property partOtherCost.
|
BudgetDecimal |
BudgetPeriodInfo.getpartOtherCost()
Getter for property partOtherCost.
|
BudgetDecimal |
OtherDirectCostInfo.getPartOtherCostSharing() |
BudgetDecimal |
BudgetSummaryInfo.getPartOtherCostSharing() |
BudgetDecimal |
BudgetPeriodInfo.getPartOtherCostSharing() |
BudgetDecimal |
BudgetSummaryInfo.getpartStipendCost()
Getter for property partStipendCost.
|
BudgetDecimal |
BudgetPeriodInfo.getpartStipendCost()
Getter for property partStipendCost.
|
BudgetDecimal |
BudgetSummaryInfo.getPartStipendCostSharing() |
BudgetDecimal |
BudgetPeriodInfo.getPartStipendCostSharing() |
BudgetDecimal |
OtherDirectCostInfo.getPartStipends()
Getter for property partStipends
|
BudgetDecimal |
OtherDirectCostInfo.getPartStipendsCostSharing() |
BudgetDecimal |
OtherDirectCostInfo.getPartSubsistence()
Getter for property partSubsistence.
|
BudgetDecimal |
BudgetSummaryInfo.getPartSubsistence()
Getter for property partSubsistence.
|
BudgetDecimal |
BudgetPeriodInfo.getPartSubsistence()
Getter for property partSubsistence.
|
BudgetDecimal |
OtherDirectCostInfo.getPartSubsistenceCostSharing()
Getter for property partSubsistenceCostSharing.
|
BudgetDecimal |
BudgetSummaryInfo.getPartSubsistenceCostSharing()
Getter for property partSubsistenceCostSharing.
|
BudgetDecimal |
BudgetPeriodInfo.getPartSubsistenceCostSharing()
Getter for property partSubsistenceCostSharing.
|
BudgetDecimal |
OtherDirectCostInfo.getPartTravel()
Getter for property partTravel
|
BudgetDecimal |
BudgetSummaryInfo.getpartTravelCost()
Getter for property partTravelCost.
|
BudgetDecimal |
BudgetPeriodInfo.getpartTravelCost()
Getter for property partTravelCost.
|
BudgetDecimal |
OtherDirectCostInfo.getPartTravelCostSharing() |
BudgetDecimal |
BudgetSummaryInfo.getPartTravelCostSharing() |
BudgetDecimal |
BudgetPeriodInfo.getPartTravelCostSharing() |
BudgetDecimal |
OtherDirectCostInfo.getPartTuition()
Getter for property partTuition.
|
BudgetDecimal |
BudgetSummaryInfo.getPartTuition()
Getter for property partTuition.
|
BudgetDecimal |
BudgetPeriodInfo.getPartTuition()
Getter for property partTuition.
|
BudgetDecimal |
OtherDirectCostInfo.getPartTuitionCostSharing()
Getter for property partTuitionCostSharing.
|
BudgetDecimal |
BudgetSummaryInfo.getPartTuitionCostSharing()
Getter for property partTuitionCostSharing.
|
BudgetDecimal |
BudgetPeriodInfo.getPartTuitionCostSharing()
Getter for property partTuitionCostSharing.
|
BudgetDecimal |
OtherDirectCostInfo.getpublications()
Getter for property publications
|
BudgetDecimal |
OtherDirectCostInfo.getPublicationsCostSharing() |
BudgetDecimal |
IndirectCostDetails.getRate()
Getter for property rate.
|
BudgetDecimal |
CompensationInfo.getRequestedSalary()
Getter for property requestedSalary.
|
BudgetDecimal |
OtherDirectCostInfo.getsubAwards()
Getter for property subAwards
|
BudgetDecimal |
OtherDirectCostInfo.getSubAwardsCostSharing() |
BudgetDecimal |
CompensationInfo.getSummerMonths()
Getter for property summerMonths.
|
BudgetDecimal |
BudgetPeriodInfo.getTotalCompensation()
Getter for property totalCompensation.
|
BudgetDecimal |
BudgetPeriodInfo.getTotalCompensationCostSharing() |
BudgetDecimal |
BudgetPeriodInfo.getTotalCosts()
Getter for property totalCosts.
|
BudgetDecimal |
BudgetPeriodInfo.getTotalDirectCostSharing() |
BudgetDecimal |
EquipmentInfo.getTotalExtraFund()
Getter for property totalExtraFund.
|
BudgetDecimal |
EquipmentInfo.getTotalExtraNonFund()
Getter for property totalExtraNonFund.
|
BudgetDecimal |
EquipmentInfo.getTotalFund()
Getter for property totalFund.
|
BudgetDecimal |
BudgetPeriodInfo.getTotalFundsAttachedEquipment()
Getter for property totalFundsAttachedEquipment.
|
BudgetDecimal |
BudgetPeriodInfo.getTotalFundsAttachedKeyPersons()
Getter for property totalFundsAttachedKeyPersons.
|
BudgetDecimal |
BudgetPeriodInfo.getTotalFundsEquipment()
Getter for property totalFundsEquipment.
|
BudgetDecimal |
BudgetPeriodInfo.getTotalFundsKeyPersons()
Getter for property totalFundsKeyPersons.
|
BudgetDecimal |
BudgetPeriodInfo.getTotalIndirectCost()
Getter for property totalIndirectCost.
|
BudgetDecimal |
IndirectCostInfo.getTotalIndirectCosts()
Getter for property totalIndirectCosts.
|
BudgetDecimal |
IndirectCostInfo.getTotalIndirectCostSharing()
Getter for property totalIndirectCostSharing.
|
BudgetDecimal |
BudgetPeriodInfo.getTotalIndirectCostSharing() |
BudgetDecimal |
EquipmentInfo.getTotalNonFund()
Getter for property totalNonFund.
|
BudgetDecimal |
BudgetPeriodInfo.getTotalNonFundsAttachedKeyPersons() |
BudgetDecimal |
BudgetPeriodInfo.getTotalNonFundsKeyPersons() |
BudgetDecimal |
OtherDirectCostInfo.gettotalOtherDirect()
Getter for property totalOtherDirect
|
BudgetDecimal |
OtherDirectCostInfo.getTotalOtherDirectCostSharing() |
BudgetDecimal |
BudgetPeriodInfo.getTotalOtherPersonnelFunds()
Getter for property totalOtherPersonnelFunds.
|
BudgetDecimal |
BudgetPeriodInfo.getTotalOtherPersonnelNonFunds() |
BudgetDecimal |
BudgetPeriodInfo.getTotalTravelCost()
Getter for property totalTravelCost.
|
BudgetDecimal |
BudgetPeriodInfo.getTotalTravelCostSharing() |
BudgetDecimal |
OtherDirectCostInfo.getTotTravel()
Getter for property totTravel
|
BudgetDecimal |
OtherDirectCostInfo.getTotTravelCostSharing() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompensationInfo.setAcademicMonths(BudgetDecimal academicMonths)
Setter for property academicMonths.
|
void |
OtherDirectCostInfo.setAlterations(BudgetDecimal alterations)
Setter for property alterations.
|
void |
OtherDirectCostInfo.setAlterationsCostSharing(BudgetDecimal alterationsCostSharing) |
void |
IndirectCostDetails.setBase(BudgetDecimal base)
Setter for property base.
|
void |
IndirectCostDetails.setBaseCostSharing(BudgetDecimal baseCostSharing) |
void |
CompensationInfo.setBaseSalary(BudgetDecimal baseSalary)
Setter for property baseSalary.
|
void |
CompensationInfo.setCalendarMonths(BudgetDecimal calendarMonths)
Setter for property calendarMonths.
|
void |
OtherDirectCostInfo.setcomputer(BudgetDecimal computer)
Setter for property computer.
|
void |
OtherDirectCostInfo.setComputerCostSharing(BudgetDecimal computerCostSharing) |
void |
OtherDirectCostInfo.setConsultants(BudgetDecimal consultants)
Setter for property consultants.
|
void |
OtherDirectCostInfo.setConsultantsCostSharing(BudgetDecimal consultantsCostSharing) |
void |
CostInfo.setCost(BudgetDecimal cost)
Setter for property cost
|
void |
IndirectCostDetails.setCostSharing(BudgetDecimal costSharing) |
void |
CostInfo.setCostSharing(BudgetDecimal costSharing) |
void |
CompensationInfo.setCostSharingAmount(BudgetDecimal costSharingAmount) |
void |
BudgetPeriodInfo.setCostSharingAmount(BudgetDecimal costSharingAmount)
Setter for property costSharingAmount.
|
void |
BudgetSummaryInfo.setCumDomesticTravel(BudgetDecimal cumDomesticTravel)
Setter for property cumDomesticTravel.
|
void |
BudgetSummaryInfo.setCumDomesticTravelNonFund(BudgetDecimal cumDomesticTravelNonFund) |
void |
BudgetSummaryInfo.setCumEquipmentFunds(BudgetDecimal cumEquipmentFunds)
Setter for property cumEquipmentFunds.
|
void |
BudgetSummaryInfo.setCumEquipmentNonFunds(BudgetDecimal cumEquipmentNonFunds) |
void |
BudgetSummaryInfo.setCumFee(BudgetDecimal cumFee)
Setter for property cumFee.
|
void |
BudgetSummaryInfo.setCumForeignTravel(BudgetDecimal cumForeignTravel)
Setter for property cumForeignTravel.
|
void |
BudgetSummaryInfo.setCumForeignTravelNonFund(BudgetDecimal cumForeignTravelNonFund) |
void |
BudgetSummaryInfo.setCumNumOtherPersonnel(BudgetDecimal cumNumOtherPersonnel)
Setter for property cumNumOtherPersonnel.
|
void |
BudgetSummaryInfo.setCumTotalCosts(BudgetDecimal cumTotalCosts)
Setter for property cumTotalCosts.
|
void |
BudgetSummaryInfo.setCumTotalCostSharing(BudgetDecimal cumTotalCostSharing) |
void |
BudgetSummaryInfo.setCumTotalDirectCosts(BudgetDecimal cumTotalDirectCosts)
Setter for property cumTotalDirectCosts.
|
void |
BudgetSummaryInfo.setCumTotalDirectCostSharing(BudgetDecimal cumTotalDirectCostSharing) |
void |
BudgetSummaryInfo.setCumTotalFundsForOtherPersonnel(BudgetDecimal cumTotalFundsForOtherPersonnel)
Setter for property cumTotalFundsForOtherPersonnel.
|
void |
BudgetSummaryInfo.setCumTotalFundsForPersonnel(BudgetDecimal cumTotalFundsForPersonnel)
Setter for property cumTotalFundsForPersonnel.
|
void |
BudgetSummaryInfo.setCumTotalFundsForSrPersonnel(BudgetDecimal cumTotalFundsForSrPersonnel)
Setter for property cumTotalFundsForSrPersonnel.
|
void |
BudgetSummaryInfo.setCumTotalIndirectCosts(BudgetDecimal cumTotalIndirectCosts)
Setter for property cumTotalIndirectCosts.
|
void |
BudgetSummaryInfo.setCumTotalIndirectCostSharing(BudgetDecimal cumTotalIndirectCostSharing) |
void |
BudgetSummaryInfo.setCumTotalNonFundsForOtherPersonnel(BudgetDecimal cumTotalNonFundsForOtherPersonnel) |
void |
BudgetSummaryInfo.setCumTotalNonFundsForPersonnel(BudgetDecimal cumTotalNonFundsForPersonnel) |
void |
BudgetSummaryInfo.setCumTotalNonFundsForSrPersonnel(BudgetDecimal cumTotalNonFundsForSrPersonnel) |
void |
BudgetSummaryInfo.setCumTravel(BudgetDecimal cumTravel)
Setter for property cumTravel.
|
void |
BudgetSummaryInfo.setCumTravelNonFund(BudgetDecimal cumTravelNonFund) |
void |
BudgetPeriodInfo.setDirectCostsTotal(BudgetDecimal directCostsTotal)
Setter for property directCostsTotal.
|
void |
BudgetPeriodInfo.setDomesticTravelCost(BudgetDecimal domesticTravelCost)
Setter for property domesticTravelCost.
|
void |
BudgetPeriodInfo.setDomesticTravelCostSharing(BudgetDecimal domesticTravelCostSharing) |
void |
OtherDirectCostInfo.setDomTravel(BudgetDecimal domTravel)
Setter for property domTravel.
|
void |
OtherDirectCostInfo.setDomTravelCostSharing(BudgetDecimal domTravelCostSharing) |
void |
OtherDirectCostInfo.setEquipRental(BudgetDecimal equipRental)
Setter for property equipRental.
|
void |
OtherDirectCostInfo.setEquipRentalCostSharing(BudgetDecimal equipRentalCostSharing) |
void |
OtherDirectCostInfo.setForeignTravel(BudgetDecimal foreignTravel)
Setter for property foreignTravel.
|
void |
BudgetPeriodInfo.setForeignTravelCost(BudgetDecimal foreignTravelCost)
Setter for property foreignTravelCost.
|
void |
OtherDirectCostInfo.setForeignTravelCostSharing(BudgetDecimal foreignTravelCostSharing) |
void |
BudgetPeriodInfo.setForeignTravelCostSharing(BudgetDecimal foreignTravelCostSharing) |
void |
CompensationInfo.setFringe(BudgetDecimal fringe)
Setter for property fringe.
|
void |
CompensationInfo.setFringeCostSharing(BudgetDecimal fringeCostSharing) |
void |
IndirectCostDetails.setFunds(BudgetDecimal funds)
Setter for property funds.
|
void |
CompensationInfo.setFundsRequested(BudgetDecimal fundsRequested)
Setter for property fundsRequested.
|
void |
OtherDirectCostInfo.setmaterials(BudgetDecimal materials)
Setter for property materials.
|
void |
OtherDirectCostInfo.setMaterialsCostSharing(BudgetDecimal materialsCostSharing)
Setter for property materialsCostSharing.
|
void |
CompensationInfo.setNonFundsRequested(BudgetDecimal nonFundsRequested) |
void |
BudgetPeriodInfo.setOtherPersonnelTotalNumber(BudgetDecimal otherPersonnelTotalNumber)
Setter for property OtherPersonnelTotalNumber.
|
void |
OtherDirectCostInfo.setParticipantTotal(BudgetDecimal participantTotal)
Setter for property participantTotal.
|
void |
OtherDirectCostInfo.setParticipantTotalCostSharing(BudgetDecimal participantTotalCostSharing) |
void |
OtherDirectCostInfo.setPartOther(BudgetDecimal partOther)
Setter for property partOther.
|
void |
BudgetSummaryInfo.setpartOtherCost(BudgetDecimal partOtherCost)
Setter for property partOtherCost.
|
void |
BudgetPeriodInfo.setpartOtherCost(BudgetDecimal partOtherCost)
Setter for property partOtherCost.
|
void |
OtherDirectCostInfo.setPartOtherCostSharing(BudgetDecimal partOtherCostSharing) |
void |
BudgetSummaryInfo.setPartOtherCostSharing(BudgetDecimal partOtherCostSharing) |
void |
BudgetPeriodInfo.setPartOtherCostSharing(BudgetDecimal partOtherCostSharing) |
void |
BudgetSummaryInfo.setpartStipendCost(BudgetDecimal partStipendCost)
Setter for property partStipendCost.
|
void |
BudgetPeriodInfo.setpartStipendCost(BudgetDecimal partStipendCost)
Setter for property partStipendCost.
|
void |
BudgetSummaryInfo.setPartStipendCostSharing(BudgetDecimal partStipendCostSharing) |
void |
BudgetPeriodInfo.setPartStipendCostSharing(BudgetDecimal partStipendCostSharing) |
void |
OtherDirectCostInfo.setPartStipends(BudgetDecimal partStipends)
Setter for property partStipends.
|
void |
OtherDirectCostInfo.setPartStipendsCostSharing(BudgetDecimal partStipendsCostSharing) |
void |
OtherDirectCostInfo.setPartSubsistence(BudgetDecimal partSubsistence)
Setter for property partSubsistence.
|
void |
BudgetSummaryInfo.setPartSubsistence(BudgetDecimal partSubsistence)
Setter for property partSubsistence.
|
void |
BudgetPeriodInfo.setPartSubsistence(BudgetDecimal partSubsistence)
Setter for property partSubsistence.
|
void |
OtherDirectCostInfo.setPartSubsistenceCostSharing(BudgetDecimal partSubsistenceCostSharing)
Setter for property partSubsistenceCostSharing.
|
void |
BudgetSummaryInfo.setPartSubsistenceCostSharing(BudgetDecimal partSubsistenceCostSharing)
Setter for property partSubsistenceCostSharing.
|
void |
BudgetPeriodInfo.setPartSubsistenceCostSharing(BudgetDecimal partSubsistenceCostSharing)
Setter for property partSubsistenceCostSharing.
|
void |
OtherDirectCostInfo.setPartTravel(BudgetDecimal partTravel)
Setter for property partTravel.
|
void |
BudgetSummaryInfo.setpartTravelCost(BudgetDecimal partTravelCost)
Setter for property partTravelCost.
|
void |
BudgetPeriodInfo.setpartTravelCost(BudgetDecimal partTravelCost)
Setter for property partTravelCost.
|
void |
OtherDirectCostInfo.setPartTravelCostSharing(BudgetDecimal partTravelCostSharing) |
void |
BudgetSummaryInfo.setPartTravelCostSharing(BudgetDecimal partTravelCostSharing) |
void |
BudgetPeriodInfo.setPartTravelCostSharing(BudgetDecimal partTravelCostSharing) |
void |
OtherDirectCostInfo.setPartTuition(BudgetDecimal partTuition)
Setter for property partTuition.
|
void |
BudgetSummaryInfo.setPartTuition(BudgetDecimal partTuition)
Setter for property partTuition.
|
void |
BudgetPeriodInfo.setPartTuition(BudgetDecimal partTuition)
Setter for property partTuition.
|
void |
OtherDirectCostInfo.setPartTuitionCostSharing(BudgetDecimal partTuitionCostSharing)
Setter for property partTuitionCostSharing.
|
void |
BudgetSummaryInfo.setPartTuitionCostSharing(BudgetDecimal partTuitionCostSharing)
Setter for property partTuitionCostSharing.
|
void |
BudgetPeriodInfo.setPartTuitionCostSharing(BudgetDecimal partTuitionCostSharing)
Setter for property partTuitionCostSharing.
|
void |
OtherDirectCostInfo.setpublications(BudgetDecimal publications)
Setter for property publications.
|
void |
OtherDirectCostInfo.setPublicationsCostSharing(BudgetDecimal publicationsCostSharing) |
void |
IndirectCostDetails.setRate(BudgetDecimal rate)
Setter for property rate.
|
void |
CompensationInfo.setRequestedSalary(BudgetDecimal requestedSalary)
Setter for property requestedSalary.
|
void |
OtherDirectCostInfo.setsubAwards(BudgetDecimal subAwards)
Setter for property subAwards.
|
void |
OtherDirectCostInfo.setSubAwardsCostSharing(BudgetDecimal subAwardsCostSharing) |
void |
CompensationInfo.setSummerMonths(BudgetDecimal summerMonths)
Setter for property summerMonths.
|
void |
BudgetPeriodInfo.setTotalCompensation(BudgetDecimal totalCompensation)
Setter for property totalCompensation.
|
void |
BudgetPeriodInfo.setTotalCompensationCostSharing(BudgetDecimal totalCompensationCostSharing) |
void |
BudgetPeriodInfo.setTotalCosts(BudgetDecimal totalCosts)
Setter for property totalCosts.
|
void |
BudgetPeriodInfo.setTotalDirectCostSharing(BudgetDecimal totalDirectCostSharing) |
void |
EquipmentInfo.setTotalExtraFund(BudgetDecimal totalExtraFund)
Setter for property totalExtraFund.
|
void |
EquipmentInfo.setTotalExtraNonFund(BudgetDecimal totalExtraNonFund)
Setter for property totalExtraNonFund.
|
void |
EquipmentInfo.setTotalFund(BudgetDecimal totalFund)
Setter for property totalFund.
|
void |
BudgetPeriodInfo.setTotalFundsAttachedEquipment(BudgetDecimal totalFundsAttachedEquipment)
Setter for property totalFundsAttachedEquipment.
|
void |
BudgetPeriodInfo.setTotalFundsAttachedKeyPersons(BudgetDecimal totalFundsAttachedKeyPersons)
Setter for property totalFundsAttachedKeyPersons.
|
void |
BudgetPeriodInfo.setTotalFundsEquipment(BudgetDecimal totalFundsEquipment)
Setter for property totalFundsEquipment.
|
void |
BudgetPeriodInfo.setTotalFundsKeyPersons(BudgetDecimal totalFundsKeyPersons)
Setter for property totalFundsKeyPersons.
|
void |
BudgetPeriodInfo.setTotalIndirectCost(BudgetDecimal totalIndirectCost)
Setter for property totalIndirectCost.
|
void |
IndirectCostInfo.setTotalIndirectCosts(BudgetDecimal totalIndirectCosts)
Setter for property totalIndirectCosts.
|
void |
IndirectCostInfo.setTotalIndirectCostSharing(BudgetDecimal totalIndirectCostSharing)
Setter for property totalIndirectCostSharing.
|
void |
BudgetPeriodInfo.setTotalIndirectCostSharing(BudgetDecimal totalIndirectCostSharing) |
void |
EquipmentInfo.setTotalNonFund(BudgetDecimal totalNonFund)
Setter for property totalNonFund.
|
void |
BudgetPeriodInfo.setTotalNonFundsAttachedKeyPersons(BudgetDecimal totalNonFundsAttachedKeyPersons) |
void |
BudgetPeriodInfo.setTotalNonFundsKeyPersons(BudgetDecimal totalNonFundsKeyPersons) |
void |
OtherDirectCostInfo.settotalOtherDirect(BudgetDecimal totalOtherDirect)
Setter for property totalOtherDirect
|
void |
OtherDirectCostInfo.setTotalOtherDirectCostSharing(BudgetDecimal totalOtherDirectCostSharing) |
void |
BudgetPeriodInfo.setTotalOtherPersonnelFunds(BudgetDecimal totalOtherPersonnelFunds)
Setter for property totalOtherPersonnelFunds.
|
void |
BudgetPeriodInfo.setTotalOtherPersonnelNonFunds(BudgetDecimal totalOtherPersonnelNonFunds) |
void |
BudgetPeriodInfo.setTotalTravelCost(BudgetDecimal totalTravelCost)
Setter for property totalTravelCost.
|
void |
BudgetPeriodInfo.setTotalTravelCostSharing(BudgetDecimal totalTravelCostSharing) |
void |
OtherDirectCostInfo.setTotTravel(BudgetDecimal totTravel)
Setter for property totTravel.
|
void |
OtherDirectCostInfo.setTotTravelCostSharing(BudgetDecimal totTravelCostSharing) |
| Modifier and Type | Field and Description |
|---|---|
protected BudgetDecimal |
ED524BudgetBaseGenerator.categoryCostCSFringe |
protected BudgetDecimal |
ED524BudgetBaseGenerator.categoryCostFringe |
protected BudgetDecimal |
ED524BudgetBaseGenerator.contractualCost |
protected BudgetDecimal |
ED524BudgetBaseGenerator.contractualCostCS |
protected BudgetDecimal |
ED524BudgetBaseGenerator.equipmentCost |
protected BudgetDecimal |
ED524BudgetBaseGenerator.equipmentCostCS |
protected BudgetDecimal |
ED524BudgetBaseGenerator.indirectCS |
protected BudgetDecimal |
ED524BudgetBaseGenerator.otherCost |
protected BudgetDecimal |
ED524BudgetBaseGenerator.otherCostCS |
protected BudgetDecimal |
ED524BudgetBaseGenerator.personnelCost |
protected BudgetDecimal |
ED524BudgetBaseGenerator.personnelCostCS |
protected BudgetDecimal |
ED524BudgetBaseGenerator.supplyCost |
protected BudgetDecimal |
ED524BudgetBaseGenerator.supplyCostCS |
protected BudgetDecimal |
ED524BudgetBaseGenerator.totalCost |
protected BudgetDecimal |
ED524BudgetBaseGenerator.totalCostSharing |
protected BudgetDecimal |
ED524BudgetBaseGenerator.totalDirectCost |
protected BudgetDecimal |
ED524BudgetBaseGenerator.totalIndirectCost |
protected BudgetDecimal |
ED524BudgetBaseGenerator.trainingCost |
protected BudgetDecimal |
ED524BudgetBaseGenerator.trainingCostCS |
protected BudgetDecimal |
ED524BudgetBaseGenerator.travelCost |
protected BudgetDecimal |
ED524BudgetBaseGenerator.travelCostCS |
| Modifier and Type | Method and Description |
|---|---|
protected BudgetDecimal |
PHS398ModularBudgetBaseGenerator.getTotalCost(BudgetModular budgetModular)
This method is used to get total cost as sum of totalDirectCost and total
sum of fundRequested.
|
| Modifier and Type | Method and Description |
|---|---|
BudgetDecimal |
S2SUtilService.getNumberOfMonths(Date dateStart,
Date dateEnd) |
BudgetDecimal |
S2SBudgetCalculatorService.getProposalPersonSalary(ProposalDevelopmentDocument pdDoc,
ProposalPerson proposalPerson)
This method gets the salary requested for a given proposal person.
|
| Modifier and Type | Method and Description |
|---|---|
BudgetDecimal |
S2SUtilServiceImpl.getNumberOfMonths(Date dateStart,
Date dateEnd)
This method computes the number of months between any 2 given
Date objects |
BudgetDecimal |
S2SBudgetCalculatorServiceImpl.getProposalPersonSalary(ProposalDevelopmentDocument pdDoc,
ProposalPerson proposalPerson)
This method gets the salary requested for a given proposal person.
|
| Modifier and Type | Method and Description |
|---|---|
static BigDecimal |
JstlFunctions.getBigDecimal(BudgetDecimal budgetDecimal)
Returns the BigDecimal value wrapped inside the given BudgetDecimal in order to get correct type coercion for Jetty.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.