|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.liferay.portlet.documentlibrary.service.base.DLAppLocalServiceBaseImpl
com.liferay.portlet.documentlibrary.service.impl.DLAppLocalServiceImpl
public class DLAppLocalServiceImpl
The document library local service. All portlets should interact with the
document library through this class or through DLAppServiceImpl,
rather than through the individual document library service classes.
This class provides a unified interface to all Liferay and third party repositories. While the method signatures are universal for all repositories. Additional implementation-specific parameters may be specified in the serviceContext.
The repositoryId parameter used by most of the methods is the
primary key of the specific repository. If the repository is a default
Liferay repository, the repositoryId is the groupId
or scopeGroupId. Otherwise, the repositoryId will
correspond to values obtained from RepositoryLocalServiceUtil.
DLAppServiceImpl| Field Summary |
|---|
| Constructor Summary | |
|---|---|
DLAppLocalServiceImpl()
|
|
| Method Summary | |
|---|---|
com.liferay.portal.kernel.repository.model.FileEntry |
addFileEntry(long userId,
long repositoryId,
long folderId,
java.lang.String sourceFileName,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String changeLog,
byte[] bytes,
com.liferay.portal.service.ServiceContext serviceContext)
Adds a file entry and associated metadata based on a byte array. |
com.liferay.portal.kernel.repository.model.FileEntry |
addFileEntry(long userId,
long repositoryId,
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)
Adds a file entry and associated metadata based on a File object. |
com.liferay.portal.kernel.repository.model.FileEntry |
addFileEntry(long userId,
long repositoryId,
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)
Adds a file entry and associated metadata based on an InputStream
object. |
com.liferay.portlet.documentlibrary.model.DLFileRank |
addFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
com.liferay.portal.service.ServiceContext serviceContext)
Adds the file rank to the existing file entry. |
com.liferay.portlet.documentlibrary.model.DLFileShortcut |
addFileShortcut(long userId,
long repositoryId,
long folderId,
long toFileEntryId,
com.liferay.portal.service.ServiceContext serviceContext)
Adds the file shortcut to the existing file entry. |
com.liferay.portal.kernel.repository.model.Folder |
addFolder(long userId,
long repositoryId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
com.liferay.portal.service.ServiceContext serviceContext)
Adds a folder. |
protected com.liferay.portal.kernel.repository.model.FileEntry |
copyFileEntry(long userId,
com.liferay.portal.kernel.repository.LocalRepository toLocalRepository,
com.liferay.portal.kernel.repository.model.FileEntry fileEntry,
long newFolderId,
com.liferay.portal.service.ServiceContext serviceContext)
|
void |
deleteAll(long repositoryId)
Delete all data associated to the given repository. |
void |
deleteFileEntry(long fileEntryId)
Deletes the file entry. |
protected void |
deleteFileEntry(long oldFileEntryId,
long newFileEntryId,
com.liferay.portal.kernel.repository.LocalRepository fromLocalRepository,
com.liferay.portal.kernel.repository.LocalRepository toLocalRepository)
|
void |
deleteFileRanksByFileEntryId(long fileEntryId)
Deletes the file ranks associated to a given file entry. |
void |
deleteFileRanksByUserId(long userId)
Deletes the file ranks associated to a given user. |
void |
deleteFileShortcut(com.liferay.portlet.documentlibrary.model.DLFileShortcut dlFileShortcut)
Deletes the file shortcut. |
void |
deleteFileShortcut(long fileShortcutId)
Deletes the file shortcut. |
void |
deleteFileShortcuts(long toFileEntryId)
Deletes all file shortcuts associated to the file entry. |
void |
deleteFolder(long folderId)
Deletes the folder and all of its subfolders and file entries. |
java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> |
getFileEntries(long repositoryId,
long folderId)
Returns the file entries in the folder. |
java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> |
getFileEntries(long repositoryId,
long folderId,
int start,
int end)
Returns a range of all the file entries in the folder. |
java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> |
getFileEntries(long repositoryId,
long folderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
Returns an ordered range of all the file entries in the folder. |
java.util.List<java.lang.Object> |
getFileEntriesAndFileShortcuts(long repositoryId,
long folderId,
int status,
int start,
int end)
Returns a range of all the file entries and shortcuts in the folder. |
int |
getFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status)
Returns the number of file entries and shortcuts in the folder. |
int |
getFileEntriesCount(long repositoryId,
long folderId)
Returns the number of file entries in the folder. |
com.liferay.portal.kernel.repository.model.FileEntry |
getFileEntry(long fileEntryId)
Returns the file entry with the primary key. |
com.liferay.portal.kernel.repository.model.FileEntry |
getFileEntry(long groupId,
long folderId,
java.lang.String title)
Returns the file entry with the title in the folder. |
com.liferay.portal.kernel.repository.model.FileEntry |
getFileEntryByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the file entry with the UUID and group. |
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileRank> |
getFileRanks(long repositoryId,
long userId)
Returns the file ranks from the user. |
com.liferay.portlet.documentlibrary.model.DLFileShortcut |
getFileShortcut(long fileShortcutId)
Returns the file shortcut with the primary key. |
com.liferay.portal.kernel.repository.model.FileVersion |
getFileVersion(long fileVersionId)
Returns the file version with the primary key. |
com.liferay.portal.kernel.repository.model.Folder |
getFolder(long folderId)
Returns the folder with the primary key. |
com.liferay.portal.kernel.repository.model.Folder |
getFolder(long repositoryId,
long parentFolderId,
java.lang.String name)
Returns the folder with the name in the parent folder. |
java.util.List<com.liferay.portal.kernel.repository.model.Folder> |
getFolders(long repositoryId,
long parentFolderId)
Returns all immediate subfolders of the parent folder. |
java.util.List<com.liferay.portal.kernel.repository.model.Folder> |
getFolders(long repositoryId,
long parentFolderId,
boolean includeMountFolders)
Returns all immediate subfolders of the parent folder, optionally including mount folders for third-party repositories. |
java.util.List<com.liferay.portal.kernel.repository.model.Folder> |
getFolders(long repositoryId,
long parentFolderId,
boolean includeMountFolders,
int start,
int end)
Returns a range of all the immediate subfolders of the parent folder, optionally including mount folders for third-party repositories. |
java.util.List<com.liferay.portal.kernel.repository.model.Folder> |
getFolders(long repositoryId,
long parentFolderId,
boolean includeMountFolders,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
Returns an ordered range of all the immediate subfolders of the parent folder. |
java.util.List<com.liferay.portal.kernel.repository.model.Folder> |
getFolders(long repositoryId,
long parentFolderId,
int start,
int end)
Returns a range of all the immediate subfolders of the parent folder. |
java.util.List<com.liferay.portal.kernel.repository.model.Folder> |
getFolders(long repositoryId,
long parentFolderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
Returns an ordered range of all the immediate subfolders of the parent folder. |
java.util.List<java.lang.Object> |
getFoldersAndFileEntriesAndFileShortcuts(long repositoryId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
Returns an ordered range of all the immediate subfolders, file entries, and file shortcuts in the parent folder. |
java.util.List<java.lang.Object> |
getFoldersAndFileEntriesAndFileShortcuts(long repositoryId,
long folderId,
int status,
java.lang.String[] mimeTypes,
boolean includeMountFolders,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getFoldersAndFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status,
boolean includeMountFolders)
Returns the number of immediate subfolders, file entries, and file shortcuts in the parent folder. |
int |
getFoldersAndFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status,
java.lang.String[] mimeTypes,
boolean includeMountFolders)
|
int |
getFoldersCount(long repositoryId,
long parentFolderId)
Returns the number of immediate subfolders of the parent folder. |
int |
getFoldersCount(long repositoryId,
long parentFolderId,
boolean includeMountFolders)
Returns the number of immediate subfolders of the parent folder, optionally including mount folders for third-party repositories. |
int |
getFoldersFileEntriesCount(long repositoryId,
java.util.List<java.lang.Long> folderIds,
int status)
Returns the number of immediate subfolders and file entries across the folders. |
protected com.liferay.portal.kernel.repository.LocalRepository |
getLocalRepository(long repositoryId)
|
protected com.liferay.portal.kernel.repository.LocalRepository |
getLocalRepository(long folderId,
long fileEntryId,
long fileVersionId)
|
protected com.liferay.portal.kernel.repository.LocalRepository |
getLocalRepository(long folderId,
com.liferay.portal.service.ServiceContext serviceContext)
|
com.liferay.portal.kernel.repository.model.Folder |
getMountFolder(long repositoryId)
Returns the mount folder of the repository with the primary key. |
java.util.List<com.liferay.portal.kernel.repository.model.Folder> |
getMountFolders(long repositoryId,
long parentFolderId)
Returns all immediate subfolders of the parent folder that are used for mounting third-party repositories. |
java.util.List<com.liferay.portal.kernel.repository.model.Folder> |
getMountFolders(long repositoryId,
long parentFolderId,
int start,
int end)
Returns a range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories. |
java.util.List<com.liferay.portal.kernel.repository.model.Folder> |
getMountFolders(long repositoryId,
long parentFolderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
Returns an ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories. |
int |
getMountFoldersCount(long repositoryId,
long parentFolderId)
Returns the number of immediate subfolders of the parent folder that are used for mounting third-party repositories. |
protected boolean |
isMajorVersion(com.liferay.portal.kernel.repository.model.FileVersion previousFileVersion,
com.liferay.portal.kernel.repository.model.FileVersion currentFileVersion)
|
protected com.liferay.portal.kernel.repository.model.FileEntry |
moveFileEntries(long userId,
long fileEntryId,
long newFolderId,
com.liferay.portal.kernel.repository.LocalRepository fromLocalRepository,
com.liferay.portal.kernel.repository.LocalRepository toLocalRepository,
com.liferay.portal.service.ServiceContext serviceContext)
|
com.liferay.portal.kernel.repository.model.FileEntry |
moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
com.liferay.portal.service.ServiceContext serviceContext)
Moves the file entry to the new folder. |
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)
Updates the file entry's asset replacing its asset categories, tags, and links. |
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,
byte[] bytes,
com.liferay.portal.service.ServiceContext serviceContext)
Updates a file entry and associated metadata based on a byte array object. |
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)
Updates a file entry and associated metadata based on a File
object. |
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)
Updates a file entry and associated metadata based on an InputStream object. |
com.liferay.portlet.documentlibrary.model.DLFileRank |
updateFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
com.liferay.portal.service.ServiceContext serviceContext)
Updates a file rank to the existing file entry. |
com.liferay.portlet.documentlibrary.model.DLFileShortcut |
updateFileShortcut(long userId,
long fileShortcutId,
long folderId,
long toFileEntryId,
com.liferay.portal.service.ServiceContext serviceContext)
Updates a file shortcut to the existing file entry. |
void |
updateFileShortcuts(long toRepositoryId,
long oldToFileEntryId,
long newToFileEntryId)
Updates all file shortcuts to the existing file entry to the new file entry. |
com.liferay.portal.kernel.repository.model.Folder |
updateFolder(long folderId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
com.liferay.portal.service.ServiceContext serviceContext)
Updates the folder. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DLAppLocalServiceImpl()
| Method Detail |
|---|
public com.liferay.portal.kernel.repository.model.FileEntry addFileEntry(long userId,
long repositoryId,
long folderId,
java.lang.String sourceFileName,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String changeLog,
byte[] bytes,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
This method takes two file names, the sourceFileName and the
title. The sourceFileName corresponds to the
name of the actual file being uploaded. The title
corresponds to a name the client wishes to assign this file after it has
been uploaded to the portal. If it is null, the
sourceFileName will be used.
userId - the primary key of the file entry's creator/ownerrepositoryId - the primary key of the file entry's repositoryfolderId - the primary key of the file entry's parent foldersourceFileName - the original file's namemimeType - the file's MIME typetitle - the name to be assigned to the file (optionally null
)description - the file's descriptionchangeLog - the file's version change logbytes - the file's data (optionally null)serviceContext - the service context to be applied. Can set the
asset category IDs, asset tag names, and expando bridge
attributes for the file entry. In a Liferay repository, it may
include: com.liferay.portal.kernel.exception.PortalException - if the parent folder could not be found or if the
file entry's information was invalid
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public com.liferay.portal.kernel.repository.model.FileEntry addFileEntry(long userId,
long repositoryId,
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
File object.
This method takes two file names, the sourceFileName and the
title. The sourceFileName corresponds to the
name of the actual file being uploaded. The title
corresponds to a name the client wishes to assign this file after it has
been uploaded to the portal. If it is null, the
sourceFileName will be used.
userId - the primary key of the file entry's creator/ownerrepositoryId - the primary key of the repositoryfolderId - the primary key of the file entry's parent foldersourceFileName - the original file's namemimeType - the file's MIME typetitle - the name to be assigned to the file (optionally null
)description - the file's descriptionchangeLog - the file's version change logfile - the file's data (optionally null)serviceContext - the service context to be applied. Can set the
asset category IDs, asset tag names, and expando bridge
attributes for the file entry. In a Liferay repository, it may
include: com.liferay.portal.kernel.exception.PortalException - if the parent folder could not be found or if the
file entry's information was invalid
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public com.liferay.portal.kernel.repository.model.FileEntry addFileEntry(long userId,
long repositoryId,
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
InputStream
object.
This method takes two file names, the sourceFileName and the
title. The sourceFileName corresponds to the
name of the actual file being uploaded. The title
corresponds to a name the client wishes to assign this file after it has
been uploaded to the portal. If it is null, the
sourceFileName will be used.
userId - the primary key of the file entry's creator/ownerrepositoryId - the primary key of the repositoryfolderId - the primary key of the file entry's parent foldersourceFileName - the original file's namemimeType - the file's MIME typetitle - the name to be assigned to the file (optionally null
)description - the file's descriptionchangeLog - the file's version change logis - the file's data (optionally null)size - the file's size (optionally 0)serviceContext - the service context to be applied. Can set the
asset category IDs, asset tag names, and expando bridge
attributes for the file entry. In a Liferay repository, it may
include: com.liferay.portal.kernel.exception.PortalException - if the parent folder could not be found or if the
file entry's information was invalid
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public com.liferay.portlet.documentlibrary.model.DLFileRank addFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.SystemException
repositoryId - the primary key of the repositorycompanyId - the primary key of the companyuserId - the primary key of the file rank's creator/ownerfileEntryId - the primary key of the file entryserviceContext - the service context to be applied
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public com.liferay.portlet.documentlibrary.model.DLFileShortcut addFileShortcut(long userId,
long repositoryId,
long folderId,
long toFileEntryId,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
userId - the primary key of the file shortcut's creator/ownerrepositoryId - the primary key of the repositoryfolderId - the primary key of the file shortcut's parent foldertoFileEntryId - the primary key of the file entry to point toserviceContext - the service context to be applied. Can set the
asset category IDs, asset tag names, and expando bridge
attributes for the file entry.
com.liferay.portal.kernel.exception.PortalException - if the parent folder or file entry could not be
found, or if the file shortcut's information was invalid
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public com.liferay.portal.kernel.repository.model.Folder addFolder(long userId,
long repositoryId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
userId - the primary key of the folder's creator/ownerrepositoryId - the primary key of the repositoryparentFolderId - the primary key of the folder's parent foldername - the folder's namedescription - the folder's descriptionserviceContext - the service context to be applied. In a Liferay
repository, it may include mountPoint which is a boolean
specifying whether the folder is a facade for mounting a
third-party repository
com.liferay.portal.kernel.exception.PortalException - if the parent folder could not be found or if the
new folder's information was invalid
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public void deleteAll(long repositoryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
repositoryId - the primary key of the data's repository
com.liferay.portal.kernel.exception.PortalException - if the repository could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public void deleteFileEntry(long fileEntryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
fileEntryId - the primary key of the file entry
com.liferay.portal.kernel.exception.PortalException - if the file entry could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public void deleteFileRanksByFileEntryId(long fileEntryId)
throws com.liferay.portal.kernel.exception.SystemException
fileEntryId - the primary key of the file entry
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public void deleteFileRanksByUserId(long userId)
throws com.liferay.portal.kernel.exception.SystemException
userId - the primary key of the user
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public void deleteFileShortcut(com.liferay.portlet.documentlibrary.model.DLFileShortcut dlFileShortcut)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
dlFileShortcut - the file shortcut
com.liferay.portal.kernel.exception.PortalException - if the file shortcut could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public void deleteFileShortcut(long fileShortcutId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
fileShortcutId - the primary key of the file shortcut
com.liferay.portal.kernel.exception.PortalException - if the file shortcut could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public void deleteFileShortcuts(long toFileEntryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
toFileEntryId - the primary key of the associated file entry
com.liferay.portal.kernel.exception.PortalException - if the file shortcut for the file entry could not
be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public void deleteFolder(long folderId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
folderId - the primary key of the folder
com.liferay.portal.kernel.exception.PortalException - if the folder could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> getFileEntries(long repositoryId,
long folderId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
repositoryId - the primary key of the file entry's repositoryfolderId - the primary key of the file entry's folder
com.liferay.portal.kernel.exception.PortalException - if the folder could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> getFileEntries(long repositoryId,
long folderId,
int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end -
start instances. start and end are not
primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end to QueryUtil.ALL_POS will return the full
result set.
repositoryId - the primary key of the file entry's repositoryfolderId - the primary key of the file entry's folderstart - the lower bound of the range of resultsend - the upper bound of the range of results (not inclusive)
com.liferay.portal.kernel.exception.PortalException - if the folder could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> getFileEntries(long repositoryId,
long folderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end -
start instances. start and end are not
primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end to QueryUtil.ALL_POS will return the full
result set.
repositoryId - the primary key of the file entry's repositoryfolderId - the primary key of the file entry's folderstart - the lower bound of the range of resultsend - the upper bound of the range of results (not inclusive)obc - the comparator to order the file entries (optionally
null)
obc
com.liferay.portal.kernel.exception.PortalException - if the folder could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<java.lang.Object> getFileEntriesAndFileShortcuts(long repositoryId,
long folderId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end -
start instances. start and end are not
primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end to QueryUtil.ALL_POS will return the full
result set.
repositoryId - the primary key of the repositoryfolderId - the primary key of the folderstatus - the workflow statusstart - the lower bound of the range of resultsend - the upper bound of the range of results (not inclusive)
com.liferay.portal.kernel.exception.PortalException - if the folder could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public int getFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
repositoryId - the primary key of the repositoryfolderId - the primary key of the folderstatus - the workflow status
com.liferay.portal.kernel.exception.PortalException - if the folder could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public int getFileEntriesCount(long repositoryId,
long folderId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
repositoryId - the primary key of the file entry's repositoryfolderId - the primary key of the file entry's folder
com.liferay.portal.kernel.exception.PortalException - if the folder could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public com.liferay.portal.kernel.repository.model.FileEntry getFileEntry(long fileEntryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
fileEntryId - the primary key of the file entry
com.liferay.portal.kernel.exception.PortalException - if the file entry could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public com.liferay.portal.kernel.repository.model.FileEntry getFileEntry(long groupId,
long folderId,
java.lang.String title)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
groupId - the primary key of the file entry's groupfolderId - the primary key of the file entry's foldertitle - the file entry's title
com.liferay.portal.kernel.exception.PortalException - if the file entry could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public com.liferay.portal.kernel.repository.model.FileEntry getFileEntryByUuidAndGroupId(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
uuid - the file entry's universally unique identifiergroupId - the primary key of the file entry's group
com.liferay.portal.kernel.exception.PortalException - if the file entry could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileRank> getFileRanks(long repositoryId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
repositoryId - the primary key of the repositoryuserId - the primary key of the user
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public com.liferay.portlet.documentlibrary.model.DLFileShortcut getFileShortcut(long fileShortcutId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
fileShortcutId - the primary key of the file shortcut
com.liferay.portal.kernel.exception.PortalException - if the file shortcut could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public com.liferay.portal.kernel.repository.model.FileVersion getFileVersion(long fileVersionId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
fileVersionId - the primary key of the file version
com.liferay.portal.kernel.exception.PortalException - if the file version could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public com.liferay.portal.kernel.repository.model.Folder getFolder(long folderId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
folderId - the primary key of the folder
com.liferay.portal.kernel.exception.PortalException - if the folder could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public com.liferay.portal.kernel.repository.model.Folder getFolder(long repositoryId,
long parentFolderId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
repositoryId - the primary key of the folder's repositoryparentFolderId - the primary key of the folder's parent foldername - the folder's name
com.liferay.portal.kernel.exception.PortalException - if the folder could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<com.liferay.portal.kernel.repository.model.Folder> getFolders(long repositoryId,
long parentFolderId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
repositoryId - the primary key of the folder's repositoryparentFolderId - the primary key of the folder's parent folder
com.liferay.portal.kernel.exception.PortalException - if the parent folder could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<com.liferay.portal.kernel.repository.model.Folder> getFolders(long repositoryId,
long parentFolderId,
boolean includeMountFolders)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
repositoryId - the primary key of the folder's repositoryparentFolderId - the primary key of the folder's parent folderincludeMountFolders - whether to include mount folders for
third-party repositories
com.liferay.portal.kernel.exception.PortalException - if the parent folder could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<com.liferay.portal.kernel.repository.model.Folder> getFolders(long repositoryId,
long parentFolderId,
boolean includeMountFolders,
int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end -
start instances. start and end are not
primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end to QueryUtil.ALL_POS will return the full
result set.
repositoryId - the primary key of the folder's repositoryparentFolderId - the primary key of the folder's parent folderincludeMountFolders - whether to include mount folders for
third-party repositoriesstart - the lower bound of the range of resultsend - the upper bound of the range of results (not inclusive)
com.liferay.portal.kernel.exception.PortalException - if the parent folder could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<com.liferay.portal.kernel.repository.model.Folder> getFolders(long repositoryId,
long parentFolderId,
boolean includeMountFolders,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end -
start instances. start and end are not
primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end to QueryUtil.ALL_POS will return the full
result set.
repositoryId - the primary key of the folder's repositoryparentFolderId - the primary key of the folder's parent folderincludeMountFolders - whether to include mount folders for
third-party repositoriesstart - the lower bound of the range of resultsend - the upper bound of the range of results (not inclusive)obc - the comparator to order the folders (optionally
null)
obc
com.liferay.portal.kernel.exception.PortalException - if the parent folder could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<com.liferay.portal.kernel.repository.model.Folder> getFolders(long repositoryId,
long parentFolderId,
int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end -
start instances. start and end are not
primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end to QueryUtil.ALL_POS will return the full
result set.
repositoryId - the primary key of the folder's repositoryparentFolderId - the primary key of the folder's parent folderstart - the lower bound of the range of resultsend - the upper bound of the range of results (not inclusive)
com.liferay.portal.kernel.exception.PortalException - if the parent folder could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<com.liferay.portal.kernel.repository.model.Folder> getFolders(long repositoryId,
long parentFolderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end -
start instances. start and end are not
primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end to QueryUtil.ALL_POS will return the full
result set.
repositoryId - the primary key of the folder's repositoryparentFolderId - the primary key of the folder's parent folderstart - the lower bound of the range of resultsend - the upper bound of the range of results (not inclusive)obc - the comparator to order the folders (optionally
null)
obc
com.liferay.portal.kernel.exception.PortalException - if the parent folder could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<java.lang.Object> getFoldersAndFileEntriesAndFileShortcuts(long repositoryId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end -
start instances. start and end are not
primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end to QueryUtil.ALL_POS will return the full
result set.
repositoryId - the primary key of the repositoryfolderId - the primary key of the parent folderstatus - the workflow statusincludeMountFolders - whether to include mount folders for
third-party repositoriesstart - the lower bound of the range of resultsend - the upper bound of the range of results (not inclusive)obc - the comparator to order the results (optionally
null)
obc
com.liferay.portal.kernel.exception.PortalException - if the folder could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<java.lang.Object> getFoldersAndFileEntriesAndFileShortcuts(long repositoryId,
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.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
public int getFoldersAndFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status,
boolean includeMountFolders)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
repositoryId - the primary key of the repositoryfolderId - the primary key of the parent folderstatus - the workflow statusincludeMountFolders - whether to include mount folders for
third-party repositories
com.liferay.portal.kernel.exception.PortalException - if the folder could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public int getFoldersAndFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status,
java.lang.String[] mimeTypes,
boolean includeMountFolders)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
public int getFoldersCount(long repositoryId,
long parentFolderId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
repositoryId - the primary key of the folder's repositoryparentFolderId - the primary key of the folder's parent folder
com.liferay.portal.kernel.exception.PortalException - if the parent folder could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public int getFoldersCount(long repositoryId,
long parentFolderId,
boolean includeMountFolders)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
repositoryId - the primary key of the folder's repositoryparentFolderId - the primary key of the folder's parent folderincludeMountFolders - whether to include mount folders for
third-party repositories
com.liferay.portal.kernel.exception.PortalException - if the parent folder could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public int getFoldersFileEntriesCount(long repositoryId,
java.util.List<java.lang.Long> folderIds,
int status)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
repositoryId - the primary key of the repositoryfolderIds - the primary keys of folders from which to count
immediate subfolders and file entriesstatus - the workflow status
com.liferay.portal.kernel.exception.PortalException - if the repository could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public com.liferay.portal.kernel.repository.model.Folder getMountFolder(long repositoryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
repositoryId - the primary key of the repository
com.liferay.portal.kernel.exception.PortalException - if the repository or mount folder could not be
found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<com.liferay.portal.kernel.repository.model.Folder> getMountFolders(long repositoryId,
long parentFolderId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
repositoryId - the primary key of the folder's repositoryparentFolderId - the primary key of the folder's parent folder
com.liferay.portal.kernel.exception.PortalException - if the repository or parent folder could not be
found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<com.liferay.portal.kernel.repository.model.Folder> getMountFolders(long repositoryId,
long parentFolderId,
int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end -
start instances. start and end are not
primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end to QueryUtil.ALL_POS will return the full
result set.
repositoryId - the primary key of the repositoryparentFolderId - the primary key of the parent folderstart - the lower bound of the range of resultsend - the upper bound of the range of results (not inclusive)
com.liferay.portal.kernel.exception.PortalException - if the repository or parent folder could not be
found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<com.liferay.portal.kernel.repository.model.Folder> getMountFolders(long repositoryId,
long parentFolderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end -
start instances. start and end are not
primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end to QueryUtil.ALL_POS will return the full
result set.
repositoryId - the primary key of the folder's repositoryparentFolderId - the primary key of the folder's parent folderstart - the lower bound of the range of resultsend - the upper bound of the range of results (not inclusive)obc - the comparator to order the folders (optionally
null)
obc
com.liferay.portal.kernel.exception.PortalException - if the repository or parent folder could not be
found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public int getMountFoldersCount(long repositoryId,
long parentFolderId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
repositoryId - the primary key of the repositoryparentFolderId - the primary key of the parent folder
com.liferay.portal.kernel.exception.PortalException - if the repository or parent folder could not be
found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
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
userId - the primary key of the userfileEntryId - the primary key of the file entrynewFolderId - the primary key of the new folderserviceContext - the service context to be applied
com.liferay.portal.kernel.exception.PortalException - if the file entry or the new folder could not be
found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
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
userId - the primary key of the userfileEntry - the file entry to updatefileVersion - the file version to updateassetCategoryIds - the primary keys of the new asset categoriesassetTagNames - the new asset tag namesassetLinkEntryIds - the primary keys of the new asset link entries
com.liferay.portal.kernel.exception.PortalException - if the file entry or version could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
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,
byte[] bytes,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
null, then only the associated
metadata (i.e., title, description, and
parameters in the serviceContext) will be updated.
This method takes two file names, the sourceFileName and the
title. The sourceFileName corresponds to the
name of the actual file being uploaded. The title
corresponds to a name the client wishes to assign this file after it has
been uploaded to the portal.
userId - the primary key of the userfileEntryId - the primary key of the file entrysourceFileName - the original file's name (optionally
null)mimeType - the file's MIME type (optionally null)title - the new name to be assigned to the file (optionally
null)description - the file's new descriptionchangeLog - the file's version change log (optionally
null)majorVersion - whether the new file version is a major versionbytes - the file's data (optionally null)serviceContext - the service context to be applied. Can set the
asset category IDs, asset tag names, and expando bridge
attributes for the file entry. In a Liferay repository, it may
include: com.liferay.portal.kernel.exception.PortalException - if the file entry could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
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
File
object. If the file data is null, then only the associated
metadata (i.e., title, description, and
parameters in the serviceContext) will be updated.
This method takes two file names, the sourceFileName and the
title. The sourceFileName corresponds to the
name of the actual file being uploaded. The title
corresponds to a name the client wishes to assign this file after it has
been uploaded to the portal.
userId - the primary key of the userfileEntryId - the primary key of the file entrysourceFileName - the original file's name (optionally
null)mimeType - the file's MIME type (optionally null)title - the new name to be assigned to the file (optionally
null)description - the file's new descriptionchangeLog - the file's version change log (optionally
null)majorVersion - whether the new file version is a major versionfile - EntryId the primary key of the file entryserviceContext - the service context to be applied. Can set the
asset category IDs, asset tag names, and expando bridge
attributes for the file entry. In a Liferay repository, it may
include: com.liferay.portal.kernel.exception.PortalException - if the file entry could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
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
InputStream object. If the file data is null, then only the
associated metadata (i.e., title, description,
and parameters in the serviceContext) will be updated.
This method takes two file names, the sourceFileName and the
title. The sourceFileName corresponds to the
name of the actual file being uploaded. The title
corresponds to a name the client wishes to assign this file after it has
been uploaded to the portal.
userId - the primary key of the userfileEntryId - the primary key of the file entrysourceFileName - the original file's name (optionally
null)mimeType - the file's MIME type (optionally null)title - the new name to be assigned to the file (optionally
null)description - the file's new descriptionchangeLog - the file's version change log (optionally
null)majorVersion - whether the new file version is a major versionis - the file's data (optionally null)size - the file's size (optionally 0)serviceContext - the service context to be applied. Can set the
asset category IDs, asset tag names, and expando bridge
attributes for the file entry. In a Liferay repository, it may
include: com.liferay.portal.kernel.exception.PortalException - if the file entry could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public com.liferay.portlet.documentlibrary.model.DLFileRank updateFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.SystemException
repositoryId - the primary key of the file rank's repositorycompanyId - the primary key of the file rank's companyuserId - the primary key of the file rank's creator/ownerfileEntryId - the primary key of the file rank's file entryserviceContext - the service context to be applied
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public com.liferay.portlet.documentlibrary.model.DLFileShortcut updateFileShortcut(long userId,
long fileShortcutId,
long folderId,
long toFileEntryId,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
userId - the primary key of the file shortcut's creator/ownerfileShortcutId - the primary key of the file shortcutfolderId - the primary key of the file shortcut's parent foldertoFileEntryId - the primary key of the file shortcut's file entryserviceContext - the service context to be applied. Can set the
asset category IDs, asset tag names, and expando bridge
attributes for the file entry.
com.liferay.portal.kernel.exception.PortalException - if the file shortcut, folder, or file entry could
not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public void updateFileShortcuts(long toRepositoryId,
long oldToFileEntryId,
long newToFileEntryId)
throws com.liferay.portal.kernel.exception.SystemException
toRepositoryId - the primary key of the repositoryoldToFileEntryId - the primary key of the old file entry pointed tonewToFileEntryId - the primary key of the new file entry to point
to
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public com.liferay.portal.kernel.repository.model.Folder updateFolder(long folderId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
folderId - the primary key of the folderparentFolderId - the primary key of the folder's new parent foldername - the folder's new namedescription - the folder's new descriptionserviceContext - the service context to be applied. In a Liferay
repository, it may include: workflowDefinition appended by
the fileEntryTypeId (optionally 0).
com.liferay.portal.kernel.exception.PortalException - if the current or new parent folder could not be
found, or if the new parent folder's information was invalid
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
protected com.liferay.portal.kernel.repository.model.FileEntry copyFileEntry(long userId,
com.liferay.portal.kernel.repository.LocalRepository toLocalRepository,
com.liferay.portal.kernel.repository.model.FileEntry fileEntry,
long newFolderId,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
protected void deleteFileEntry(long oldFileEntryId,
long newFileEntryId,
com.liferay.portal.kernel.repository.LocalRepository fromLocalRepository,
com.liferay.portal.kernel.repository.LocalRepository toLocalRepository)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
protected com.liferay.portal.kernel.repository.LocalRepository getLocalRepository(long repositoryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
protected com.liferay.portal.kernel.repository.LocalRepository getLocalRepository(long folderId,
long fileEntryId,
long fileVersionId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
protected com.liferay.portal.kernel.repository.LocalRepository getLocalRepository(long folderId,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
protected boolean isMajorVersion(com.liferay.portal.kernel.repository.model.FileVersion previousFileVersion,
com.liferay.portal.kernel.repository.model.FileVersion currentFileVersion)
protected com.liferay.portal.kernel.repository.model.FileEntry moveFileEntries(long userId,
long fileEntryId,
long newFolderId,
com.liferay.portal.kernel.repository.LocalRepository fromLocalRepository,
com.liferay.portal.kernel.repository.LocalRepository toLocalRepository,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.SystemException,
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||