com.endeca.mobile.services.query.impl
Class NavStateRecordListProcessor

java.lang.Object
  extended by com.endeca.b2creference.services.query.impl.UICLContentQueryService
      extended by com.endeca.mobile.services.query.impl.NavStateRecordListProcessor
All Implemented Interfaces:
ContentQueryService, QueryProcessor

public class NavStateRecordListProcessor
extends UICLContentQueryService
implements QueryProcessor


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.endeca.b2creference.services.query.QueryProcessor
QueryProcessor.PostProcessStatus
 
Constructor Summary
NavStateRecordListProcessor()
           
 
Method Summary
 java.lang.String getRecordSpecName()
           
 QueryProcessor.PostProcessStatus postProcessResults(javax.servlet.http.HttpServletRequest request, com.endeca.content.ene.ENEContentQuery query, PageResult pageResult, com.endeca.soleng.urlformatter.UrlState urlState)
           
 void preProcessQuery(javax.servlet.http.HttpServletRequest request, com.endeca.content.ene.ENEContentQuery query)
           
 void setRecordSpecName(java.lang.String recordSpecName)
           
 
Methods inherited from class com.endeca.b2creference.services.query.impl.UICLContentQueryService
getApplicationConfig, getContentManager, getMaxRequeryCount, getMdexHost, getMdexPort, getQueryBuilder, getQueryProcessors, getUrlConfig, parseResults, processRequest, setApplicationConfig, setContentManager, setLocalizedUrlFormatter, setMaxRequeryCount, setQueryBuilder, setQueryProcessors, setUrlConfig, submitContentQuery
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavStateRecordListProcessor

public NavStateRecordListProcessor()
Method Detail

getRecordSpecName

public java.lang.String getRecordSpecName()

setRecordSpecName

public void setRecordSpecName(java.lang.String recordSpecName)

preProcessQuery

public void preProcessQuery(javax.servlet.http.HttpServletRequest request,
                            com.endeca.content.ene.ENEContentQuery query)
Specified by:
preProcessQuery in interface QueryProcessor

postProcessResults

public QueryProcessor.PostProcessStatus postProcessResults(javax.servlet.http.HttpServletRequest request,
                                                           com.endeca.content.ene.ENEContentQuery query,
                                                           PageResult pageResult,
                                                           com.endeca.soleng.urlformatter.UrlState urlState)
Specified by:
postProcessResults in interface QueryProcessor