public class AwardTemplateReportTermServiceImpl extends Object implements AwardTemplateReportTermService
| Constructor and Description |
|---|
AwardTemplateReportTermServiceImpl() |
| 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
|
public String getReportTypeForAjaxCall(String reportClassCode) throws Exception
AwardTemplateReportTermServicegetReportTypeForAjaxCall in interface AwardTemplateReportTermServiceExceptionAwardTemplateReportTermService.getReportTypeForAjaxCall(java.lang.String)public Collection getReportTypesUsingReportClassCode(String reportClassCode) throws Exception
AwardTemplateReportTermServicegetReportTypesUsingReportClassCode in interface AwardTemplateReportTermServiceExceptionpublic String getFrequencyForAjaxCall(String reportCode, String reportClass) throws Exception
AwardTemplateReportTermServicegetFrequencyForAjaxCall in interface AwardTemplateReportTermServiceExceptionAwardTemplateReportTermService.getFrequencyForAjaxCall(java.lang.String, java.lang.String)public Collection getFrequencyUsingReportCodeAndClass(String reportCode, String reportClass) throws Exception
AwardTemplateReportTermServicegetFrequencyUsingReportCodeAndClass in interface AwardTemplateReportTermServiceExceptionpublic String getFrequencyBaseForAjaxCall(String frequencyCode) throws Exception
AwardTemplateReportTermServicegetFrequencyBaseForAjaxCall in interface AwardTemplateReportTermServiceExceptionAwardTemplateReportTermService.getFrequencyBaseForAjaxCall(java.lang.String)public Collection getFrequencyBaseUsingFrequencyCode(String frequencyCode) throws Exception
AwardTemplateReportTermServicegetFrequencyBaseUsingFrequencyCode in interface AwardTemplateReportTermServiceExceptionCopyright © 2013 The Kuali Foundation. All Rights Reserved.