|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILovValue | |
---|---|
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. |
Uses of ILovValue in com.semarchy.mdm.runtime.data |
---|
Methods in com.semarchy.mdm.runtime.data that return types with arguments of type ILovValue | |
---|---|
List<ILovValue> |
DataValueFormatter.ParsedMultiValued.getValidValues()
List of identified ILovValue in the order they have been found in raw Value. |
Methods in com.semarchy.mdm.runtime.data with parameters of type ILovValue | |
---|---|
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 |
Method parameters in com.semarchy.mdm.runtime.data with type arguments of type ILovValue | |
---|---|
static String |
DataValueFormatter.formatMultiLov(List<ILovValue> lovValues,
String separator,
IModelLabelProvider labelProvider,
Locale locale,
DataValueFormatter.LovFormat format)
Format MultiLov |
Constructor parameters in com.semarchy.mdm.runtime.data with type arguments of type ILovValue | |
---|---|
DataValueFormatter.ParsedMultiValued(Object pRawValue,
List<Object> allValues,
List<ILovValue> validValues,
List<String> invalidCodes)
|
Uses of ILovValue in com.semarchy.mdm.runtime.model.logical |
---|
Methods in com.semarchy.mdm.runtime.model.logical that return ILovValue | |
---|---|
ILovValue |
ILov.getLovValue(String valueCode)
Get the ILovValue for a given code |
Methods in com.semarchy.mdm.runtime.model.logical that return types with arguments of type ILovValue | |
---|---|
List<ILovValue> |
ILov.getLovValues()
List lov values |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |