public class BreakupIntervalServiceImpl extends Object implements BreakupIntervalService
BreakUpInterval for the budget| Modifier and Type | Class and Description |
|---|---|
class |
BreakupIntervalServiceImpl.RateClassBaseInclusionNode
Non-generic subclass of Node
|
class |
BreakupIntervalServiceImpl.RateClassInclusionTree
Non-generic subclass of Tree
|
| Constructor and Description |
|---|
BreakupIntervalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
calculate(BreakUpInterval breakupInterval) |
org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService()
Gets the businessObjectService attribute.
|
List<RateClassBaseExclusion> |
getRateClassBaseExclusions() |
List<RateClassBaseInclusion> |
getRateClassBaseInclusions() |
BreakupIntervalServiceImpl.RateClassInclusionTree |
getRateClassInclusionTree(Long id)
Gets a single TaskTree by id.
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value.
|
void |
setRateClassBaseExclusions(List<RateClassBaseExclusion> rateClassBaseExclusions) |
void |
setRateClassBaseInclusions(List<RateClassBaseInclusion> rateClassBaseInclusions) |
public List<RateClassBaseInclusion> getRateClassBaseInclusions()
public void setRateClassBaseInclusions(List<RateClassBaseInclusion> rateClassBaseInclusions)
public List<RateClassBaseExclusion> getRateClassBaseExclusions()
public void setRateClassBaseExclusions(List<RateClassBaseExclusion> rateClassBaseExclusions)
public void calculate(BreakUpInterval breakupInterval)
calculate in interface BreakupIntervalServiceBreakupIntervalService.calculate(org.kuali.kra.budget.calculator.BreakUpInterval)public BreakupIntervalServiceImpl.RateClassInclusionTree getRateClassInclusionTree(Long id)
id - the id of the TaskTree.public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
businessObjectService - The businessObjectService to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.