public class DLTestUtil
extends java.lang.Object
| Constructor and Description |
|---|
DLTestUtil() |
| Modifier and Type | Method and Description |
|---|---|
static DLFileEntry |
addDLFileEntry(long dlFolderId) |
static DLFolder |
addDLFolder(long groupId) |
static DLFolder |
addDLFolder(long groupId,
boolean deleteExisting,
ServiceContext serviceContext) |
static DLFolder |
addDLFolder(long groupId,
long parentFolderId,
boolean deleteExisting,
ServiceContext serviceContext) |
static DLFolder |
addDLFolder(long groupId,
ServiceContext serviceContext) |
public static DLFileEntry addDLFileEntry(long dlFolderId) throws java.lang.Exception
java.lang.Exceptionpublic static DLFolder addDLFolder(long groupId) throws java.lang.Exception
java.lang.Exceptionpublic static DLFolder addDLFolder(long groupId, boolean deleteExisting, ServiceContext serviceContext) throws java.lang.Exception
java.lang.Exceptionpublic static DLFolder addDLFolder(long groupId, long parentFolderId, boolean deleteExisting, ServiceContext serviceContext) throws java.lang.Exception
java.lang.Exceptionpublic static DLFolder addDLFolder(long groupId, ServiceContext serviceContext) throws java.lang.Exception
java.lang.Exception