org.kuali.rice.kns.service.impl
Class KualiConfigurationServiceImpl

java.lang.Object
  extended by org.kuali.rice.kns.service.impl.AbstractStaticConfigurationServiceImpl
      extended by org.kuali.rice.kns.service.impl.KualiConfigurationServiceImpl
All Implemented Interfaces:
KualiConfigurationService

public class KualiConfigurationServiceImpl
extends AbstractStaticConfigurationServiceImpl
implements KualiConfigurationService


Constructor Summary
KualiConfigurationServiceImpl()
           
 
Method Summary
 boolean getIndicatorParameter(String namespaceCode, String parameterDetailTypeCode, String parameterName)
          Deprecated. 
 Parameter getParameter(String namespaceCode, String detailTypeCode, String parameterName)
          Deprecated. 
 String getParameterValue(String namespaceCode, String parameterDetailTypeCode, String parameterName)
          Deprecated. 
 List<String> getParameterValues(Parameter parameter)
          Deprecated. 
 List<String> getParameterValues(String namespaceCode, String parameterDetailTypeCode, String parameterName)
          Deprecated. 
 Parameter getParameterWithoutExceptions(String namespaceCode, String detailTypeCode, String parameterName)
           
 
Methods inherited from class org.kuali.rice.kns.service.impl.AbstractStaticConfigurationServiceImpl
getAllProperties, getPropertyAsBoolean, getPropertyString, isProductionEnvironment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.service.KualiConfigurationService
getAllProperties, getPropertyAsBoolean, getPropertyString, isProductionEnvironment
 

Constructor Detail

KualiConfigurationServiceImpl

public KualiConfigurationServiceImpl()
Method Detail

getParameterValues

@Deprecated
public List<String> getParameterValues(Parameter parameter)
Deprecated. 


getParameter

@Deprecated
public Parameter getParameter(String namespaceCode,
                                         String detailTypeCode,
                                         String parameterName)
Deprecated. 


getParameterValues

@Deprecated
public List<String> getParameterValues(String namespaceCode,
                                                  String parameterDetailTypeCode,
                                                  String parameterName)
Deprecated. 

Description copied from interface: KualiConfigurationService
This method returns a list of the parameter values split on implementation specific criteria. For the default KualiConfigurationServiceImpl, the split is on a semi-colon.

Specified by:
getParameterValues in interface KualiConfigurationService

getIndicatorParameter

@Deprecated
public boolean getIndicatorParameter(String namespaceCode,
                                                String parameterDetailTypeCode,
                                                String parameterName)
Deprecated. 

Description copied from interface: KualiConfigurationService
This method retrieves a parameter expected to have a Yes / no value and converts to a boolean for convenience

Specified by:
getIndicatorParameter in interface KualiConfigurationService

getParameterValue

@Deprecated
public String getParameterValue(String namespaceCode,
                                           String parameterDetailTypeCode,
                                           String parameterName)
Deprecated. 

Description copied from interface: KualiConfigurationService
This method returns the value of the specified parameter

Specified by:
getParameterValue in interface KualiConfigurationService

getParameterWithoutExceptions

public Parameter getParameterWithoutExceptions(String namespaceCode,
                                               String detailTypeCode,
                                               String parameterName)


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