com.liferay.portlet.documentlibrary.lar
Class FolderUtil
java.lang.Object
com.liferay.portal.repository.liferayrepository.util.LiferayBase
com.liferay.portlet.documentlibrary.lar.FolderUtil
public class FolderUtil
- extends LiferayBase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FolderUtil
public FolderUtil()
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