public class OptionsServiceImpl extends Object implements OptionsService
| Modifier and Type | Field and Description | 
|---|---|
| protected UniversityDateService | universityDateService | 
| Constructor and Description | 
|---|
| OptionsServiceImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| SystemOptions | getCurrentYearOptions() | 
| SystemOptions | getOptions(Integer universityFiscalYear) | 
| void | setUniversityDateService(UniversityDateService universityDateService) | 
protected UniversityDateService universityDateService
public OptionsServiceImpl()
@Cacheable(value="OLE/SystemOptions",
           key="\'CurrentFY\'")
public SystemOptions getCurrentYearOptions()
getCurrentYearOptions in interface OptionsService@Cacheable(value="OLE/SystemOptions",
           key="\'universityFiscalYear=\'+#p0")
public SystemOptions getOptions(Integer universityFiscalYear)
getOptions in interface OptionsServicepublic void setUniversityDateService(UniversityDateService universityDateService)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.