com.liferay.portlet.documentlibrary.util.test
Class DLTestUtil
java.lang.Object
com.liferay.portlet.documentlibrary.util.test.DLTestUtil
public class DLTestUtil
- extends Object
|
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 |
DLTestUtil
public DLTestUtil()
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