Liferay 7.0-ce-b4

com.liferay.portlet.documentlibrary.util.test
Class DLTestUtil

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.util.test.DLTestUtil

public class DLTestUtil
extends Object


Constructor Summary
DLTestUtil()
           
 
Method Summary
static DLFileEntry addDLFileEntry(long dlFolderId)
           
static DLFolder addDLFolder(long groupId)
           
static DLFolder addDLFolder(long groupId, boolean deleteExisting, ServiceContext serviceContext)
           
static DLFolder addDLFolder(long groupId, long parentFolderId, boolean deleteExisting, ServiceContext serviceContext)
           
static DLFolder addDLFolder(long groupId, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLTestUtil

public DLTestUtil()
Method Detail

addDLFileEntry

public static DLFileEntry addDLFileEntry(long dlFolderId)
                                  throws Exception
Throws:
Exception

addDLFolder

public static DLFolder addDLFolder(long groupId)
                            throws Exception
Throws:
Exception

addDLFolder

public static DLFolder addDLFolder(long groupId,
                                   boolean deleteExisting,
                                   ServiceContext serviceContext)
                            throws Exception
Throws:
Exception

addDLFolder

public static DLFolder addDLFolder(long groupId,
                                   long parentFolderId,
                                   boolean deleteExisting,
                                   ServiceContext serviceContext)
                            throws Exception
Throws:
Exception

addDLFolder

public static DLFolder addDLFolder(long groupId,
                                   ServiceContext serviceContext)
                            throws Exception
Throws:
Exception

Liferay 7.0-ce-b4