Liferay 6.2-ce-ga5

com.liferay.portlet.dynamicdatamapping.util
Interface DDMTemplateHelper


public interface DDMTemplateHelper


Method Summary
 DDMStructure fetchStructure(DDMTemplate template)
           
 String getAutocompleteJSON(javax.servlet.http.HttpServletRequest request, String language)
           
 boolean isAutocompleteEnabled(String language)
           
 

Method Detail

fetchStructure

DDMStructure fetchStructure(DDMTemplate template)

getAutocompleteJSON

String getAutocompleteJSON(javax.servlet.http.HttpServletRequest request,
                           String language)
                           throws Exception
Throws:
Exception

isAutocompleteEnabled

boolean isAutocompleteEnabled(String language)

Liferay 6.2-ce-ga5