public class FileEntryUtil extends LiferayBase
| Constructor and Description |
|---|
FileEntryUtil() |
| Modifier and Type | Method and Description |
|---|---|
static com.liferay.portal.kernel.repository.model.FileEntry |
fetchByPrimaryKey(long fileEntryId) |
static com.liferay.portal.kernel.repository.model.FileEntry |
fetchByR_F_T(long repositoryId,
long folderId,
java.lang.String title) |
static com.liferay.portal.kernel.repository.model.FileEntry |
fetchByUUID_R(java.lang.String uuid,
long repositoryId) |
static com.liferay.portal.kernel.repository.model.FileEntry |
findByR_F_T(long repositoryId,
long folderId,
java.lang.String title) |
static java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> |
findByR_F(long repositoryId,
long folderId) |
static java.io.InputStream |
getContentStream(com.liferay.portal.kernel.repository.model.FileEntry fileEntry) |
toFileEntries, toFileEntriesAndFolders, toFileVersions, toFolderspublic static com.liferay.portal.kernel.repository.model.FileEntry fetchByPrimaryKey(long fileEntryId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic static com.liferay.portal.kernel.repository.model.FileEntry fetchByR_F_T(long repositoryId,
long folderId,
java.lang.String title)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic static com.liferay.portal.kernel.repository.model.FileEntry fetchByUUID_R(java.lang.String uuid,
long repositoryId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic static java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> findByR_F(long repositoryId,
long folderId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic static com.liferay.portal.kernel.repository.model.FileEntry findByR_F_T(long repositoryId,
long folderId,
java.lang.String title)
throws com.liferay.portlet.documentlibrary.NoSuchFileEntryException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portlet.documentlibrary.NoSuchFileEntryExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic static java.io.InputStream getContentStream(com.liferay.portal.kernel.repository.model.FileEntry fileEntry)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemException