Modifier and Type | Class and Description |
---|---|
static class |
Utilities.PrioritySorter
Consider moving out of this class if this bugs
|
static class |
Utilities.RouteLogActionRequestSorter
Consider moving out of this class if this bugs
|
Modifier and Type | Method and Description |
---|---|
static boolean |
checkDateRanges(String fromDate,
String toDate) |
static <T extends KeyValue> |
getKeyValueCollectionAsLookupTable(List<T> collection)
Helper method that takes a List of
KeyValue and presents it as a Map containing
KeyValue values |
static <T extends KeyValue> |
getKeyValueCollectionAsMap(List<T> collection)
Helper method that takes a List of
KeyValue and presents it as a Map |
static String |
parseGroupName(String namespaceAndNameCombo) |
static String |
parseGroupNamespaceCode(String namespaceAndNameCombo) |
static String |
substituteConfigParameters(String string)
Performs variable substitution on the specified string, replacing variables specified like ${name}
with the value of the corresponding config parameter obtained from the current context Config object
|
static String |
substituteConfigParameters(String applicationId,
String string)
Performs variable substitution on the specified string, replacing variables specified like ${name}
with the value of the corresponding config parameter obtained from the current context Config object.
|
public static String substituteConfigParameters(String applicationId, String string)
applicationId
- the application id to use for qualifying the parameterstring
- the string on which to perform variable substitutionpublic static String substituteConfigParameters(String string)
string
- the string on which to perform variable substitutionpublic static String parseGroupNamespaceCode(String namespaceAndNameCombo)
public static String parseGroupName(String namespaceAndNameCombo)
public static boolean checkDateRanges(String fromDate, String toDate)
public static <T extends KeyValue> Map<String,String> getKeyValueCollectionAsMap(List<T> collection)
KeyValue
and presents it as a Mapcollection
- collection of KeyValue
public static <T extends KeyValue> Map<String,T> getKeyValueCollectionAsLookupTable(List<T> collection)
KeyValue
and presents it as a Map containing
KeyValue valuesT
- the key typecollection
- collection of KeyValue
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.