public class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
convert(String stringToConvert)
Todo.
|
static List<String> |
getElementsFromGroupAndSubgroups(de.samply.common.mdrclient.MdrClient mdrClient,
String languageCode,
List<String> theList,
String groupKey)
Gets all dataelements from a group and its subgroups.
|
static String |
upperCaseFirstChar(String string)
Todo.
|
public static String upperCaseFirstChar(String string)
string - Todo.public static List<String> getElementsFromGroupAndSubgroups(de.samply.common.mdrclient.MdrClient mdrClient, String languageCode, List<String> theList, String groupKey)
mdrClient - a pre-initialized mdr client instancelanguageCode - the two-letter language code. e.g. "en" or "de"theList - the list to extend with new dataelement idsgroupKey - the mdr id of the dataelementgroup to addCopyright © 2020 Samply Community. All rights reserved.