Liferay 7.0-ce-b8 portal-test-internal

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 com.liferay.document.library.kernel.model.DLFileEntry addDLFileEntry(long dlFolderId)
           
static com.liferay.document.library.kernel.model.DLFolder addDLFolder(long groupId)
           
static com.liferay.document.library.kernel.model.DLFolder addDLFolder(long groupId, boolean deleteExisting, com.liferay.portal.kernel.service.ServiceContext serviceContext)
           
static com.liferay.document.library.kernel.model.DLFolder addDLFolder(long groupId, long parentFolderId, boolean deleteExisting, com.liferay.portal.kernel.service.ServiceContext serviceContext)
           
static com.liferay.document.library.kernel.model.DLFolder addDLFolder(long groupId, com.liferay.portal.kernel.service.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 com.liferay.document.library.kernel.model.DLFileEntry addDLFileEntry(long dlFolderId)
                                                                            throws Exception
Throws:
Exception

addDLFolder

public static com.liferay.document.library.kernel.model.DLFolder addDLFolder(long groupId)
                                                                      throws Exception
Throws:
Exception

addDLFolder

public static com.liferay.document.library.kernel.model.DLFolder addDLFolder(long groupId,
                                                                             boolean deleteExisting,
                                                                             com.liferay.portal.kernel.service.ServiceContext serviceContext)
                                                                      throws Exception
Throws:
Exception

addDLFolder

public static com.liferay.document.library.kernel.model.DLFolder addDLFolder(long groupId,
                                                                             long parentFolderId,
                                                                             boolean deleteExisting,
                                                                             com.liferay.portal.kernel.service.ServiceContext serviceContext)
                                                                      throws Exception
Throws:
Exception

addDLFolder

public static com.liferay.document.library.kernel.model.DLFolder addDLFolder(long groupId,
                                                                             com.liferay.portal.kernel.service.ServiceContext serviceContext)
                                                                      throws Exception
Throws:
Exception

Liferay 7.0-ce-b8 portal-test-internal