public interface AwardTemplateReportTermService
| Modifier and Type | Method and Description |
|---|---|
String |
getFrequencyBaseForAjaxCall(String frequencyCode)
This method is to get frequency bases based on frequencyCode and converted to string separated by ",".
|
Collection |
getFrequencyBaseUsingFrequencyCode(String frequencyCode)
This method is to get the frequency bases based on the frequencyCode
|
String |
getFrequencyForAjaxCall(String reportCode,
String reportClass)
This method is to get the frequency based on reportCode and converted to string separated by ",".
|
Collection |
getFrequencyUsingReportCodeAndClass(String reportCode,
String reportClass)
This method is to get the frequency based on the reportCode
|
String |
getReportTypeForAjaxCall(String reportClassCode)
This method is to get the report types of the ValidClassReportFrequency based on the reportClasscode and converted to string separated by ",".
|
Collection |
getReportTypesUsingReportClassCode(String reportClassCode)
This method is to get the report types of the ValidClassReportFrequency based on the reportClasscode
|
String getReportTypeForAjaxCall(String reportClassCode) throws Exception
reportClassCode - ExceptionCollection getReportTypesUsingReportClassCode(String reportClassCode) throws Exception
reportClassCode - ExceptionString getFrequencyForAjaxCall(String reportCode, String reportClass) throws Exception
reportCode - reportClass - ExceptionCollection getFrequencyUsingReportCodeAndClass(String reportCode, String reportClass) throws Exception
reportClassCode - reportClass - ExceptionString getFrequencyBaseForAjaxCall(String frequencyCode) throws Exception
frequencyCode - ExceptionCollection getFrequencyBaseUsingFrequencyCode(String frequencyCode) throws Exception
frequencyCode - ExceptionCopyright © 2013 The Kuali Foundation. All Rights Reserved.