public abstract class FlexibleSearchTranslatable extends Object implements Serializable
| Constructor and Description |
|---|
FlexibleSearchTranslatable() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
getAliasFromTypeMap(Map<String,String> typeIndexMap,
String typeIdentifier)
returns the typeIndex associated to the given code
|
abstract void |
toFlexibleSearch(StringBuilder queryBuffer,
Map<String,String> typeIndexMap,
Map<String,Object> valueMap)
compiles this instance in order to append its query snippet and add its value(s), if any
|
public abstract void toFlexibleSearch(StringBuilder queryBuffer, Map<String,String> typeIndexMap, Map<String,Object> valueMap)
queryBuffer - contains the querytypeIndexMap - contains typeCode <> typeIndex mappingsvalueMap - contains valueQualifier <> value mappingsCopyright © 2017 SAP SE. All Rights Reserved.