public class FileEntrySearchFixture
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected DLAppLocalService |
dlAppLocalService |
| Constructor and Description |
|---|
FileEntrySearchFixture(DLAppLocalService dlAppLocalService1) |
| Modifier and Type | Method and Description |
|---|---|
FileEntry |
addFileEntry(FileEntryBlueprint fileEntryBlueprint) |
protected FileEntry |
addFileEntry(java.io.InputStream inputStream,
FileEntryBlueprint fileEntryBlueprint,
ServiceContext serviceContext) |
protected FileEntry |
addFileEntry(java.lang.String fileName,
java.lang.String title,
java.io.File file,
ServiceContext serviceContext) |
protected FileEntry |
addFileEntryWithWorkflow(long userId,
long groupId,
java.lang.String title,
ServiceContext serviceContext) |
protected java.io.File |
createTempFile(java.io.InputStream inputStream) |
java.util.List<FileEntry> |
getFileEntries() |
protected ServiceContext |
getServiceContext(FileEntryBlueprint fileEntryBlueprint) |
void |
setUp() |
void |
tearDown() |
protected final DLAppLocalService dlAppLocalService
public FileEntrySearchFixture(DLAppLocalService dlAppLocalService1)
public FileEntry addFileEntry(FileEntryBlueprint fileEntryBlueprint)
public java.util.List<FileEntry> getFileEntries()
public void setUp()
public void tearDown()
throws java.lang.Exception
java.lang.Exceptionprotected FileEntry addFileEntry(java.io.InputStream inputStream, FileEntryBlueprint fileEntryBlueprint, ServiceContext serviceContext)
protected FileEntry addFileEntry(java.lang.String fileName, java.lang.String title, java.io.File file, ServiceContext serviceContext)
protected FileEntry addFileEntryWithWorkflow(long userId, long groupId, java.lang.String title, ServiceContext serviceContext)
protected java.io.File createTempFile(java.io.InputStream inputStream)
protected ServiceContext getServiceContext(FileEntryBlueprint fileEntryBlueprint)