Java com.liferay.portal.kernel.portletfilerepository PortletFileRepositoryUtil fields, constructors, methods, implement or subclass

Example usage for Java com.liferay.portal.kernel.portletfilerepository PortletFileRepositoryUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.liferay.portal.kernel.portletfilerepository PortletFileRepositoryUtil.

The text is from its open source code.

Method

FileEntryaddPortletFileEntry(long groupId, long userId, String className, long classPK, String portletId, long folderId, byte[] bytes, String fileName, String mimeType, boolean indexingEnabled)
FileEntryaddPortletFileEntry(long groupId, long userId, String className, long classPK, String portletId, long folderId, File file, String fileName, String mimeType, boolean indexingEnabled)
FileEntryaddPortletFileEntry(long groupId, long userId, String className, long classPK, String portletId, long folderId, InputStream inputStream, String fileName, String mimeType, boolean indexingEnabled)
FolderaddPortletFolder(long userId, long repositoryId, long parentFolderId, String folderName, ServiceContext serviceContext)
RepositoryaddPortletRepository(long groupId, String portletId, ServiceContext serviceContext)
voiddeletePortletFileEntries(long groupId, long folderId)
voiddeletePortletFileEntries(long groupId, long folderId, int status)
voiddeletePortletFileEntry(long fileEntryId)
voiddeletePortletFolder(long folderId)
voiddeletePortletRepository(long groupId, String portletId)
RepositoryfetchPortletRepository(long groupId, String portletId)
StringgetDownloadPortletFileEntryURL(ThemeDisplay themeDisplay, FileEntry fileEntry, String queryString)
ListgetPortletFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator obc)
ListgetPortletFileEntries(long groupId, long folderId)
intgetPortletFileEntriesCount(long groupId, long folderId, int status)
intgetPortletFileEntriesCount(long groupId, long folderId)
FileEntrygetPortletFileEntry(long fileEntryId)
FileEntrygetPortletFileEntry(long groupId, long folderId, String fileName)
StringgetPortletFileEntryURL(ThemeDisplay themeDisplay, FileEntry fileEntry, String queryString)
StringgetPortletFileEntryURL(ThemeDisplay themeDisplay, FileEntry fileEntry, String queryString, boolean absoluteURL)
FoldergetPortletFolder(long folderId)
FoldergetPortletFolder(long repositoryId, long parentFolderId, String folderName)
RepositorygetPortletRepository(long groupId, String portletId)
StringgetUniqueFileName(long groupId, long folderId, String fileName)
FileEntrymovePortletFileEntryToTrash(long userId, long fileEntryId)
voidrestorePortletFileEntryFromTrash(long userId, long fileEntryId)