Interface DDM
public interface DDM
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetDDMForm
(long classNameId, long classPK) getDDMForm
(String serializedJSONDDMForm) getDDMForm
(javax.portlet.PortletRequest portletRequest) com.liferay.portal.kernel.json.JSONArray
getDDMFormFieldsJSONArray
(DDMStructure ddmStructure, String script) com.liferay.portal.kernel.json.JSONArray
getDDMFormFieldsJSONArray
(DDMStructureVersion ddmStructureVersion, String script) getDDMFormJSONString
(DDMForm ddmForm) getDDMFormValues
(long ddmStructureId, long ddmTemplateId, String fieldNamespace, com.liferay.portal.kernel.service.ServiceContext serviceContext) getDDMFormValues
(long ddmStructureId, String fieldNamespace, com.liferay.portal.kernel.service.ServiceContext serviceContext) getDDMFormValues
(DDMForm ddmForm, String serializedJSONDDMFormValues) getDDMFormValuesJSONString
(DDMFormValues ddmFormValues) getDefaultDDMFormLayout
(DDMForm ddmForm) getDisplayFieldValue
(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay, Serializable fieldValue, String type) getFields
(long ddmStructureId, long ddmTemplateId, com.liferay.portal.kernel.service.ServiceContext serviceContext) getFields
(long ddmStructureId, long ddmTemplateId, String fieldNamespace, com.liferay.portal.kernel.service.ServiceContext serviceContext) getFields
(long ddmStructureId, DDMFormValues ddmFormValues) getFields
(long ddmStructureId, com.liferay.portal.kernel.service.ServiceContext serviceContext) getFields
(long ddmStructureId, String fieldNamespace, com.liferay.portal.kernel.service.ServiceContext serviceContext) getIndexedFieldValue
(Serializable fieldValue, String type) com.liferay.portal.kernel.util.OrderByComparator<DDMStructure>
getStructureOrderByComparator
(String orderByCol, String orderByType) com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate>
getTemplateOrderByComparator
(String orderByCol, String orderByType) mergeFields
(Fields newFields, Fields existingFields) updateDDMFormDefaultLocale
(DDMForm ddmForm, Locale newDefaultLocale)
-
Field Details
-
FIELD_EMPTY_VALUE
- See Also:
-
FIELDS_DISPLAY_NAME
- See Also:
-
INSTANCE_SEPARATOR
- See Also:
-
-
Method Details
-
getDDMForm
DDMForm getDDMForm(long classNameId, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDDMForm
DDMForm getDDMForm(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDDMForm
DDMForm getDDMForm(String serializedJSONDDMForm) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDDMFormFieldsJSONArray
com.liferay.portal.kernel.json.JSONArray getDDMFormFieldsJSONArray(DDMStructure ddmStructure, String script) -
getDDMFormFieldsJSONArray
com.liferay.portal.kernel.json.JSONArray getDDMFormFieldsJSONArray(DDMStructureVersion ddmStructureVersion, String script) -
getDDMFormJSONString
-
getDDMFormValues
DDMFormValues getDDMFormValues(DDMForm ddmForm, String serializedJSONDDMFormValues) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDDMFormValues
DDMFormValues getDDMFormValues(long ddmStructureId, long ddmTemplateId, String fieldNamespace, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDDMFormValues
DDMFormValues getDDMFormValues(long ddmStructureId, String fieldNamespace, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDDMFormValuesJSONString
-
getDefaultDDMFormLayout
-
getDisplayFieldValue
Serializable getDisplayFieldValue(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay, Serializable fieldValue, String type) throws Exception - Throws:
Exception
-
getFields
Fields getFields(long ddmStructureId, DDMFormValues ddmFormValues) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFields
Fields getFields(long ddmStructureId, long ddmTemplateId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFields
Fields getFields(long ddmStructureId, long ddmTemplateId, String fieldNamespace, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFields
Fields getFields(long ddmStructureId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFields
Fields getFields(long ddmStructureId, String fieldNamespace, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getIndexedFieldValue
- Throws:
Exception
-
getStructureOrderByComparator
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> getStructureOrderByComparator(String orderByCol, String orderByType) -
getTemplateOrderByComparator
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> getTemplateOrderByComparator(String orderByCol, String orderByType) -
mergeFields
-
updateDDMFormDefaultLocale
-