Package | Description |
---|---|
com.semarchy.mdm.runtime.data |
This package contains the
IDataAccessService and the related classes. |
com.semarchy.mdm.runtime.model.logical |
This package contains the
IModel representing the model as designed in Semarchy Convergence For MDM. |
Modifier and Type | Method and Description |
---|---|
List<ILovValue> |
DataValueFormatter.ParsedMultiValued.getValidValues()
List of identified ILovValue in the order they have been found in raw
Value.
|
Modifier and Type | Method and Description |
---|---|
static String |
DataValueFormatter.formatLov(ILovValue pValue,
IModelLabelProvider pLabelProvider,
Locale pLocale,
DataValueFormatter.LovFormat format)
helper method giving text to display for the given attribute of the given
data row
|
Modifier and Type | Method and Description |
---|---|
static String |
DataValueFormatter.formatMultiLov(List<ILovValue> lovValues,
String separator,
IModelLabelProvider labelProvider,
Locale locale,
DataValueFormatter.LovFormat format)
Format MultiLov
|
Constructor and Description |
---|
DataValueFormatter.ParsedMultiValued(Object pRawValue,
List<Object> allValues,
List<ILovValue> validValues,
List<String> invalidCodes) |
Modifier and Type | Method and Description |
---|---|
ILovValue |
ILov.getLovValue(String valueCode)
Get the
ILovValue for a given code |
Modifier and Type | Method and Description |
---|---|
List<ILovValue> |
ILov.getLovValues()
List lov values
|
Copyright © 2016. All Rights Reserved.