|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.documentlibrary.service.DLFolderServiceWrapper
@ProviderType public class DLFolderServiceWrapper
Provides a wrapper for DLFolderService.
DLFolderService| Constructor Summary | |
|---|---|
DLFolderServiceWrapper(DLFolderService dlFolderService)
|
|
| Method Summary | |
|---|---|
DLFolder |
addFolder(long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
void |
deleteFolder(long folderId)
|
void |
deleteFolder(long folderId,
boolean includeTrashedEntries)
|
void |
deleteFolder(long groupId,
long parentFolderId,
String name)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
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)
|
int |
getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
boolean includeMountFolders)
|
int |
getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders)
|
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)
|
void |
getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
Deprecated. As of 7.0.0, 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 |
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,
String owner,
boolean inheritable,
long expirationTime)
|
DLFolder |
moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
Lock |
refreshFolderLock(String lockUuid,
long companyId,
long expirationTime)
|
void |
setBeanIdentifier(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,
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 7.0.0, 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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DLFolderServiceWrapper(DLFolderService dlFolderService)
| Method Detail |
|---|
public DLFolder addFolder(long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException
addFolder in interface DLFolderServicePortalException
public void deleteFolder(long folderId)
throws PortalException
deleteFolder in interface DLFolderServicePortalException
public void deleteFolder(long folderId,
boolean includeTrashedEntries)
throws PortalException
deleteFolder in interface DLFolderServicePortalException
public void deleteFolder(long groupId,
long parentFolderId,
String name)
throws PortalException
deleteFolder in interface DLFolderServicePortalExceptionpublic String getBeanIdentifier()
getBeanIdentifier in interface DLFolderService
public List<Object> getFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
int start,
int end)
throws PortalException
getFileEntriesAndFileShortcuts in interface DLFolderServicePortalException
public int getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status)
throws PortalException
getFileEntriesAndFileShortcutsCount in interface DLFolderServicePortalException
public int getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
String[] mimeTypes)
throws PortalException
getFileEntriesAndFileShortcutsCount in interface DLFolderServicePortalException
public DLFolder getFolder(long folderId)
throws PortalException
getFolder in interface DLFolderServicePortalException
public DLFolder getFolder(long groupId,
long parentFolderId,
String name)
throws PortalException
getFolder in interface DLFolderServicePortalException
public List<Long> getFolderIds(long groupId,
long folderId)
throws PortalException
getFolderIds in interface DLFolderServicePortalException
public List<DLFolder> getFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> obc)
throws PortalException
getFolders in interface DLFolderServicePortalException
public List<DLFolder> getFolders(long groupId,
long parentFolderId,
int status,
boolean includeMountfolders,
int start,
int end,
OrderByComparator<DLFolder> obc)
throws PortalException
getFolders in interface DLFolderServicePortalException
public List<Object> getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<?> obc)
throws PortalException
getFoldersAndFileEntriesAndFileShortcuts in interface DLFolderServicePortalException
public List<Object> getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<?> obc)
throws PortalException
getFoldersAndFileEntriesAndFileShortcuts in interface DLFolderServicePortalException
public int getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
boolean includeMountFolders)
throws PortalException
getFoldersAndFileEntriesAndFileShortcutsCount in interface DLFolderServicePortalException
public int getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders)
throws PortalException
getFoldersAndFileEntriesAndFileShortcutsCount in interface DLFolderServicePortalException
public int getFoldersCount(long groupId,
long parentFolderId)
throws PortalException
getFoldersCount in interface DLFolderServicePortalException
public int getFoldersCount(long groupId,
long parentFolderId,
int status,
boolean includeMountfolders)
throws PortalException
getFoldersCount in interface DLFolderServicePortalException
public List<DLFolder> getMountFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> obc)
throws PortalException
getMountFolders in interface DLFolderServicePortalException
public int getMountFoldersCount(long groupId,
long parentFolderId)
throws PortalException
getMountFoldersCount in interface DLFolderServicePortalException
@Deprecated
public void getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
throws PortalException
getSubfolderIds(List, long,
long, boolean)
getSubfolderIds in interface DLFolderServicePortalException
public void getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId,
boolean recurse)
throws PortalException
getSubfolderIds in interface DLFolderServicePortalException
public List<Long> getSubfolderIds(long groupId,
long folderId,
boolean recurse)
throws PortalException
getSubfolderIds in interface DLFolderServicePortalException
public boolean hasFolderLock(long folderId)
throws PortalException
hasFolderLock in interface DLFolderServicePortalException
public boolean hasInheritableLock(long folderId)
throws PortalException
hasInheritableLock in interface DLFolderServicePortalExceptionpublic boolean isFolderLocked(long folderId)
isFolderLocked in interface DLFolderService
public Lock lockFolder(long folderId)
throws PortalException
lockFolder in interface DLFolderServicePortalException
public Lock lockFolder(long folderId,
String owner,
boolean inheritable,
long expirationTime)
throws PortalException
lockFolder in interface DLFolderServicePortalException
public DLFolder moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
throws PortalException
moveFolder in interface DLFolderServicePortalException
public Lock refreshFolderLock(String lockUuid,
long companyId,
long expirationTime)
throws PortalException
refreshFolderLock in interface DLFolderServicePortalExceptionpublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface DLFolderServicebeanIdentifier - the Spring bean ID for this bean
public void unlockFolder(long folderId,
String lockUuid)
throws PortalException
unlockFolder in interface DLFolderServicePortalException
public void unlockFolder(long groupId,
long parentFolderId,
String name,
String lockUuid)
throws PortalException
unlockFolder 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 DLFolderServicePortalException
public DLFolder updateFolder(long folderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
int restrictionType,
ServiceContext serviceContext)
throws PortalException
updateFolder in interface DLFolderServicePortalException
public 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
public boolean verifyInheritableLock(long folderId,
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>
|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||