Liferay 7.0-ce-b7 portal-impl

com.liferay.portlet.documentlibrary.lar
Class FileEntryUtil

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.lar.FileEntryUtil

public class FileEntryUtil
extends Object


Constructor Summary
FileEntryUtil()
           
 
Method Summary
static com.liferay.portal.kernel.repository.model.FileEntry fetchByPrimaryKey(long fileEntryId)
           
static com.liferay.portal.kernel.repository.model.FileEntry fetchByR_F_FN(long repositoryId, long folderId, String fileName)
           
static com.liferay.portal.kernel.repository.model.FileEntry fetchByR_F_T(long repositoryId, long folderId, String title)
           
static com.liferay.portal.kernel.repository.model.FileEntry fetchByUUID_R(String uuid, long repositoryId)
           
static com.liferay.portal.kernel.repository.model.FileEntry findByR_F_T(long repositoryId, long folderId, String title)
          Deprecated. As of 7.0.0, with no direct replacement
static List<com.liferay.portal.kernel.repository.model.FileEntry> findByR_F(long repositoryId, long folderId)
          Deprecated. As of 7.0.0, with no direct replacement
static InputStream getContentStream(com.liferay.portal.kernel.repository.model.FileEntry fileEntry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileEntryUtil

public FileEntryUtil()
Method Detail

fetchByPrimaryKey

public static com.liferay.portal.kernel.repository.model.FileEntry fetchByPrimaryKey(long fileEntryId)

fetchByR_F_FN

public static com.liferay.portal.kernel.repository.model.FileEntry fetchByR_F_FN(long repositoryId,
                                                                                 long folderId,
                                                                                 String fileName)

fetchByR_F_T

public static com.liferay.portal.kernel.repository.model.FileEntry fetchByR_F_T(long repositoryId,
                                                                                long folderId,
                                                                                String title)

fetchByUUID_R

public static com.liferay.portal.kernel.repository.model.FileEntry fetchByUUID_R(String uuid,
                                                                                 long repositoryId)

findByR_F

@Deprecated
public static List<com.liferay.portal.kernel.repository.model.FileEntry> findByR_F(long repositoryId,
                                                                                              long folderId)
Deprecated. As of 7.0.0, with no direct replacement


findByR_F_T

@Deprecated
public static com.liferay.portal.kernel.repository.model.FileEntry findByR_F_T(long repositoryId,
                                                                                          long folderId,
                                                                                          String title)
                                                                        throws com.liferay.document.library.kernel.exception.NoSuchFileEntryException
Deprecated. As of 7.0.0, with no direct replacement

Throws:
com.liferay.document.library.kernel.exception.NoSuchFileEntryException

getContentStream

public static InputStream getContentStream(com.liferay.portal.kernel.repository.model.FileEntry fileEntry)
                                    throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

Liferay 7.0-ce-b7 portal-impl