public class DLFolderServiceWrapper extends 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,
String name,
String description,
ServiceContext serviceContext)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
void |
deleteFolder(long folderId) |
void |
deleteFolder(long folderId,
boolean includeTrashedEntries) |
void |
deleteFolder(long groupId,
long parentFolderId,
String name) |
List<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,
String[] mimeTypes) |
DLFolder |
getFolder(long folderId) |
DLFolder |
getFolder(long groupId,
long parentFolderId,
String name) |
List<Long> |
getFolderIds(long groupId,
long folderId) |
List<DLFolder> |
getFolders(long groupId,
long parentFolderId,
int status,
boolean includeMountfolders,
int start,
int end,
OrderByComparator<DLFolder> obc) |
List<DLFolder> |
getFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> obc) |
List<Object> |
getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<?> obc) |
List<Object> |
getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<?> obc) |
List<Object> |
getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
String[] mimeTypes,
boolean includeMountFolders,
QueryDefinition<?> queryDefinition) |
int |
getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
boolean includeMountFolders) |
int |
getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders) |
int |
getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
String[] mimeTypes,
boolean includeMountFolders,
QueryDefinition<?> queryDefinition) |
int |
getFoldersCount(long groupId,
long parentFolderId) |
int |
getFoldersCount(long groupId,
long parentFolderId,
int status,
boolean includeMountfolders) |
List<DLFolder> |
getMountFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> obc) |
int |
getMountFoldersCount(long groupId,
long parentFolderId) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
void |
getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
Deprecated.
As of Wilberforce (7.0.x), replaced by
getSubfolderIds(List, long, long, boolean) |
void |
getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId,
boolean recurse) |
List<Long> |
getSubfolderIds(long groupId,
long folderId,
boolean recurse) |
DLFolderService |
getWrappedService() |
boolean |
hasFolderLock(long folderId) |
boolean |
hasInheritableLock(long folderId) |
boolean |
isFolderLocked(long folderId) |
Lock |
lockFolder(long folderId) |
Lock |
lockFolder(long folderId,
String owner,
boolean inheritable,
long expirationTime) |
DLFolder |
moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext) |
Lock |
refreshFolderLock(String lockUuid,
long companyId,
long expirationTime) |
void |
setWrappedService(DLFolderService dlFolderService) |
void |
unlockFolder(long groupId,
long parentFolderId,
String name,
String lockUuid) |
void |
unlockFolder(long folderId,
String lockUuid) |
DLFolder |
updateFolder(long folderId,
long parentFolderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
int restrictionType,
ServiceContext serviceContext) |
DLFolder |
updateFolder(long folderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
boolean overrideFileEntryTypes,
ServiceContext serviceContext)
Deprecated.
As of Wilberforce (7.0.x), replaced by more general
updateFolder(long, String, String, long, List, int,
ServiceContext) |
DLFolder |
updateFolder(long folderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
int restrictionType,
ServiceContext serviceContext) |
boolean |
verifyInheritableLock(long folderId,
String lockUuid) |
public DLFolderServiceWrapper(DLFolderService dlFolderService)
public DLFolder addFolder(long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, ServiceContext serviceContext) throws PortalException
DLFolderServiceUtil to access the document library folder remote service. Add custom service methods to com.liferay.portlet.documentlibrary.service.impl.DLFolderServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.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,
String name)
throws PortalException
deleteFolder in interface DLFolderServicePortalExceptionpublic List<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,
String[] mimeTypes)
throws PortalException
getFileEntriesAndFileShortcutsCount in interface DLFolderServicePortalExceptionpublic DLFolder getFolder(long folderId) throws PortalException
getFolder in interface DLFolderServicePortalExceptionpublic DLFolder getFolder(long groupId, long parentFolderId, String name) throws PortalException
getFolder in interface DLFolderServicePortalExceptionpublic List<Long> getFolderIds(long groupId,
long folderId)
throws PortalException
getFolderIds in interface DLFolderServicePortalExceptionpublic List<DLFolder> getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc) throws PortalException
getFolders in interface DLFolderServicePortalExceptionpublic List<DLFolder> getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc) throws PortalException
getFolders in interface DLFolderServicePortalExceptionpublic List<Object> getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<?> obc)
throws PortalException
getFoldersAndFileEntriesAndFileShortcuts in interface DLFolderServicePortalExceptionpublic List<Object> getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<?> obc)
throws PortalException
getFoldersAndFileEntriesAndFileShortcuts in interface DLFolderServicePortalExceptionpublic List<Object> getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
String[] mimeTypes,
boolean includeMountFolders,
QueryDefinition<?> queryDefinition)
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,
String[] mimeTypes,
boolean includeMountFolders)
throws PortalException
getFoldersAndFileEntriesAndFileShortcutsCount in interface DLFolderServicePortalExceptionpublic int getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
String[] mimeTypes,
boolean includeMountFolders,
QueryDefinition<?> queryDefinition)
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 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 DLFolderServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface DLFolderService@Deprecated
public void getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
throws PortalException
getSubfolderIds(List, long, long, boolean)getSubfolderIds in interface DLFolderServicePortalExceptionpublic void getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId,
boolean recurse)
throws PortalException
getSubfolderIds in interface DLFolderServicePortalExceptionpublic List<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, 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(String lockUuid, long companyId, long expirationTime) throws PortalException
refreshFolderLock in interface DLFolderServicePortalExceptionpublic void unlockFolder(long groupId,
long parentFolderId,
String name,
String lockUuid)
throws PortalException
unlockFolder in interface DLFolderServicePortalExceptionpublic void unlockFolder(long folderId,
String lockUuid)
throws PortalException
unlockFolder in interface DLFolderServicePortalExceptionpublic DLFolder updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) throws PortalException
updateFolder in interface DLFolderServicePortalException@Deprecated public DLFolder updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext) throws PortalException
updateFolder(long, String, String, long, List, int,
ServiceContext)updateFolder in interface DLFolderServicePortalExceptionpublic DLFolder updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) throws PortalException
updateFolder in interface DLFolderServicePortalExceptionpublic boolean verifyInheritableLock(long folderId,
String lockUuid)
throws PortalException
verifyInheritableLock in interface DLFolderServicePortalExceptionpublic DLFolderService getWrappedService()
getWrappedService in interface ServiceWrapper<DLFolderService>public void setWrappedService(DLFolderService dlFolderService)
setWrappedService in interface ServiceWrapper<DLFolderService>