public final class LookupFieldUtil extends Object
Modifier and Type | Method and Description |
---|---|
static LookupQueryCondition |
getColumnCondition(AdvancedLookupField field)
Returns the condition set on the condition-column of the field.
|
static LookupQueryCondition |
getColumnLinkCondition(AdvancedLookupField field)
Returns the link-condition set on the condition-column of the field.
|
static com.saperion.intf.SaPropertyValue |
getTypedCondition(String condition,
int fieldType,
String ddc,
String fieldName)
Returns a typed representation of the specified condition string.
|
static boolean |
valueContainedInTable(AdvancedLookupField field) |
public static boolean valueContainedInTable(AdvancedLookupField field)
field
- the AdvancedLookupField
to checkpublic static LookupQueryCondition getColumnCondition(AdvancedLookupField field)
field
- field to get the condition frompublic static LookupQueryCondition getColumnLinkCondition(AdvancedLookupField field)
field
- field to get the condition frompublic static com.saperion.intf.SaPropertyValue getTypedCondition(String condition, int fieldType, String ddc, String fieldName)
condition
- condition as stringfieldType
- type of the field with the conditionddc
- ddc of the field with the conditionfieldName
- name of the field with the conditionCopyright © 2021 Hyland Software Germany GmbH. All rights reserved.