com.liferay.portlet.documentlibrary.lar
Class FolderUtil
java.lang.Object
com.liferay.portlet.documentlibrary.lar.FolderUtil
public class FolderUtil
- extends Object
| 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)
fetchByUUID_R
public static Folder fetchByUUID_R(String uuid,
long repositoryId)
findByPrimaryKey
public static Folder findByPrimaryKey(long folderId)
throws NoSuchFolderException
- Throws:
NoSuchFolderException
findByR_P
@Deprecated
public static List<Folder> findByR_P(long repositoryId,
long parentFolderId)
- Deprecated. As of 7.0.0, with no direct replacement
findByRepositoryId
@Deprecated
public static List<Folder> findByRepositoryId(long repositoryId)
- Deprecated. As of 7.0.0, with no direct replacement