public class OleCQLQueryParserServiceImpl extends Object implements OleCQLQueryParserService
Constructor and Description |
---|
OleCQLQueryParserServiceImpl() |
Modifier and Type | Method and Description |
---|---|
CQLResponseBO |
getCQLResponseObject(String cqlParseXml)
this method is used to call the oleCQLResponseHandler which converts an xml to an object
|
String |
getSolrQueryFromCQLBO(CQLResponseBO cqlResponseBO)
this will generate the proper query
|
String |
getSolrQueryFromCQLBO(CQLResponseBO cqlResponseBO,
boolean flag)
this method will generate a proper query as like solr, from the CQLResponseBO object
|
String |
parseCQLQuery(String query)
this method is use to parse the query to get the response for the query as an xml cql or proper cql query
|
public OleCQLQueryParserServiceImpl()
public String parseCQLQuery(String query)
parseCQLQuery
in interface OleCQLQueryParserService
query
- public CQLResponseBO getCQLResponseObject(String cqlParseXml)
getCQLResponseObject
in interface OleCQLQueryParserService
cqlParseXml
- public String getSolrQueryFromCQLBO(CQLResponseBO cqlResponseBO)
getSolrQueryFromCQLBO
in interface OleCQLQueryParserService
cqlResponseBO
- public String getSolrQueryFromCQLBO(CQLResponseBO cqlResponseBO, boolean flag) throws Exception
cqlResponseBO
- objectflag
- Exception
Copyright © 2004–2016 The Kuali Foundation. All rights reserved.