@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<DLFolder> obc) |
java.util.List<DLFolder> |
getFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> 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) |
java.util.List<java.lang.Object> |
getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
java.lang.String[] mimeTypes,
boolean includeMountFolders,
QueryDefinition<?> queryDefinition) |
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<DLFolder> obc) |
int |
getMountFoldersCount(long groupId,
long parentFolderId) |
void |
getSubfolderIds(java.util.List<java.lang.Long> folderIds,
long groupId,
long folderId)
Deprecated.
As of 7.0.0, replaced by
getSubfolderIds(List, long,
long, boolean) |
void |
getSubfolderIds(java.util.List<java.lang.Long> folderIds,
long groupId,
long folderId,
boolean recurse) |
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,
long parentFolderId,
java.lang.String name,
java.lang.String description,
long defaultFileEntryTypeId,
java.util.List<java.lang.Long> fileEntryTypeIds,
int restrictionType,
ServiceContext serviceContext) |
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)
Deprecated.
As of 7.0.0, replaced by more general
updateFolder(long, String, String, long, List, int,
ServiceContext) |
DLFolder |
updateFolder(long folderId,
java.lang.String name,
java.lang.String description,
long defaultFileEntryTypeId,
java.util.List<java.lang.Long> fileEntryTypeIds,
int restrictionType,
ServiceContext serviceContext) |
boolean |
verifyInheritableLock(long folderId,
java.lang.String lockUuid) |
public DLFolderServiceWrapper(DLFolderService dlFolderService)
public DLFolder addFolder(long groupId, long repositoryId, boolean mountPoint, long parentFolderId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws PortalException
addFolder in interface DLFolderServicePortalExceptionpublic void deleteFolder(long folderId)
throws PortalException
deleteFolder in interface DLFolderServicePortalExceptionpublic void deleteFolder(long folderId,
boolean includeTrashedEntries)
throws PortalException
deleteFolder in interface DLFolderServicePortalExceptionpublic void deleteFolder(long groupId,
long parentFolderId,
java.lang.String name)
throws PortalException
deleteFolder in interface DLFolderServicePortalExceptionpublic java.lang.String getBeanIdentifier()
getBeanIdentifier in interface DLFolderServicepublic java.util.List<java.lang.Object> getFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
int start,
int end)
throws PortalException
getFileEntriesAndFileShortcuts in interface DLFolderServicePortalExceptionpublic int getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status)
throws PortalException
getFileEntriesAndFileShortcutsCount in interface DLFolderServicePortalExceptionpublic int getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
java.lang.String[] mimeTypes)
throws PortalException
getFileEntriesAndFileShortcutsCount in interface DLFolderServicePortalExceptionpublic DLFolder getFolder(long folderId) throws PortalException
getFolder in interface DLFolderServicePortalExceptionpublic DLFolder getFolder(long groupId, long parentFolderId, java.lang.String name) throws PortalException
getFolder in interface DLFolderServicePortalExceptionpublic java.util.List<java.lang.Long> getFolderIds(long groupId,
long folderId)
throws PortalException
getFolderIds in interface DLFolderServicePortalExceptionpublic java.util.List<DLFolder> getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc) throws PortalException
getFolders in interface DLFolderServicePortalExceptionpublic java.util.List<DLFolder> getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc) throws PortalException
getFolders in interface DLFolderServicePortalExceptionpublic java.util.List<java.lang.Object> getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
java.lang.String[] mimeTypes,
boolean includeMountFolders,
QueryDefinition<?> queryDefinition)
throws PortalException
getFoldersAndFileEntriesAndFileShortcuts in interface DLFolderServicePortalExceptionpublic java.util.List<java.lang.Object> getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<?> obc)
throws PortalException
getFoldersAndFileEntriesAndFileShortcuts in interface DLFolderServicePortalExceptionpublic 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
getFoldersAndFileEntriesAndFileShortcuts in interface DLFolderServicePortalExceptionpublic int getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
boolean includeMountFolders)
throws PortalException
getFoldersAndFileEntriesAndFileShortcutsCount in interface DLFolderServicePortalExceptionpublic int getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
java.lang.String[] mimeTypes,
boolean includeMountFolders)
throws PortalException
getFoldersAndFileEntriesAndFileShortcutsCount in interface DLFolderServicePortalExceptionpublic int getFoldersCount(long groupId,
long parentFolderId)
throws PortalException
getFoldersCount in interface DLFolderServicePortalExceptionpublic int getFoldersCount(long groupId,
long parentFolderId,
int status,
boolean includeMountfolders)
throws PortalException
getFoldersCount in interface DLFolderServicePortalExceptionpublic java.util.List<DLFolder> getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc) throws PortalException
getMountFolders in interface DLFolderServicePortalExceptionpublic int getMountFoldersCount(long groupId,
long parentFolderId)
throws PortalException
getMountFoldersCount in interface DLFolderServicePortalException@Deprecated
public void getSubfolderIds(java.util.List<java.lang.Long> folderIds,
long groupId,
long folderId)
throws PortalException
getSubfolderIds(List, long,
long, boolean)getSubfolderIds in interface DLFolderServicePortalExceptionpublic void getSubfolderIds(java.util.List<java.lang.Long> folderIds,
long groupId,
long folderId,
boolean recurse)
throws PortalException
getSubfolderIds in interface DLFolderServicePortalExceptionpublic java.util.List<java.lang.Long> getSubfolderIds(long groupId,
long folderId,
boolean recurse)
throws PortalException
getSubfolderIds in interface DLFolderServicePortalExceptionpublic boolean hasFolderLock(long folderId)
throws PortalException
hasFolderLock in interface DLFolderServicePortalExceptionpublic boolean hasInheritableLock(long folderId)
throws PortalException
hasInheritableLock in interface DLFolderServicePortalExceptionpublic boolean isFolderLocked(long folderId)
isFolderLocked in interface DLFolderServicepublic Lock lockFolder(long folderId) throws PortalException
lockFolder in interface DLFolderServicePortalExceptionpublic Lock lockFolder(long folderId, java.lang.String owner, boolean inheritable, long expirationTime) throws PortalException
lockFolder in interface DLFolderServicePortalExceptionpublic DLFolder moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext) throws PortalException
moveFolder in interface DLFolderServicePortalExceptionpublic Lock refreshFolderLock(java.lang.String lockUuid, long companyId, long expirationTime) throws PortalException
refreshFolderLock in interface DLFolderServicePortalExceptionpublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface DLFolderServicebeanIdentifier - the Spring bean ID for this beanpublic void unlockFolder(long folderId,
java.lang.String lockUuid)
throws PortalException
unlockFolder in interface DLFolderServicePortalExceptionpublic void unlockFolder(long groupId,
long parentFolderId,
java.lang.String name,
java.lang.String lockUuid)
throws PortalException
unlockFolder in interface DLFolderServicePortalException@Deprecated public 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
updateFolder(long, String, String, long, List, int,
ServiceContext)updateFolder in interface DLFolderServicePortalExceptionpublic DLFolder updateFolder(long folderId, java.lang.String name, java.lang.String description, long defaultFileEntryTypeId, java.util.List<java.lang.Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) throws PortalException
updateFolder in interface DLFolderServicePortalExceptionpublic DLFolder updateFolder(long folderId, long parentFolderId, java.lang.String name, java.lang.String description, long defaultFileEntryTypeId, java.util.List<java.lang.Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) throws PortalException
updateFolder in interface DLFolderServicePortalExceptionpublic boolean verifyInheritableLock(long folderId,
java.lang.String lockUuid)
throws PortalException
verifyInheritableLock in interface DLFolderServicePortalException@Deprecated public DLFolderService getWrappedDLFolderService()
getWrappedService()@Deprecated 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>