public class LiQueryBuilder
extends java.lang.Object
| Constructor and Description |
|---|
LiQueryBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getQuery(android.content.Context context,
java.lang.String baseQuery,
java.lang.String client)
Method to be called by activity client to create LIQL query, corresponding to that client.
|
static java.lang.String |
getQuery(java.lang.String baseQuery,
LiQuerySetting liQuerySetting)
Method to be called by activity client to create LIQL query, corresponding to that client.
|
public static java.lang.String getQuery(java.lang.String baseQuery,
LiQuerySetting liQuerySetting)
LiQuerySetting object from settings.
Using LiQuerySetting object, this will create a LIQL query to be used by activity client directlybaseQuery - It is the base LIQL.liQuerySetting - LiQuerySettingpublic static java.lang.String getQuery(android.content.Context context,
java.lang.String baseQuery,
java.lang.String client)
LiQuerySetting object from settings.
Using LiQuerySetting object, this will create a LIQL query to be used by activity client directlybaseQuery - It is the base LIQL.client - It is the query settings type.