|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KualiConfigurationService
This interface defines methods that a KualiConfiguration Service must provide. Provides methods for getting string resources.
Method Summary | |
---|---|
Properties |
getAllProperties()
|
boolean |
getIndicatorParameter(String namespaceCode,
String detailTypeCode,
String parameterName)
Deprecated. |
String |
getParameterValue(String namespaceCode,
String detailTypeCode,
String parameterName)
Deprecated. |
List<String> |
getParameterValues(String namespaceCode,
String detailTypeCode,
String parameterName)
Deprecated. |
boolean |
getPropertyAsBoolean(String key)
Given a property name (key), returns the "booleanized" value associated with that key. |
String |
getPropertyString(String key)
Given a property name (key), returns the value associated with that key, or null if none is available. |
boolean |
isProductionEnvironment()
Returns whether this instance is production based on the configuration options. |
Method Detail |
---|
String getPropertyString(String key)
key
-
IllegalArgumentException
- if the key is nullboolean getPropertyAsBoolean(String key)
key
-
IllegalArgumentException
- if the key is nullProperties getAllProperties()
boolean isProductionEnvironment()
@Deprecated boolean getIndicatorParameter(String namespaceCode, String detailTypeCode, String parameterName)
@Deprecated List<String> getParameterValues(String namespaceCode, String detailTypeCode, String parameterName)
@Deprecated String getParameterValue(String namespaceCode, String detailTypeCode, String parameterName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |