com.liferay.document.library.test.util.DLAppTestUtil@Deprecated
public abstract class DLAppTestUtil
extends Object
| Constructor and Description |
|---|
DLAppTestUtil()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static com.liferay.portal.kernel.repository.model.FileEntry |
addFileEntryWithWorkflow(long userId,
long groupId,
long folderId,
String sourceFileName,
String title,
boolean approved,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Deprecated.
|
static void |
populateNotificationsServiceContext(com.liferay.portal.kernel.service.ServiceContext serviceContext,
String command)
Deprecated.
|
static void |
populateServiceContext(com.liferay.portal.kernel.service.ServiceContext serviceContext,
long fileEntryTypeId)
Deprecated.
|
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)
Deprecated.
|
public static com.liferay.portal.kernel.repository.model.FileEntry addFileEntryWithWorkflow(long userId,
long groupId,
long folderId,
String sourceFileName,
String title,
boolean approved,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws Exception
Exceptionpublic static void populateNotificationsServiceContext(com.liferay.portal.kernel.service.ServiceContext serviceContext,
String command)
throws Exception
Exceptionpublic static void populateServiceContext(com.liferay.portal.kernel.service.ServiceContext serviceContext,
long fileEntryTypeId)
throws Exception
Exceptionprotected 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 Exception
Exception