com.endeca.portal.data
Class MDEXStateCreator

java.lang.Object
  extended by com.endeca.portal.data.MDEXStateCreator

public class MDEXStateCreator
extends java.lang.Object


Constructor Summary
MDEXStateCreator()
           
 
Method Summary
static MDEXState createMDEX(java.lang.String jsonString, javax.portlet.PortletRequest request)
          /** Constructs a new MDEXState from a JSONObject configuration If a request object is passed in, error messages relating to base functions and security filter LQL statements will be returned in the appropriate locale.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDEXStateCreator

public MDEXStateCreator()
Method Detail

createMDEX

public static MDEXState createMDEX(java.lang.String jsonString,
                                   javax.portlet.PortletRequest request)
                            throws org.json.JSONException
/** Constructs a new MDEXState from a JSONObject configuration If a request object is passed in, error messages relating to base functions and security filter LQL statements will be returned in the appropriate locale. Otherwise, they will be returned in English.

Parameters:
jsonString -
request -
Returns:
Throws:
org.json.JSONException