Class FormUtil

java.lang.Object
com.liferay.headless.form.dto.v1_0.util.FormUtil

public class FormUtil extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Form
    toForm(Boolean acceptAllLanguages, com.liferay.dynamic.data.mapping.model.DDMFormInstance ddmFormInstance, com.liferay.portal.kernel.util.Portal portal, Locale preferredLocale, com.liferay.portal.kernel.service.UserLocalService userLocalService)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FormUtil

      public FormUtil()
  • Method Details

    • toForm

      public static Form toForm(Boolean acceptAllLanguages, com.liferay.dynamic.data.mapping.model.DDMFormInstance ddmFormInstance, com.liferay.portal.kernel.util.Portal portal, Locale preferredLocale, com.liferay.portal.kernel.service.UserLocalService userLocalService) throws Exception
      Throws:
      Exception