com.liferay.portlet.dynamicdatamapping.util
Interface DDMXSD
- All Known Implementing Classes:
- DDMXSDImpl
public interface DDMXSD
|
Method Summary |
String |
getFieldHTML(javax.servlet.jsp.PageContext pageContext,
Element element,
Fields fields,
String namespace,
String mode,
boolean readOnly,
Locale locale)
|
String |
getFieldHTMLByName(javax.servlet.jsp.PageContext pageContext,
long classNameId,
long classPK,
String fieldName,
int repeatableIndex,
Fields fields,
String namespace,
String mode,
boolean readOnly,
Locale locale)
|
String |
getHTML(javax.servlet.jsp.PageContext pageContext,
DDMStructure ddmStructure,
Fields fields,
String namespace,
boolean readOnly,
Locale locale)
|
String |
getHTML(javax.servlet.jsp.PageContext pageContext,
DDMTemplate ddmTemplate,
Fields fields,
String namespace,
boolean readOnly,
Locale locale)
|
String |
getHTML(javax.servlet.jsp.PageContext pageContext,
String xml,
Fields fields,
Locale locale)
|
String |
getHTML(javax.servlet.jsp.PageContext pageContext,
String xml,
Fields fields,
String namespace,
boolean readOnly,
Locale locale)
|
String |
getHTML(javax.servlet.jsp.PageContext pageContext,
String xml,
Fields fields,
String namespace,
Locale locale)
|
String |
getHTML(javax.servlet.jsp.PageContext pageContext,
String xml,
Locale locale)
|
JSONArray |
getJSONArray(DDMStructure structure,
String xsd)
|
JSONArray |
getJSONArray(Document document)
|
JSONArray |
getJSONArray(Element element)
|
JSONArray |
getJSONArray(String xml)
|
String |
getXSD(long classNameId,
long classPK)
|
getFieldHTML
String getFieldHTML(javax.servlet.jsp.PageContext pageContext,
Element element,
Fields fields,
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,
int repeatableIndex,
Fields fields,
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 namespace,
boolean readOnly,
Locale locale)
throws Exception
- Throws:
Exception
getHTML
String getHTML(javax.servlet.jsp.PageContext pageContext,
DDMTemplate ddmTemplate,
Fields fields,
String namespace,
boolean readOnly,
Locale locale)
throws Exception
- Throws:
Exception
getHTML
String getHTML(javax.servlet.jsp.PageContext pageContext,
String xml,
Fields fields,
Locale locale)
throws Exception
- Throws:
Exception
getHTML
String getHTML(javax.servlet.jsp.PageContext pageContext,
String xml,
Fields fields,
String namespace,
boolean readOnly,
Locale locale)
throws Exception
- Throws:
Exception
getHTML
String getHTML(javax.servlet.jsp.PageContext pageContext,
String xml,
Fields fields,
String namespace,
Locale locale)
throws Exception
- Throws:
Exception
getHTML
String getHTML(javax.servlet.jsp.PageContext pageContext,
String xml,
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
getXSD
String getXSD(long classNameId,
long classPK)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException