@ProviderType public class DLFolderServiceWrapper extends java.lang.Object implements DLFolderService, ServiceWrapper<DLFolderService>
DLFolderService.DLFolderService| Constructor and Description |
|---|
DLFolderServiceWrapper(DLFolderService dlFolderService) |
| Modifier and Type | Method and Description |
|---|---|
DLFolder |
addFolder(long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext) |
void |
deleteFolder(long folderId) |
void |
deleteFolder(long folderId,
boolean includeTrashedEntries) |
void |
deleteFolder(long groupId,
long parentFolderId,
java.lang.String name) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
java.util.List<java.lang.Object> |
getFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
int start,
int end) |
int |
getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status) |
int |
getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
java.lang.String[] mimeTypes) |
DLFolder |
getFolder(long folderId) |
DLFolder |
getFolder(long groupId,
long parentFolderId,
java.lang.String name) |
java.util.List<java.lang.Long> |
getFolderIds(long groupId,
long folderId) |
java.util.List<DLFolder> |
getFolders(long groupId,
long parentFolderId,
int status,
boolean includeMountfolders,
int start,
int end,
OrderByComparator obc) |
java.util.List<DLFolder> |
getFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator obc) |
java.util.List<java.lang.Object> |
getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc) |
java.util.List<java.lang.Object> |
getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
java.lang.String[] mimeTypes,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc) |
int |
getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
boolean includeMountFolders) |
int |
getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
java.lang.String[] mimeTypes,
boolean includeMountFolders) |
int |
getFoldersCount(long groupId,
long parentFolderId) |
int |
getFoldersCount(long groupId,
long parentFolderId,
int status,
boolean includeMountfolders) |
java.util.List<DLFolder> |
getMountFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator obc) |
int |
getMountFoldersCount(long groupId,
long parentFolderId) |
void |
getSubfolderIds(java.util.List<java.lang.Long> folderIds,
long groupId,
long folderId) |
java.util.List<java.lang.Long> |
getSubfolderIds(long groupId,
long folderId,
boolean recurse) |
DLFolderService |
getWrappedDLFolderService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
DLFolderService |
getWrappedService() |
boolean |
hasFolderLock(long folderId) |
boolean |
hasInheritableLock(long folderId) |
boolean |
isFolderLocked(long folderId) |
Lock |
lockFolder(long folderId) |
Lock |
lockFolder(long folderId,
java.lang.String owner,
boolean inheritable,
long expirationTime) |
DLFolder |
moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext) |
Lock |
refreshFolderLock(java.lang.String lockUuid,
long companyId,
long expirationTime) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedDLFolderService(DLFolderService dlFolderService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.documentlibrary.service.DLFolderService) |
void |
setWrappedService(DLFolderService dlFolderService) |
void |
unlockFolder(long groupId,
long parentFolderId,
java.lang.String name,
java.lang.String lockUuid) |
void |
unlockFolder(long folderId,
java.lang.String lockUuid) |
DLFolder |
updateFolder(long folderId,
java.lang.String name,
java.lang.String description,
long defaultFileEntryTypeId,
java.util.List<java.lang.Long> fileEntryTypeIds,
boolean overrideFileEntryTypes,
ServiceContext serviceContext) |
boolean |
verifyInheritableLock(long folderId,
java.lang.String lockUuid) |
public DLFolderServiceWrapper(DLFolderService dlFolderService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface DLFolderServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface DLFolderServicebeanIdentifier - the Spring bean ID for this beanpublic DLFolder addFolder(long groupId, long repositoryId, boolean mountPoint, long parentFolderId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws PortalException, SystemException
addFolder in interface DLFolderServicePortalExceptionSystemExceptionpublic void deleteFolder(long folderId)
throws PortalException,
SystemException
deleteFolder in interface DLFolderServicePortalExceptionSystemExceptionpublic void deleteFolder(long folderId,
boolean includeTrashedEntries)
throws PortalException,
SystemException
deleteFolder in interface DLFolderServicePortalExceptionSystemExceptionpublic void deleteFolder(long groupId,
long parentFolderId,
java.lang.String name)
throws PortalException,
SystemException
deleteFolder in interface DLFolderServicePortalExceptionSystemExceptionpublic java.util.List<java.lang.Object> getFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
int start,
int end)
throws PortalException,
SystemException
getFileEntriesAndFileShortcuts in interface DLFolderServicePortalExceptionSystemExceptionpublic int getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status)
throws PortalException,
SystemException
getFileEntriesAndFileShortcutsCount in interface DLFolderServicePortalExceptionSystemExceptionpublic int getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
java.lang.String[] mimeTypes)
throws PortalException,
SystemException
getFileEntriesAndFileShortcutsCount in interface DLFolderServicePortalExceptionSystemExceptionpublic DLFolder getFolder(long folderId) throws PortalException, SystemException
getFolder in interface DLFolderServicePortalExceptionSystemExceptionpublic DLFolder getFolder(long groupId, long parentFolderId, java.lang.String name) throws PortalException, SystemException
getFolder in interface DLFolderServicePortalExceptionSystemExceptionpublic java.util.List<java.lang.Long> getFolderIds(long groupId,
long folderId)
throws PortalException,
SystemException
getFolderIds in interface DLFolderServicePortalExceptionSystemExceptionpublic java.util.List<DLFolder> getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getFolders in interface DLFolderServicePortalExceptionSystemExceptionpublic java.util.List<DLFolder> getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getFolders in interface DLFolderServicePortalExceptionSystemExceptionpublic java.util.List<java.lang.Object> getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
throws PortalException,
SystemException
getFoldersAndFileEntriesAndFileShortcuts in interface DLFolderServicePortalExceptionSystemExceptionpublic java.util.List<java.lang.Object> getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
java.lang.String[] mimeTypes,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
throws PortalException,
SystemException
getFoldersAndFileEntriesAndFileShortcuts in interface DLFolderServicePortalExceptionSystemExceptionpublic int getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
boolean includeMountFolders)
throws PortalException,
SystemException
getFoldersAndFileEntriesAndFileShortcutsCount in interface DLFolderServicePortalExceptionSystemExceptionpublic int getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
java.lang.String[] mimeTypes,
boolean includeMountFolders)
throws PortalException,
SystemException
getFoldersAndFileEntriesAndFileShortcutsCount in interface DLFolderServicePortalExceptionSystemExceptionpublic int getFoldersCount(long groupId,
long parentFolderId)
throws PortalException,
SystemException
getFoldersCount in interface DLFolderServicePortalExceptionSystemExceptionpublic int getFoldersCount(long groupId,
long parentFolderId,
int status,
boolean includeMountfolders)
throws PortalException,
SystemException
getFoldersCount in interface DLFolderServicePortalExceptionSystemExceptionpublic java.util.List<DLFolder> getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getMountFolders in interface DLFolderServicePortalExceptionSystemExceptionpublic int getMountFoldersCount(long groupId,
long parentFolderId)
throws PortalException,
SystemException
getMountFoldersCount in interface DLFolderServicePortalExceptionSystemExceptionpublic void getSubfolderIds(java.util.List<java.lang.Long> folderIds,
long groupId,
long folderId)
throws PortalException,
SystemException
getSubfolderIds in interface DLFolderServicePortalExceptionSystemExceptionpublic java.util.List<java.lang.Long> getSubfolderIds(long groupId,
long folderId,
boolean recurse)
throws PortalException,
SystemException
getSubfolderIds in interface DLFolderServicePortalExceptionSystemExceptionpublic boolean hasFolderLock(long folderId)
throws PortalException,
SystemException
hasFolderLock in interface DLFolderServicePortalExceptionSystemExceptionpublic boolean hasInheritableLock(long folderId)
throws PortalException,
SystemException
hasInheritableLock in interface DLFolderServicePortalExceptionSystemExceptionpublic boolean isFolderLocked(long folderId)
throws SystemException
isFolderLocked in interface DLFolderServiceSystemExceptionpublic Lock lockFolder(long folderId) throws PortalException, SystemException
lockFolder in interface DLFolderServicePortalExceptionSystemExceptionpublic Lock lockFolder(long folderId, java.lang.String owner, boolean inheritable, long expirationTime) throws PortalException, SystemException
lockFolder in interface DLFolderServicePortalExceptionSystemExceptionpublic DLFolder moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext) throws PortalException, SystemException
moveFolder in interface DLFolderServicePortalExceptionSystemExceptionpublic Lock refreshFolderLock(java.lang.String lockUuid, long companyId, long expirationTime) throws PortalException, SystemException
refreshFolderLock in interface DLFolderServicePortalExceptionSystemExceptionpublic void unlockFolder(long groupId,
long parentFolderId,
java.lang.String name,
java.lang.String lockUuid)
throws PortalException,
SystemException
unlockFolder in interface DLFolderServicePortalExceptionSystemExceptionpublic void unlockFolder(long folderId,
java.lang.String lockUuid)
throws PortalException,
SystemException
unlockFolder in interface DLFolderServicePortalExceptionSystemExceptionpublic DLFolder updateFolder(long folderId, java.lang.String name, java.lang.String description, long defaultFileEntryTypeId, java.util.List<java.lang.Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext) throws PortalException, SystemException
updateFolder in interface DLFolderServicePortalExceptionSystemExceptionpublic boolean verifyInheritableLock(long folderId,
java.lang.String lockUuid)
throws PortalException,
SystemException
verifyInheritableLock in interface DLFolderServicePortalExceptionSystemExceptionpublic DLFolderService getWrappedDLFolderService()
getWrappedService()public void setWrappedDLFolderService(DLFolderService dlFolderService)
setWrappedService(com.liferay.portlet.documentlibrary.service.DLFolderService)public DLFolderService getWrappedService()
getWrappedService in interface ServiceWrapper<DLFolderService>public void setWrappedService(DLFolderService dlFolderService)
setWrappedService in interface ServiceWrapper<DLFolderService>