public class DLTestUtil
extends java.lang.Object
| Constructor and Description |
|---|
DLTestUtil() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static com.liferay.document.library.kernel.model.DLFileEntry addDLFileEntry(long dlFolderId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static com.liferay.document.library.kernel.model.DLFolder addDLFolder(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static com.liferay.document.library.kernel.model.DLFolder addDLFolder(long groupId,
boolean deleteExisting,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static com.liferay.document.library.kernel.model.DLFolder addDLFolder(long groupId,
long parentFolderId,
boolean deleteExisting,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static com.liferay.document.library.kernel.model.DLFolder addDLFolder(long groupId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException