Liferay 6.2.0-ce-m5

com.liferay.portlet.dynamicdatamapping.util
Class DDMTemplateHelperImpl

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.util.DDMTemplateHelperImpl
All Implemented Interfaces:
DDMTemplateHelper

public class DDMTemplateHelperImpl
extends Object
implements DDMTemplateHelper


Constructor Summary
DDMTemplateHelperImpl()
           
 
Method Summary
 DDMStructure fetchStructure(DDMTemplate template)
           
protected  JSONObject getAutocompleteClassJSONObject(Class<?> clazz)
           
 String getAutocompleteJSON(javax.servlet.http.HttpServletRequest request)
           
protected  List<TemplateVariableDefinition> getAutocompleteTemplateVariableDefinitions(javax.servlet.http.HttpServletRequest request)
           
protected  JSONObject getAutocompleteVariableJSONObject(Class<?> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDMTemplateHelperImpl

public DDMTemplateHelperImpl()
Method Detail

fetchStructure

public DDMStructure fetchStructure(DDMTemplate template)
Specified by:
fetchStructure in interface DDMTemplateHelper

getAutocompleteJSON

public String getAutocompleteJSON(javax.servlet.http.HttpServletRequest request)
                           throws Exception
Specified by:
getAutocompleteJSON in interface DDMTemplateHelper
Throws:
Exception

getAutocompleteClassJSONObject

protected JSONObject getAutocompleteClassJSONObject(Class<?> clazz)

getAutocompleteTemplateVariableDefinitions

protected List<TemplateVariableDefinition> getAutocompleteTemplateVariableDefinitions(javax.servlet.http.HttpServletRequest request)
                                                                               throws Exception
Throws:
Exception

getAutocompleteVariableJSONObject

protected JSONObject getAutocompleteVariableJSONObject(Class<?> clazz)

Liferay 6.2.0-ce-m5