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 OleCQLQueryParserServicequery - public CQLResponseBO getCQLResponseObject(String cqlParseXml)
getCQLResponseObject in interface OleCQLQueryParserServicecqlParseXml - public String getSolrQueryFromCQLBO(CQLResponseBO cqlResponseBO)
getSolrQueryFromCQLBO in interface OleCQLQueryParserServicecqlResponseBO - public String getSolrQueryFromCQLBO(CQLResponseBO cqlResponseBO, boolean flag) throws Exception
cqlResponseBO - objectflag - ExceptionCopyright © 2004–2015 The Kuali Foundation. All rights reserved.