|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.ole.serviceimpl.OleCQLQueryParserServiceImpl
public class OleCQLQueryParserServiceImpl
Created with IntelliJ IDEA. User: ? Date: 7/9/12 Time: 6:26 PM To change this template use File | Settings | File Templates.
Constructor Summary | |
---|---|
OleCQLQueryParserServiceImpl()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OleCQLQueryParserServiceImpl()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |