|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.ec.util.EffortCertificationParameterFinder
public class EffortCertificationParameterFinder
A convenient utility that can delegate the calling client to retrieve system parameters of effort certification module.
Constructor Summary | |
---|---|
EffortCertificationParameterFinder()
|
Method Summary | |
---|---|
static List<String> |
getAccountTypeCodes()
get the account type codes setup in system parameters |
static Integer |
getCreateReportFiscalYear()
get the report fiscal year setup in system paremters for create process |
static String |
getCreateReportNumber()
get the report number setup in system paremters for create process |
static Integer |
getExtractReportFiscalYear()
get the report fiscal year setup in system paremters for extract process |
static String |
getExtractReportNumber()
get the report number setup in system paremters for extract process |
static List<String> |
getFederalAgencyTypeCodes()
get the federal agency type codes setup in system parameters |
static boolean |
getFederalOnlyBalanceIndicator()
get the federal only balance indicator |
static List<String> |
getFederalOnlyBalanceIndicatorAsString()
get the fedeal only balance indicatior |
static boolean |
getFederalOnlyRouteIndicator()
get the federal only route indicator |
static boolean |
getRunIndicator()
get the run indicator setup in system paremters |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EffortCertificationParameterFinder()
Method Detail |
---|
public static boolean getRunIndicator()
public static List<String> getFederalAgencyTypeCodes()
public static boolean getFederalOnlyBalanceIndicator()
public static boolean getFederalOnlyRouteIndicator()
public static List<String> getFederalOnlyBalanceIndicatorAsString()
public static List<String> getAccountTypeCodes()
public static Integer getExtractReportFiscalYear()
public static String getExtractReportNumber()
public static Integer getCreateReportFiscalYear()
public static String getCreateReportNumber()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |