public class CostShareServiceImpl extends Object implements CostShareService
| Constructor and Description |
|---|
CostShareServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCostShareLabel()
This method checks the parameter service for the cost share label and returns the string.
|
org.kuali.rice.coreservice.framework.parameter.ParameterService |
getParameterService() |
void |
setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService) |
boolean |
validateProjectPeriodAsFiscalYear()
This method returns true if the project period label is "Fiscal Year"
|
boolean |
validateProjectPeriodAsProjectPeriod()
This method returns true if the project period label is "Project Period"
|
public String getCostShareLabel()
CostShareServicegetCostShareLabel in interface CostShareServiceCostShareService.getCostShareLabel()public boolean validateProjectPeriodAsFiscalYear()
CostShareServicevalidateProjectPeriodAsFiscalYear in interface CostShareServiceCostShareService.validateProjectPeriodAsFiscalYear()public boolean validateProjectPeriodAsProjectPeriod()
CostShareServicevalidateProjectPeriodAsProjectPeriod in interface CostShareServiceCostShareService.validateProjectPeriodAsProjectPeriod()public org.kuali.rice.coreservice.framework.parameter.ParameterService getParameterService()
public void setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.