Liferay 7.0-ce-m6

com.liferay.portlet.dynamicdatamapping.util.test
Class DDMStructureLayoutTestHelper

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.util.test.DDMStructureLayoutTestHelper

public class DDMStructureLayoutTestHelper
extends Object


Constructor Summary
DDMStructureLayoutTestHelper(Group group)
           
 
Method Summary
 DDMStructureLayout addStructureLayout(long structureId, DDMFormLayout ddmFormLayout)
           
 List<DDMFormLayoutColumn> createDDMFormLayoutColumns(String... ddmFormFieldNames)
           
 DDMFormLayoutRow createDDMFormLayoutRow(List<DDMFormLayoutColumn> ddmFormLayoutColumns)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDMStructureLayoutTestHelper

public DDMStructureLayoutTestHelper(Group group)
                             throws Exception
Throws:
Exception
Method Detail

addStructureLayout

public DDMStructureLayout addStructureLayout(long structureId,
                                             DDMFormLayout ddmFormLayout)
                                      throws Exception
Throws:
Exception

createDDMFormLayoutColumns

public List<DDMFormLayoutColumn> createDDMFormLayoutColumns(String... ddmFormFieldNames)

createDDMFormLayoutRow

public DDMFormLayoutRow createDDMFormLayoutRow(List<DDMFormLayoutColumn> ddmFormLayoutColumns)

Liferay 7.0-ce-m6