Liferay 7.0-ce-m2

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

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

public class DDLTestUtil
extends Object


Constructor Summary
DDLTestUtil()
           
 
Method Summary
static DDLRecord addRecord(long groupId, long recordSetId)
           
static DDLRecord addRecord(long groupId, long recordSetId, Map<String,Serializable> fieldsMap)
           
static DDLRecordSet addRecordSet(long groupId, long structureId)
           
static DDLRecordSet addRecordSet(long groupId, long structureId, String name, Locale defaultLocale, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDLTestUtil

public DDLTestUtil()
Method Detail

addRecord

public static DDLRecord addRecord(long groupId,
                                  long recordSetId)
                           throws Exception
Throws:
Exception

addRecord

public static DDLRecord addRecord(long groupId,
                                  long recordSetId,
                                  Map<String,Serializable> fieldsMap)
                           throws Exception
Throws:
Exception

addRecordSet

public static DDLRecordSet addRecordSet(long groupId,
                                        long structureId)
                                 throws Exception
Throws:
Exception

addRecordSet

public static DDLRecordSet addRecordSet(long groupId,
                                        long structureId,
                                        String name,
                                        Locale defaultLocale,
                                        ServiceContext serviceContext)
                                 throws Exception
Throws:
Exception

Liferay 7.0-ce-m2