Liferay 6.2-ce-ga5

com.liferay.portlet.dynamicdatamapping.util
Interface DDMXSD


public interface DDMXSD


Method Summary
 String getFieldHTML(javax.servlet.jsp.PageContext pageContext, Element element, Fields fields, String portletNamespace, String namespace, String mode, boolean readOnly, Locale locale)
           
 String getFieldHTMLByName(javax.servlet.jsp.PageContext pageContext, long classNameId, long classPK, String fieldName, Fields fields, String portletNamespace, String namespace, String mode, boolean readOnly, Locale locale)
           
 String getHTML(javax.servlet.jsp.PageContext pageContext, DDMStructure ddmStructure, Fields fields, String portletNamespace, String namespace, boolean readOnly, Locale locale)
           
 String getHTML(javax.servlet.jsp.PageContext pageContext, DDMTemplate ddmTemplate, Fields fields, String portletNamespace, String namespace, boolean readOnly, Locale locale)
           
 String getHTML(javax.servlet.jsp.PageContext pageContext, String xml, Fields fields, String portletNamespace, Locale locale)
           
 String getHTML(javax.servlet.jsp.PageContext pageContext, String xml, Fields fields, String portletNamespace, String namespace, boolean readOnly, Locale locale)
           
 String getHTML(javax.servlet.jsp.PageContext pageContext, String xml, Fields fields, String portletNamespace, String namespace, Locale locale)
           
 String getHTML(javax.servlet.jsp.PageContext pageContext, String xml, Fields fields, String portletNamespace, String namespace, String mode, boolean readOnly, Locale locale)
           
 String getHTML(javax.servlet.jsp.PageContext pageContext, 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.jsp.PageContext pageContext, Element element, Field field, String portletNamespace, String namespace, String mode, boolean readOnly, Locale locale)
           
 String getSimpleFieldHTMLByName(javax.servlet.jsp.PageContext pageContext, long classNameId, long classPK, Field field, String portletNamespace, String namespace, String mode, boolean readOnly, Locale locale)
           
 String getXSD(long classNameId, long classPK)
           
 

Method Detail

getFieldHTML

String getFieldHTML(javax.servlet.jsp.PageContext pageContext,
                    Element element,
                    Fields fields,
                    String portletNamespace,
                    String namespace,
                    String mode,
                    boolean readOnly,
                    Locale locale)
                    throws Exception
Throws:
Exception

getFieldHTMLByName

String getFieldHTMLByName(javax.servlet.jsp.PageContext pageContext,
                          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.jsp.PageContext pageContext,
               DDMStructure ddmStructure,
               Fields fields,
               String portletNamespace,
               String namespace,
               boolean readOnly,
               Locale locale)
               throws Exception
Throws:
Exception

getHTML

String getHTML(javax.servlet.jsp.PageContext pageContext,
               DDMTemplate ddmTemplate,
               Fields fields,
               String portletNamespace,
               String namespace,
               boolean readOnly,
               Locale locale)
               throws Exception
Throws:
Exception

getHTML

String getHTML(javax.servlet.jsp.PageContext pageContext,
               String xml,
               Fields fields,
               String portletNamespace,
               Locale locale)
               throws Exception
Throws:
Exception

getHTML

String getHTML(javax.servlet.jsp.PageContext pageContext,
               String xml,
               Fields fields,
               String portletNamespace,
               String namespace,
               boolean readOnly,
               Locale locale)
               throws Exception
Throws:
Exception

getHTML

String getHTML(javax.servlet.jsp.PageContext pageContext,
               String xml,
               Fields fields,
               String portletNamespace,
               String namespace,
               Locale locale)
               throws Exception
Throws:
Exception

getHTML

String getHTML(javax.servlet.jsp.PageContext pageContext,
               String xml,
               Fields fields,
               String portletNamespace,
               String namespace,
               String mode,
               boolean readOnly,
               Locale locale)
               throws Exception
Throws:
Exception

getHTML

String getHTML(javax.servlet.jsp.PageContext pageContext,
               String xml,
               String portletNamespace,
               Locale locale)
               throws Exception
Throws:
Exception

getJSONArray

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

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,
                              SystemException
Throws:
PortalException
SystemException

getSimpleFieldHTML

String getSimpleFieldHTML(javax.servlet.jsp.PageContext pageContext,
                          Element element,
                          Field field,
                          String portletNamespace,
                          String namespace,
                          String mode,
                          boolean readOnly,
                          Locale locale)
                          throws Exception
Throws:
Exception

getSimpleFieldHTMLByName

String getSimpleFieldHTMLByName(javax.servlet.jsp.PageContext pageContext,
                                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,
                     SystemException
Throws:
PortalException
SystemException

Liferay 6.2-ce-ga5