Liferay 7.0-ce-m3

com.liferay.portlet.dynamicdatamapping.util
Interface DDMXSD


public interface DDMXSD


Method Summary
 String getFieldHTML(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Element element, Fields fields, String portletNamespace, String namespace, String mode, boolean readOnly, Locale locale)
           
 String getFieldHTMLByName(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, long classNameId, long classPK, String fieldName, Fields fields, String portletNamespace, String namespace, String mode, boolean readOnly, Locale locale)
           
 String getHTML(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DDMStructure ddmStructure, Fields fields, String portletNamespace, String namespace, boolean readOnly, Locale locale)
           
 String getHTML(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DDMTemplate ddmTemplate, Fields fields, String portletNamespace, String namespace, boolean readOnly, Locale locale)
           
 String getHTML(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String xml, Fields fields, String portletNamespace, Locale locale)
           
 String getHTML(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String xml, Fields fields, String portletNamespace, String namespace, boolean readOnly, Locale locale)
           
 String getHTML(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String xml, Fields fields, String portletNamespace, String namespace, Locale locale)
           
 String getHTML(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String xml, Fields fields, String portletNamespace, String namespace, String mode, boolean readOnly, Locale locale)
           
 String getHTML(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String xml, String portletNamespace, Locale locale)
           
 JSONArray getJSONArray(DDMStructure structure, String xsd)
           
 JSONArray getJSONArray(Document document)
           
 JSONArray getJSONArray(Element element)
           
 JSONArray getJSONArray(String xml)
           
 String getSimpleFieldHTML(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Element element, Field field, String portletNamespace, String namespace, String mode, boolean readOnly, Locale locale)
           
 String getSimpleFieldHTMLByName(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, long classNameId, long classPK, Field field, String portletNamespace, String namespace, String mode, boolean readOnly, Locale locale)
           
 String getXSD(long classNameId, long classPK)
           
 String getXSD(String json)
           
 

Method Detail

getFieldHTML

String getFieldHTML(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response,
                    Element element,
                    Fields fields,
                    String portletNamespace,
                    String namespace,
                    String mode,
                    boolean readOnly,
                    Locale locale)
                    throws Exception
Throws:
Exception

getFieldHTMLByName

String getFieldHTMLByName(javax.servlet.http.HttpServletRequest request,
                          javax.servlet.http.HttpServletResponse response,
                          long classNameId,
                          long classPK,
                          String fieldName,
                          Fields fields,
                          String portletNamespace,
                          String namespace,
                          String mode,
                          boolean readOnly,
                          Locale locale)
                          throws Exception
Throws:
Exception

getHTML

String getHTML(javax.servlet.http.HttpServletRequest request,
               javax.servlet.http.HttpServletResponse response,
               DDMStructure ddmStructure,
               Fields fields,
               String portletNamespace,
               String namespace,
               boolean readOnly,
               Locale locale)
               throws Exception
Throws:
Exception

getHTML

String getHTML(javax.servlet.http.HttpServletRequest request,
               javax.servlet.http.HttpServletResponse response,
               DDMTemplate ddmTemplate,
               Fields fields,
               String portletNamespace,
               String namespace,
               boolean readOnly,
               Locale locale)
               throws Exception
Throws:
Exception

getHTML

String getHTML(javax.servlet.http.HttpServletRequest request,
               javax.servlet.http.HttpServletResponse response,
               String xml,
               Fields fields,
               String portletNamespace,
               Locale locale)
               throws Exception
Throws:
Exception

getHTML

String getHTML(javax.servlet.http.HttpServletRequest request,
               javax.servlet.http.HttpServletResponse response,
               String xml,
               Fields fields,
               String portletNamespace,
               String namespace,
               boolean readOnly,
               Locale locale)
               throws Exception
Throws:
Exception

getHTML

String getHTML(javax.servlet.http.HttpServletRequest request,
               javax.servlet.http.HttpServletResponse response,
               String xml,
               Fields fields,
               String portletNamespace,
               String namespace,
               Locale locale)
               throws Exception
Throws:
Exception

getHTML

String getHTML(javax.servlet.http.HttpServletRequest request,
               javax.servlet.http.HttpServletResponse response,
               String xml,
               Fields fields,
               String portletNamespace,
               String namespace,
               String mode,
               boolean readOnly,
               Locale locale)
               throws Exception
Throws:
Exception

getHTML

String getHTML(javax.servlet.http.HttpServletRequest request,
               javax.servlet.http.HttpServletResponse response,
               String xml,
               String portletNamespace,
               Locale locale)
               throws Exception
Throws:
Exception

getJSONArray

JSONArray getJSONArray(DDMStructure structure,
                       String xsd)
                       throws PortalException
Throws:
PortalException

getJSONArray

JSONArray getJSONArray(Document document)
                       throws PortalException
Throws:
PortalException

getJSONArray

JSONArray getJSONArray(Element element)
                       throws PortalException
Throws:
PortalException

getJSONArray

JSONArray getJSONArray(String xml)
                       throws PortalException
Throws:
PortalException

getSimpleFieldHTML

String getSimpleFieldHTML(javax.servlet.http.HttpServletRequest request,
                          javax.servlet.http.HttpServletResponse response,
                          Element element,
                          Field field,
                          String portletNamespace,
                          String namespace,
                          String mode,
                          boolean readOnly,
                          Locale locale)
                          throws Exception
Throws:
Exception

getSimpleFieldHTMLByName

String getSimpleFieldHTMLByName(javax.servlet.http.HttpServletRequest request,
                                javax.servlet.http.HttpServletResponse response,
                                long classNameId,
                                long classPK,
                                Field field,
                                String portletNamespace,
                                String namespace,
                                String mode,
                                boolean readOnly,
                                Locale locale)
                                throws Exception
Throws:
Exception

getXSD

String getXSD(long classNameId,
              long classPK)
              throws PortalException
Throws:
PortalException

getXSD

String getXSD(String json)
              throws PortalException
Throws:
PortalException

Liferay 7.0-ce-m3