com.liferay.portal.repository.liferayrepository
Class LiferayLocalRepository
java.lang.Object
com.liferay.portal.repository.liferayrepository.util.LiferayBase
com.liferay.portal.repository.liferayrepository.LiferayRepositoryBase
com.liferay.portal.repository.liferayrepository.LiferayLocalRepository
- All Implemented Interfaces:
- com.liferay.portal.kernel.repository.LocalRepository
public class LiferayLocalRepository
- extends LiferayRepositoryBase
- implements com.liferay.portal.kernel.repository.LocalRepository
- Author:
- Alexander Chow
|
Constructor Summary |
LiferayLocalRepository(com.liferay.portal.service.RepositoryLocalService repositoryLocalService,
com.liferay.portal.service.RepositoryService repositoryService,
com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService dlAppHelperLocalService,
com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService dlFileEntryLocalService,
com.liferay.portlet.documentlibrary.service.DLFileEntryService dlFileEntryService,
com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService dlFileVersionLocalService,
com.liferay.portlet.documentlibrary.service.DLFileVersionService dlFileVersionService,
com.liferay.portlet.documentlibrary.service.DLFolderLocalService dlFolderLocalService,
com.liferay.portlet.documentlibrary.service.DLFolderService dlFolderService,
long repositoryId)
|
LiferayLocalRepository(com.liferay.portal.service.RepositoryLocalService repositoryLocalService,
com.liferay.portal.service.RepositoryService repositoryService,
com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService dlAppHelperLocalService,
com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService dlFileEntryLocalService,
com.liferay.portlet.documentlibrary.service.DLFileEntryService dlFileEntryService,
com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService dlFileVersionLocalService,
com.liferay.portlet.documentlibrary.service.DLFileVersionService dlFileVersionService,
com.liferay.portlet.documentlibrary.service.DLFolderLocalService dlFolderLocalService,
com.liferay.portlet.documentlibrary.service.DLFolderService dlFolderService,
long folderId,
long fileEntryId,
long fileVersionId)
|
|
Method Summary |
com.liferay.portal.kernel.repository.model.FileEntry |
addFileEntry(long userId,
long folderId,
java.lang.String sourceFileName,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String changeLog,
java.io.File file,
com.liferay.portal.service.ServiceContext serviceContext)
|
com.liferay.portal.kernel.repository.model.FileEntry |
addFileEntry(long userId,
long folderId,
java.lang.String sourceFileName,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String changeLog,
java.io.InputStream is,
long size,
com.liferay.portal.service.ServiceContext serviceContext)
|
com.liferay.portal.kernel.repository.model.Folder |
addFolder(long userId,
long parentFolderId,
java.lang.String title,
java.lang.String description,
com.liferay.portal.service.ServiceContext serviceContext)
|
void |
addRepository(long groupId,
java.lang.String name,
java.lang.String description,
java.lang.String portletKey,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties)
|
void |
deleteAll()
|
void |
deleteFileEntry(long fileEntryId)
|
void |
deleteFolder(long folderId)
|
java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> |
getFileEntries(long folderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<java.lang.Object> |
getFileEntriesAndFileShortcuts(long folderId,
int status,
int start,
int end)
|
int |
getFileEntriesAndFileShortcutsCount(long folderId,
int status)
|
int |
getFileEntriesCount(long folderId)
|
com.liferay.portal.kernel.repository.model.FileEntry |
getFileEntry(long fileEntryId)
|
com.liferay.portal.kernel.repository.model.FileEntry |
getFileEntry(long folderId,
java.lang.String title)
|
com.liferay.portal.kernel.repository.model.FileEntry |
getFileEntryByUuid(java.lang.String uuid)
|
com.liferay.portal.kernel.repository.model.FileVersion |
getFileVersion(long fileVersionId)
|
com.liferay.portal.kernel.repository.model.Folder |
getFolder(long folderId)
|
com.liferay.portal.kernel.repository.model.Folder |
getFolder(long parentFolderId,
java.lang.String title)
|
java.util.List<com.liferay.portal.kernel.repository.model.Folder> |
getFolders(long parentFolderId,
boolean includeMountfolders,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<java.lang.Object> |
getFoldersAndFileEntriesAndFileShortcuts(long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<java.lang.Object> |
getFoldersAndFileEntriesAndFileShortcuts(long folderId,
int status,
java.lang.String[] mimeTypes,
boolean includeMountFolders,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getFoldersAndFileEntriesAndFileShortcutsCount(long folderId,
int status,
boolean includeMountFolders)
|
int |
getFoldersAndFileEntriesAndFileShortcutsCount(long folderId,
int status,
java.lang.String[] mimeTypes,
boolean includeMountFolders)
|
int |
getFoldersCount(long parentFolderId,
boolean includeMountfolders)
|
int |
getFoldersFileEntriesCount(java.util.List<java.lang.Long> folderIds,
int status)
|
java.util.List<com.liferay.portal.kernel.repository.model.Folder> |
getMountFolders(long parentFolderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getMountFoldersCount(long parentFolderId)
|
protected void |
initByFileEntryId(long fileEntryId)
|
protected void |
initByFileVersionId(long fileVersionId)
|
protected void |
initByFolderId(long folderId)
|
protected void |
initByRepositoryId(long repositoryId)
|
com.liferay.portal.kernel.repository.model.FileEntry |
moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
com.liferay.portal.service.ServiceContext serviceContext)
|
void |
updateAsset(long userId,
com.liferay.portal.kernel.repository.model.FileEntry fileEntry,
com.liferay.portal.kernel.repository.model.FileVersion fileVersion,
long[] assetCategoryIds,
java.lang.String[] assetTagNames,
long[] assetLinkEntryIds)
|
com.liferay.portal.kernel.repository.model.FileEntry |
updateFileEntry(long userId,
long fileEntryId,
java.lang.String sourceFileName,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String changeLog,
boolean majorVersion,
java.io.File file,
com.liferay.portal.service.ServiceContext serviceContext)
|
com.liferay.portal.kernel.repository.model.FileEntry |
updateFileEntry(long userId,
long fileEntryId,
java.lang.String sourceFileName,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String changeLog,
boolean majorVersion,
java.io.InputStream is,
long size,
com.liferay.portal.service.ServiceContext serviceContext)
|
com.liferay.portal.kernel.repository.model.Folder |
updateFolder(long folderId,
long parentFolderId,
java.lang.String title,
java.lang.String description,
com.liferay.portal.service.ServiceContext serviceContext)
|
com.liferay.portal.kernel.util.UnicodeProperties |
updateRepository(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties)
|
| Methods inherited from class com.liferay.portal.repository.liferayrepository.LiferayRepositoryBase |
addFileEntryResources, getFieldsMap, getGroupId, getLongList, getRepositoryId, isDefaultRepository, setDlFolderId, setGroupId, setRepositoryId, toFolderId, toFolderIds |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.kernel.repository.LocalRepository |
getRepositoryId |
LiferayLocalRepository
public LiferayLocalRepository(com.liferay.portal.service.RepositoryLocalService repositoryLocalService,
com.liferay.portal.service.RepositoryService repositoryService,
com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService dlAppHelperLocalService,
com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService dlFileEntryLocalService,
com.liferay.portlet.documentlibrary.service.DLFileEntryService dlFileEntryService,
com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService dlFileVersionLocalService,
com.liferay.portlet.documentlibrary.service.DLFileVersionService dlFileVersionService,
com.liferay.portlet.documentlibrary.service.DLFolderLocalService dlFolderLocalService,
com.liferay.portlet.documentlibrary.service.DLFolderService dlFolderService,
long repositoryId)
LiferayLocalRepository
public LiferayLocalRepository(com.liferay.portal.service.RepositoryLocalService repositoryLocalService,
com.liferay.portal.service.RepositoryService repositoryService,
com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService dlAppHelperLocalService,
com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService dlFileEntryLocalService,
com.liferay.portlet.documentlibrary.service.DLFileEntryService dlFileEntryService,
com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService dlFileVersionLocalService,
com.liferay.portlet.documentlibrary.service.DLFileVersionService dlFileVersionService,
com.liferay.portlet.documentlibrary.service.DLFolderLocalService dlFolderLocalService,
com.liferay.portlet.documentlibrary.service.DLFolderService dlFolderService,
long folderId,
long fileEntryId,
long fileVersionId)
addFileEntry
public com.liferay.portal.kernel.repository.model.FileEntry addFileEntry(long userId,
long folderId,
java.lang.String sourceFileName,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String changeLog,
java.io.File file,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addFileEntry in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addFileEntry
public com.liferay.portal.kernel.repository.model.FileEntry addFileEntry(long userId,
long folderId,
java.lang.String sourceFileName,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String changeLog,
java.io.InputStream is,
long size,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addFileEntry in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addFolder
public com.liferay.portal.kernel.repository.model.Folder addFolder(long userId,
long parentFolderId,
java.lang.String title,
java.lang.String description,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addFolder in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addRepository
public void addRepository(long groupId,
java.lang.String name,
java.lang.String description,
java.lang.String portletKey,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties)
deleteAll
public void deleteAll()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteAll in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteFileEntry
public void deleteFileEntry(long fileEntryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteFileEntry in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteFolder
public void deleteFolder(long folderId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteFolder in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getFileEntries
public java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> getFileEntries(long folderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFileEntries in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.SystemException
getFileEntriesAndFileShortcuts
public java.util.List<java.lang.Object> getFileEntriesAndFileShortcuts(long folderId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFileEntriesAndFileShortcuts in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.SystemException
getFileEntriesAndFileShortcutsCount
public int getFileEntriesAndFileShortcutsCount(long folderId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFileEntriesAndFileShortcutsCount in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.SystemException
getFileEntriesCount
public int getFileEntriesCount(long folderId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFileEntriesCount in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.SystemException
getFileEntry
public com.liferay.portal.kernel.repository.model.FileEntry getFileEntry(long fileEntryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFileEntry in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getFileEntry
public com.liferay.portal.kernel.repository.model.FileEntry getFileEntry(long folderId,
java.lang.String title)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFileEntry in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getFileEntryByUuid
public com.liferay.portal.kernel.repository.model.FileEntry getFileEntryByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFileEntryByUuid in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getFileVersion
public com.liferay.portal.kernel.repository.model.FileVersion getFileVersion(long fileVersionId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFileVersion in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getFolder
public com.liferay.portal.kernel.repository.model.Folder getFolder(long folderId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFolder in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getFolder
public com.liferay.portal.kernel.repository.model.Folder getFolder(long parentFolderId,
java.lang.String title)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFolder in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getFolders
public java.util.List<com.liferay.portal.kernel.repository.model.Folder> getFolders(long parentFolderId,
boolean includeMountfolders,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFolders in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.SystemException
getFoldersAndFileEntriesAndFileShortcuts
public java.util.List<java.lang.Object> getFoldersAndFileEntriesAndFileShortcuts(long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFoldersAndFileEntriesAndFileShortcuts in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.SystemException
getFoldersAndFileEntriesAndFileShortcuts
public java.util.List<java.lang.Object> getFoldersAndFileEntriesAndFileShortcuts(long folderId,
int status,
java.lang.String[] mimeTypes,
boolean includeMountFolders,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFoldersAndFileEntriesAndFileShortcuts in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.SystemException
getFoldersAndFileEntriesAndFileShortcutsCount
public int getFoldersAndFileEntriesAndFileShortcutsCount(long folderId,
int status,
boolean includeMountFolders)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFoldersAndFileEntriesAndFileShortcutsCount in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.SystemException
getFoldersAndFileEntriesAndFileShortcutsCount
public int getFoldersAndFileEntriesAndFileShortcutsCount(long folderId,
int status,
java.lang.String[] mimeTypes,
boolean includeMountFolders)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFoldersAndFileEntriesAndFileShortcutsCount in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.SystemException
getFoldersCount
public int getFoldersCount(long parentFolderId,
boolean includeMountfolders)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFoldersCount in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.SystemException
getFoldersFileEntriesCount
public int getFoldersFileEntriesCount(java.util.List<java.lang.Long> folderIds,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFoldersFileEntriesCount in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.SystemException
getMountFolders
public java.util.List<com.liferay.portal.kernel.repository.model.Folder> getMountFolders(long parentFolderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getMountFolders in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.SystemException
getMountFoldersCount
public int getMountFoldersCount(long parentFolderId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getMountFoldersCount in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.SystemException
moveFileEntry
public com.liferay.portal.kernel.repository.model.FileEntry moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
moveFileEntry in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateAsset
public void updateAsset(long userId,
com.liferay.portal.kernel.repository.model.FileEntry fileEntry,
com.liferay.portal.kernel.repository.model.FileVersion fileVersion,
long[] assetCategoryIds,
java.lang.String[] assetTagNames,
long[] assetLinkEntryIds)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateAsset in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateFileEntry
public com.liferay.portal.kernel.repository.model.FileEntry updateFileEntry(long userId,
long fileEntryId,
java.lang.String sourceFileName,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String changeLog,
boolean majorVersion,
java.io.File file,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateFileEntry in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateFileEntry
public com.liferay.portal.kernel.repository.model.FileEntry updateFileEntry(long userId,
long fileEntryId,
java.lang.String sourceFileName,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String changeLog,
boolean majorVersion,
java.io.InputStream is,
long size,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateFileEntry in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateFolder
public com.liferay.portal.kernel.repository.model.Folder updateFolder(long folderId,
long parentFolderId,
java.lang.String title,
java.lang.String description,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateFolder in interface com.liferay.portal.kernel.repository.LocalRepository
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateRepository
public com.liferay.portal.kernel.util.UnicodeProperties updateRepository(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties)
initByFileEntryId
protected void initByFileEntryId(long fileEntryId)
- Specified by:
initByFileEntryId in class LiferayRepositoryBase
initByFileVersionId
protected void initByFileVersionId(long fileVersionId)
- Specified by:
initByFileVersionId in class LiferayRepositoryBase
initByFolderId
protected void initByFolderId(long folderId)
- Specified by:
initByFolderId in class LiferayRepositoryBase
initByRepositoryId
protected void initByRepositoryId(long repositoryId)
- Specified by:
initByRepositoryId in class LiferayRepositoryBase