public abstract class DLAppTestUtil
extends java.lang.Object
| Constructor and Description |
|---|
DLAppTestUtil() |
| Modifier and Type | Method and Description |
|---|---|
static com.liferay.portal.kernel.repository.model.FileEntry |
addFileEntryWithWorkflow(long userId,
long groupId,
long folderId,
java.lang.String sourceFileName,
java.lang.String title,
boolean approved,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static void |
populateNotificationsServiceContext(com.liferay.portal.kernel.service.ServiceContext serviceContext,
java.lang.String command) |
static void |
populateServiceContext(com.liferay.portal.kernel.service.ServiceContext serviceContext,
long fileEntryTypeId) |
protected static com.liferay.portal.kernel.repository.model.FileEntry |
updateStatus(com.liferay.portal.kernel.repository.model.FileEntry fileEntry,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public static com.liferay.portal.kernel.repository.model.FileEntry addFileEntryWithWorkflow(long userId,
long groupId,
long folderId,
java.lang.String sourceFileName,
java.lang.String title,
boolean approved,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws java.lang.Exception
java.lang.Exceptionpublic static void populateNotificationsServiceContext(com.liferay.portal.kernel.service.ServiceContext serviceContext,
java.lang.String command)
public static void populateServiceContext(com.liferay.portal.kernel.service.ServiceContext serviceContext,
long fileEntryTypeId)
protected static com.liferay.portal.kernel.repository.model.FileEntry updateStatus(com.liferay.portal.kernel.repository.model.FileEntry fileEntry,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws java.lang.Exception
java.lang.Exception