com.liferay.portlet.documentlibrary.lar
Class FileEntryUtil
java.lang.Object
com.liferay.portal.repository.liferayrepository.util.LiferayBase
com.liferay.portlet.documentlibrary.lar.FileEntryUtil
public class FileEntryUtil
- extends LiferayBase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileEntryUtil
public FileEntryUtil()
fetchByPrimaryKey
public static FileEntry fetchByPrimaryKey(long fileEntryId)
throws SystemException
- Throws:
SystemException
fetchByR_F_T
public static FileEntry fetchByR_F_T(long repositoryId,
long folderId,
String title)
throws SystemException
- Throws:
SystemException
fetchByUUID_R
public static FileEntry fetchByUUID_R(String uuid,
long repositoryId)
throws SystemException
- Throws:
SystemException
findByR_F
public static List<FileEntry> findByR_F(long repositoryId,
long folderId)
throws SystemException
- Throws:
SystemException
findByR_F_T
public static FileEntry findByR_F_T(long repositoryId,
long folderId,
String title)
throws NoSuchFileEntryException,
SystemException
- Throws:
NoSuchFileEntryException
SystemException
getContentStream
public static InputStream getContentStream(FileEntry fileEntry)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException