|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILov | |
---|---|
com.semarchy.mdm.runtime.data | This package contains the IDataAccessService and the related classes. |
com.semarchy.mdm.runtime.model | |
com.semarchy.mdm.runtime.model.common | |
com.semarchy.mdm.runtime.model.logical | This package contains the IModel representing the model as designed in Semarchy Convergence For MDM. |
com.semarchy.mdm.runtime.model.logical.exception |
Uses of ILov in com.semarchy.mdm.runtime.data |
---|
Methods in com.semarchy.mdm.runtime.data with parameters of type ILov | |
---|---|
static String |
DataValueFormatter.formatLov(String lovCode,
ILov lov,
IModelLabelProvider pLabelProvider,
Locale pLocale,
DataValueFormatter.LovFormat lovFormat)
|
static DataValueFormatter.ParsedMultiValued |
DataValueFormatter.parseMultiLov(Object rawValue,
ILov lov,
String separator)
Parse a raw text value for multi valued |
Uses of ILov in com.semarchy.mdm.runtime.model |
---|
Methods in com.semarchy.mdm.runtime.model that return ILov | |
---|---|
ILov |
DataTypeInfo.getLov()
The ILov associated to expression if any or null if not an ILov |
Methods in com.semarchy.mdm.runtime.model with parameters of type ILov | |
---|---|
static DataTypeInfo |
DataTypeInfo.lovTypeInfo(ILov lov,
int length)
|
static DataTypeInfo |
DataTypeInfo.multilovTypeInfo(ILov lov,
int length,
String multiValSep)
|
Constructors in com.semarchy.mdm.runtime.model with parameters of type ILov | |
---|---|
DataTypeInfo(LogicalDataType type,
Integer length,
Integer precision,
Integer scale,
ILov lov,
boolean multiValued,
String multiValSep)
|
Uses of ILov in com.semarchy.mdm.runtime.model.common |
---|
Methods in com.semarchy.mdm.runtime.model.common that return ILov | |
---|---|
ILov |
IColumnAttribute.getLov()
Returns the LOV this attribute is tied to or null if not linked to an ILov. |
Uses of ILov in com.semarchy.mdm.runtime.model.logical |
---|
Methods in com.semarchy.mdm.runtime.model.logical that return ILov | |
---|---|
ILov |
ILovValue.getLov()
Deprecated. |
ILov |
IModel.getLov(String pName)
Returns the ILov with the given name or throws a
NoSuchLovException |
Methods in com.semarchy.mdm.runtime.model.logical that return types with arguments of type ILov | |
---|---|
List<ILov> |
IModel.getLovs()
Returns the list of ILov defined in this model ordered by
getName() |
Uses of ILov in com.semarchy.mdm.runtime.model.logical.exception |
---|
Constructors in com.semarchy.mdm.runtime.model.logical.exception with parameters of type ILov | |
---|---|
NoSuchLovValueException(ILov pLov,
String pLovCode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |