Java com.liferay.portal.kernel.repository LocalRepository fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

FileEntryaddFileEntry(long userId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, File file, ServiceContext serviceContext)
FileEntryaddFileEntry(long userId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, InputStream is, long size, ServiceContext serviceContext)
FolderaddFolder(long userId, long parentFolderId, String name, String description, ServiceContext serviceContext)
voiddeleteAll()
voiddeleteFileEntry(long fileEntryId)
voiddeleteFolder(long folderId)
TgetCapability(Class capabilityClass)
ListgetFileEntries(long folderId, int start, int end, OrderByComparator obc)
ListgetFileEntriesAndFileShortcuts(long folderId, int status, int start, int end)
intgetFileEntriesAndFileShortcutsCount(long folderId, int status)
intgetFileEntriesCount(long folderId)
FileEntrygetFileEntry(long fileEntryId)
FileEntrygetFileEntry(long folderId, String title)
FileEntrygetFileEntryByUuid(String uuid)
FileVersiongetFileVersion(long fileVersionId)
FoldergetFolder(long folderId)
FoldergetFolder(long parentFolderId, String name)
ListgetFolders(long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator obc)
intgetFoldersCount(long parentFolderId, boolean includeMountfolders)
longgetRepositoryId()
booleanisCapabilityProvided(Class capabilityClass)
FileEntrymoveFileEntry(long userId, long fileEntryId, long newFolderId, ServiceContext serviceContext)
FileEntryupdateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, ServiceContext serviceContext)
FileEntryupdateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream is, long size, ServiceContext serviceContext)
FolderupdateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)