Liferay 7.0-ce-m3

com.liferay.portlet.dynamicdatalists.util.test
Class DDLRecordTestHelper

java.lang.Object
  extended by com.liferay.portlet.dynamicdatalists.util.test.DDLRecordTestHelper

public class DDLRecordTestHelper
extends Object


Constructor Summary
DDLRecordTestHelper(Group group, DDLRecordSet recordSet)
           
 
Method Summary
 DDLRecord addRecord()
           
 DDLRecord addRecord(DDMFormValues ddmFormValues, int workflowAction)
           
 DDLRecordSet getRecordSet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDLRecordTestHelper

public DDLRecordTestHelper(Group group,
                           DDLRecordSet recordSet)
                    throws Exception
Throws:
Exception
Method Detail

addRecord

public DDLRecord addRecord()
                    throws Exception
Throws:
Exception

addRecord

public DDLRecord addRecord(DDMFormValues ddmFormValues,
                           int workflowAction)
                    throws Exception
Throws:
Exception

getRecordSet

public DDLRecordSet getRecordSet()

Liferay 7.0-ce-m3