Class DDMStructureLayoutTestHelper

java.lang.Object
com.liferay.dynamic.data.mapping.test.util.DDMStructureLayoutTestHelper

public class DDMStructureLayoutTestHelper extends Object
  • Constructor Details

    • DDMStructureLayoutTestHelper

      public DDMStructureLayoutTestHelper(com.liferay.portal.kernel.model.Group group) throws Exception
      Throws:
      Exception
  • Method Details

    • addStructureLayout

      public com.liferay.dynamic.data.mapping.model.DDMStructureLayout addStructureLayout(long structureId, com.liferay.dynamic.data.mapping.model.DDMFormLayout ddmFormLayout) throws Exception
      Throws:
      Exception
    • createDDMFormLayoutColumns

      public List<com.liferay.dynamic.data.mapping.model.DDMFormLayoutColumn> createDDMFormLayoutColumns(String... ddmFormFieldNames)
    • createDDMFormLayoutRow

      public com.liferay.dynamic.data.mapping.model.DDMFormLayoutRow createDDMFormLayoutRow(List<com.liferay.dynamic.data.mapping.model.DDMFormLayoutColumn> ddmFormLayoutColumns)