|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.bc.util.BudgetParameterFinder
public class BudgetParameterFinder
A convenient utility that can delegate the calling client to retrieve system parameters of budget construction module.
Constructor Summary | |
---|---|
BudgetParameterFinder()
|
Method Summary | |
---|---|
static Integer |
getAnnualWorkingHours()
get the annual working hours setup in system paremters for extract process |
static Integer |
getBaseFiscalYear()
returns the base fiscal year to use to initialize budget construction |
static List<String> |
getBiweeklyPayObjectCodes()
get the biweekly pay object codes setup in system parameters |
static List<String> |
getBiweeklyPayTypeCodes()
get the biweekly pay type codes setup in system parameters |
static List<String> |
getBudgetAggregationCodes()
get the budget aggregation codes setup in system parameters |
static List<String> |
getExpenditureObjectTypes()
get the expenditure object types allowed in budget setup in system parameters |
static List<String> |
getFringeBenefitDesignatorCodes()
get the fringe benefit designator codes setup in system parameters |
static List<String> |
getNotGenerate2PlgSubFundGroupCodes()
get the sub fund group codes not allowed 2plg generation setup in system parameters |
static boolean |
getPayrollIncumbentFeedIndictor()
indicates whether the data for the budget construction intended incumbent table is populated from an external system or is maintained within the KFS. |
static boolean |
getPayrollPositionFeedIndicator()
Indicates whether the data for the budget construction position table is populated from an external system or is maintained within the KFS. |
static List<String> |
getRevenueObjectTypes()
get the revenue object types allowed in budget setup in system parameters |
static List<String> |
getSalarySettingFundGroups()
get the salary setting fund groups setup in system parameters |
static List<String> |
getSalarySettingSubFundGroups()
get the salary setting sub fund groups setup in system parameters |
static Integer |
getWeeklyWorkingHours()
get the weekly working hours setup in system paremters for extract process |
static BigDecimal |
getWeeklyWorkingHoursAsDecimal()
get the weekly working hours setup in system paremters for extract process |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BudgetParameterFinder()
Method Detail |
---|
public static List<String> getBiweeklyPayTypeCodes()
public static Integer getAnnualWorkingHours()
public static Integer getWeeklyWorkingHours()
public static BigDecimal getWeeklyWorkingHoursAsDecimal()
public static List<String> getNotGenerate2PlgSubFundGroupCodes()
public static List<String> getBiweeklyPayObjectCodes()
public static List<String> getRevenueObjectTypes()
public static List<String> getExpenditureObjectTypes()
public static List<String> getBudgetAggregationCodes()
public static List<String> getFringeBenefitDesignatorCodes()
public static List<String> getSalarySettingFundGroups()
public static List<String> getSalarySettingSubFundGroups()
public static boolean getPayrollIncumbentFeedIndictor()
public static boolean getPayrollPositionFeedIndicator()
public static Integer getBaseFiscalYear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |