com.liferay.portlet.dynamicdatamapping.util.test
Class DDMStructureTestHelper
java.lang.Object
com.liferay.portlet.dynamicdatamapping.util.test.DDMStructureTestHelper
public class DDMStructureTestHelper
- extends Object
|
Method Summary |
DDMStructure |
addStructure(DDMForm ddmForm,
DDMFormLayout ddmFormLayout)
|
DDMStructure |
addStructure(DDMForm ddmForm,
String storageType)
|
DDMStructure |
addStructure(long parentStructureId,
long classNameId,
String structureKey,
String name,
String description,
DDMForm ddmForm,
DDMFormLayout ddmFormLayout,
String storageType,
int type)
|
DDMStructure |
addStructure(long classNameId,
String structureKey,
String name,
DDMForm ddmForm,
String storageType,
int type)
|
DDMForm |
toDDMForm(String definition)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDMStructureTestHelper
public DDMStructureTestHelper(Group group)
throws Exception
- Throws:
Exception
addStructure
public DDMStructure addStructure(DDMForm ddmForm,
DDMFormLayout ddmFormLayout)
throws Exception
- Throws:
Exception
addStructure
public DDMStructure addStructure(DDMForm ddmForm,
String storageType)
throws Exception
- Throws:
Exception
addStructure
public DDMStructure addStructure(long parentStructureId,
long classNameId,
String structureKey,
String name,
String description,
DDMForm ddmForm,
DDMFormLayout ddmFormLayout,
String storageType,
int type)
throws Exception
- Throws:
Exception
addStructure
public DDMStructure addStructure(long classNameId,
String structureKey,
String name,
DDMForm ddmForm,
String storageType,
int type)
throws Exception
- Throws:
Exception
toDDMForm
public DDMForm toDDMForm(String definition)
throws Exception
- Throws:
Exception