|
Liferay 6.2-ce-ga4 | |||||||||
| 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 obc)
|
List<DLFolder> |
getFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator 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 obc)
|
int |
getMountFoldersCount(long groupId,
long parentFolderId)
|
void |
getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
|
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,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
boolean overrideFileEntryTypes,
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 String getBeanIdentifier()
getBeanIdentifier in interface DLFolderServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface DLFolderServicebeanIdentifier - the Spring bean ID for this bean
public DLFolder addFolder(long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException,
SystemException
addFolder in interface DLFolderServicePortalException
SystemException
public void deleteFolder(long folderId)
throws PortalException,
SystemException
deleteFolder in interface DLFolderServicePortalException
SystemException
public void deleteFolder(long folderId,
boolean includeTrashedEntries)
throws PortalException,
SystemException
deleteFolder in interface DLFolderServicePortalException
SystemException
public void deleteFolder(long groupId,
long parentFolderId,
String name)
throws PortalException,
SystemException
deleteFolder in interface DLFolderServicePortalException
SystemException
public List<Object> getFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
int start,
int end)
throws PortalException,
SystemException
getFileEntriesAndFileShortcuts in interface DLFolderServicePortalException
SystemException
public int getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status)
throws PortalException,
SystemException
getFileEntriesAndFileShortcutsCount in interface DLFolderServicePortalException
SystemException
public int getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
String[] mimeTypes)
throws PortalException,
SystemException
getFileEntriesAndFileShortcutsCount in interface DLFolderServicePortalException
SystemException
public DLFolder getFolder(long folderId)
throws PortalException,
SystemException
getFolder in interface DLFolderServicePortalException
SystemException
public DLFolder getFolder(long groupId,
long parentFolderId,
String name)
throws PortalException,
SystemException
getFolder in interface DLFolderServicePortalException
SystemException
public List<Long> getFolderIds(long groupId,
long folderId)
throws PortalException,
SystemException
getFolderIds in interface DLFolderServicePortalException
SystemException
public List<DLFolder> getFolders(long groupId,
long parentFolderId,
int status,
boolean includeMountfolders,
int start,
int end,
OrderByComparator obc)
throws PortalException,
SystemException
getFolders in interface DLFolderServicePortalException
SystemException
public List<DLFolder> getFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator obc)
throws PortalException,
SystemException
getFolders in interface DLFolderServicePortalException
SystemException
public List<Object> getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
throws PortalException,
SystemException
getFoldersAndFileEntriesAndFileShortcuts in interface DLFolderServicePortalException
SystemException
public List<Object> getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
throws PortalException,
SystemException
getFoldersAndFileEntriesAndFileShortcuts in interface DLFolderServicePortalException
SystemException
public int getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
boolean includeMountFolders)
throws PortalException,
SystemException
getFoldersAndFileEntriesAndFileShortcutsCount in interface DLFolderServicePortalException
SystemException
public int getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders)
throws PortalException,
SystemException
getFoldersAndFileEntriesAndFileShortcutsCount in interface DLFolderServicePortalException
SystemException
public int getFoldersCount(long groupId,
long parentFolderId)
throws PortalException,
SystemException
getFoldersCount in interface DLFolderServicePortalException
SystemException
public int getFoldersCount(long groupId,
long parentFolderId,
int status,
boolean includeMountfolders)
throws PortalException,
SystemException
getFoldersCount in interface DLFolderServicePortalException
SystemException
public List<DLFolder> getMountFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator obc)
throws PortalException,
SystemException
getMountFolders in interface DLFolderServicePortalException
SystemException
public int getMountFoldersCount(long groupId,
long parentFolderId)
throws PortalException,
SystemException
getMountFoldersCount in interface DLFolderServicePortalException
SystemException
public void getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
throws PortalException,
SystemException
getSubfolderIds in interface DLFolderServicePortalException
SystemException
public List<Long> getSubfolderIds(long groupId,
long folderId,
boolean recurse)
throws PortalException,
SystemException
getSubfolderIds in interface DLFolderServicePortalException
SystemException
public boolean hasFolderLock(long folderId)
throws PortalException,
SystemException
hasFolderLock in interface DLFolderServicePortalException
SystemException
public boolean hasInheritableLock(long folderId)
throws PortalException,
SystemException
hasInheritableLock in interface DLFolderServicePortalException
SystemException
public boolean isFolderLocked(long folderId)
throws SystemException
isFolderLocked in interface DLFolderServiceSystemException
public Lock lockFolder(long folderId)
throws PortalException,
SystemException
lockFolder in interface DLFolderServicePortalException
SystemException
public Lock lockFolder(long folderId,
String owner,
boolean inheritable,
long expirationTime)
throws PortalException,
SystemException
lockFolder in interface DLFolderServicePortalException
SystemException
public DLFolder moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
throws PortalException,
SystemException
moveFolder in interface DLFolderServicePortalException
SystemException
public Lock refreshFolderLock(String lockUuid,
long companyId,
long expirationTime)
throws PortalException,
SystemException
refreshFolderLock in interface DLFolderServicePortalException
SystemException
public void unlockFolder(long groupId,
long parentFolderId,
String name,
String lockUuid)
throws PortalException,
SystemException
unlockFolder in interface DLFolderServicePortalException
SystemException
public void unlockFolder(long folderId,
String lockUuid)
throws PortalException,
SystemException
unlockFolder in interface DLFolderServicePortalException
SystemException
public DLFolder updateFolder(long folderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
boolean overrideFileEntryTypes,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateFolder in interface DLFolderServicePortalException
SystemException
public boolean verifyInheritableLock(long folderId,
String lockUuid)
throws PortalException,
SystemException
verifyInheritableLock in interface DLFolderServicePortalException
SystemExceptionpublic 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>
|
Liferay 6.2-ce-ga4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||