public class AwardFandaRateServiceImpl extends Object implements AwardFandaRateService
AwardFandaRateService interface.| Modifier and Type | Field and Description |
|---|---|
protected org.kuali.rice.krad.service.BusinessObjectService |
businessObjectService |
protected static String |
F_AND_A_RATE_CLASS_TYPE_CODE |
static int |
FOUR_DIGIT_YEAR_LENGTH |
static long |
MILLIS_IN_LEAP_YEAR |
static long |
MILLIS_IN_NON_LEAP_YEAR |
| Constructor and Description |
|---|
AwardFandaRateServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
FiscalYearMonthService |
getFiscalYearMonthService() |
protected List<Date> |
getFiscalYearStartAndDates(int fiscalYear,
String[] dateParts)
This method retrieves the fiscal year start date using the fiscal year and
default fiscal year start date
|
List<String> |
getStartAndEndDatesBasedOnFiscalYear(String fiscalYear)
This method returns the start and end dates for a given fiscal year.
|
List<ValidRates> |
getValidRates(AwardFandaRate awardFandaRate) |
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService) |
void |
setFiscalYearMonthService(FiscalYearMonthService fiscalYearMonthService) |
void |
setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService)
Sets the ParameterService.
|
public static final int FOUR_DIGIT_YEAR_LENGTH
public static final long MILLIS_IN_LEAP_YEAR
public static final long MILLIS_IN_NON_LEAP_YEAR
protected static final String F_AND_A_RATE_CLASS_TYPE_CODE
protected org.kuali.rice.krad.service.BusinessObjectService businessObjectService
public void setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService)
parameterService - the parameter service.public List<String> getStartAndEndDatesBasedOnFiscalYear(String fiscalYear)
AwardFandaRateServicegetStartAndEndDatesBasedOnFiscalYear in interface AwardFandaRateServiceAwardFandaRateService.getStartAndEndDatesBasedOnFiscalYear(java.lang.String)public List<ValidRates> getValidRates(AwardFandaRate awardFandaRate)
getValidRates in interface AwardFandaRateServiceprotected List<Date> getFiscalYearStartAndDates(int fiscalYear, String[] dateParts)
fiscalYear - dateParts - public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
public FiscalYearMonthService getFiscalYearMonthService()
public void setFiscalYearMonthService(FiscalYearMonthService fiscalYearMonthService)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.