org.kuali.kfs.module.ec.util
Class EffortCertificationParameterFinder

java.lang.Object
  extended by org.kuali.kfs.module.ec.util.EffortCertificationParameterFinder

public class EffortCertificationParameterFinder
extends Object

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

EffortCertificationParameterFinder

public EffortCertificationParameterFinder()
Method Detail

getRunIndicator

public static boolean getRunIndicator()
get the run indicator setup in system paremters

Returns:
the run indicator setup in system paremters

getFederalAgencyTypeCodes

public static List<String> getFederalAgencyTypeCodes()
get the federal agency type codes setup in system parameters

Returns:
the federal agency type codes setup in system parameters

getFederalOnlyBalanceIndicator

public static boolean getFederalOnlyBalanceIndicator()
get the federal only balance indicator

Returns:
the federal only balance indicator

getFederalOnlyRouteIndicator

public static boolean getFederalOnlyRouteIndicator()
get the federal only route indicator

Returns:
the federal only balance indicator

getFederalOnlyBalanceIndicatorAsString

public static List<String> getFederalOnlyBalanceIndicatorAsString()
get the fedeal only balance indicatior

Returns:
the fedeal only balance indicatior

getAccountTypeCodes

public static List<String> getAccountTypeCodes()
get the account type codes setup in system parameters

Returns:
the account type codes setup in system parameters

getExtractReportFiscalYear

public static Integer getExtractReportFiscalYear()
get the report fiscal year setup in system paremters for extract process

Returns:
the report fiscal year setup in system paremters

getExtractReportNumber

public static String getExtractReportNumber()
get the report number setup in system paremters for extract process

Returns:
the report number setup in system paremters

getCreateReportFiscalYear

public static Integer getCreateReportFiscalYear()
get the report fiscal year setup in system paremters for create process

Returns:
the report fiscal year setup in system paremters

getCreateReportNumber

public static String getCreateReportNumber()
get the report number setup in system paremters for create process

Returns:
the report number setup in system paremters


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.