Liferay 6.1.2-ce-ga3

com.liferay.portlet.documentlibrary.lar
Class FolderUtil

java.lang.Object
  extended by com.liferay.portal.repository.liferayrepository.util.LiferayBase
      extended by com.liferay.portlet.documentlibrary.lar.FolderUtil

public class FolderUtil
extends LiferayBase


Constructor Summary
FolderUtil()
           
 
Method Summary
static Folder fetchByR_P_N(long groupId, long parentFolderId, String name)
           
static Folder fetchByUUID_R(String uuid, long repositoryId)
           
static Folder findByPrimaryKey(long folderId)
           
static List<Folder> findByR_P(long repositoryId, long parentFolderId)
           
static List<Folder> findByRepositoryId(long repositoryId)
           
 
Methods inherited from class com.liferay.portal.repository.liferayrepository.util.LiferayBase
toFileEntries, toFileEntriesAndFolders, toFileVersions, toFolders
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FolderUtil

public FolderUtil()
Method Detail

fetchByR_P_N

public static Folder fetchByR_P_N(long groupId,
                                  long parentFolderId,
                                  String name)
                           throws SystemException
Throws:
SystemException

fetchByUUID_R

public static Folder fetchByUUID_R(String uuid,
                                   long repositoryId)
                            throws SystemException
Throws:
SystemException

findByPrimaryKey

public static Folder findByPrimaryKey(long folderId)
                               throws NoSuchFolderException,
                                      SystemException
Throws:
NoSuchFolderException
SystemException

findByR_P

public static List<Folder> findByR_P(long repositoryId,
                                     long parentFolderId)
                              throws SystemException
Throws:
SystemException

findByRepositoryId

public static List<Folder> findByRepositoryId(long repositoryId)
                                       throws SystemException
Throws:
SystemException

Liferay 6.1.2-ce-ga3