|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.bc.document.service.impl.BudgetParameterServiceImpl
public class BudgetParameterServiceImpl
See BudgetParameterService. This implements value added methods associated with ParameterService that are specific to the budget module.
Constructor Summary | |
---|---|
BudgetParameterServiceImpl()
|
Method Summary | |
---|---|
String |
getLookupObjectTypes(boolean isRevenue)
returns a string containing the allowed revenue or expenditure object types setup in the Budget Construction parameter space. |
List |
getParameterValues(Class componentClass,
String parameterName)
Returns a system parameter value as a list. |
BCConstants.AccountSalarySettingOnlyCause |
isSalarySettingOnlyAccount(BudgetConstructionDocument bcDoc)
determines if a BudgetConstructionDocument's account is a salary setting only account returns AccountSalarySettingOnlyCause.NONE if not and if both system parameters don't exist |
void |
setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
Sets the parameterService attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BudgetParameterServiceImpl()
Method Detail |
---|
public List getParameterValues(Class componentClass, String parameterName)
BudgetParameterService
getParameterValues
in interface BudgetParameterService
BudgetParameterService.getParameterValues(java.lang.Class, java.lang.String)
public BCConstants.AccountSalarySettingOnlyCause isSalarySettingOnlyAccount(BudgetConstructionDocument bcDoc)
BudgetParameterService
isSalarySettingOnlyAccount
in interface BudgetParameterService
BudgetParameterService.isSalarySettingOnlyAccount(org.kuali.kfs.module.bc.document.BudgetConstructionDocument)
public String getLookupObjectTypes(boolean isRevenue)
BudgetParameterService
getLookupObjectTypes
in interface BudgetParameterService
this implementation returns a string where the values are separated by the OR symbol.
public void setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
parameterService
- The parameterService to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |