Liferay 6.0.5

com.liferay.portlet.documentlibrary.service
Class DLFolderServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.DLFolderServiceWrapper
All Implemented Interfaces:
DLFolderService

public class DLFolderServiceWrapper
extends Object
implements DLFolderService

This class is a wrapper for DLFolderService.

See Also:
DLFolderService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
DLFolderServiceWrapper(DLFolderService dlFolderService)
           
 
Method Summary
 DLFolder addFolder(long groupId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 DLFolder copyFolder(long groupId, long sourceFolderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 void deleteFolder(long folderId)
           
 void deleteFolder(long groupId, long parentFolderId, String name)
           
 List<Object> getFileEntriesAndFileShortcuts(long groupId, List<Long> folderIds, int status, int start, int end)
           
 List<Object> getFileEntriesAndFileShortcuts(long groupId, long folderId, int status, int start, int end)
           
 int getFileEntriesAndFileShortcutsCount(long groupId, List<Long> folderIds, int status)
           
 int getFileEntriesAndFileShortcutsCount(long groupId, long folderId, int status)
           
 DLFolder getFolder(long folderId)
           
 DLFolder getFolder(long groupId, long parentFolderId, String name)
           
 long getFolderId(long groupId, long parentFolderId, String name)
           
 long[] getFolderIds(long groupId, long folderId)
           
 List<DLFolder> getFolders(long groupId, long parentFolderId)
           
 List<DLFolder> getFolders(long groupId, long parentFolderId, int start, int end)
           
 List<Object> getFoldersAndFileEntriesAndFileShortcuts(long groupId, List<Long> folderIds, int status, int start, int end)
           
 List<Object> getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, int start, int end)
           
 int getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, List<Long> folderIds, int status)
           
 int getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, long folderId, int status)
           
 int getFoldersCount(long groupId, long parentFolderId)
           
 void getSubfolderIds(List<Long> folderIds, long groupId, long folderId)
           
 DLFolderService getWrappedDLFolderService()
           
 boolean hasInheritableLock(long folderId)
           
 Lock lockFolder(long folderId)
           
 Lock lockFolder(long folderId, String owner, boolean inheritable, long expirationTime)
           
 Lock refreshFolderLock(String lockUuid, long expirationTime)
           
 void unlockFolder(long groupId, long folderId, String lockUuid)
           
 void unlockFolder(long groupId, long parentFolderId, String name, String lockUuid)
           
 DLFolder updateFolder(long folderId, long parentFolderId, String name, String description, 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

DLFolderServiceWrapper

public DLFolderServiceWrapper(DLFolderService dlFolderService)
Method Detail

addFolder

public DLFolder addFolder(long groupId,
                          long parentFolderId,
                          String name,
                          String description,
                          ServiceContext serviceContext)
                   throws PortalException,
                          SystemException
Specified by:
addFolder in interface DLFolderService
Throws:
PortalException
SystemException

copyFolder

public DLFolder copyFolder(long groupId,
                           long sourceFolderId,
                           long parentFolderId,
                           String name,
                           String description,
                           ServiceContext serviceContext)
                    throws PortalException,
                           SystemException,
                           RemoteException
Specified by:
copyFolder in interface DLFolderService
Throws:
PortalException
SystemException
RemoteException

deleteFolder

public void deleteFolder(long folderId)
                  throws PortalException,
                         SystemException,
                         RemoteException
Specified by:
deleteFolder in interface DLFolderService
Throws:
PortalException
SystemException
RemoteException

deleteFolder

public void deleteFolder(long groupId,
                         long parentFolderId,
                         String name)
                  throws PortalException,
                         SystemException,
                         RemoteException
Specified by:
deleteFolder in interface DLFolderService
Throws:
PortalException
SystemException
RemoteException

getFileEntriesAndFileShortcuts

public List<Object> getFileEntriesAndFileShortcuts(long groupId,
                                                   List<Long> folderIds,
                                                   int status,
                                                   int start,
                                                   int end)
                                            throws SystemException
Specified by:
getFileEntriesAndFileShortcuts in interface DLFolderService
Throws:
SystemException

getFileEntriesAndFileShortcuts

public List<Object> getFileEntriesAndFileShortcuts(long groupId,
                                                   long folderId,
                                                   int status,
                                                   int start,
                                                   int end)
                                            throws SystemException
Specified by:
getFileEntriesAndFileShortcuts in interface DLFolderService
Throws:
SystemException

getFileEntriesAndFileShortcutsCount

public int getFileEntriesAndFileShortcutsCount(long groupId,
                                               List<Long> folderIds,
                                               int status)
                                        throws SystemException
Specified by:
getFileEntriesAndFileShortcutsCount in interface DLFolderService
Throws:
SystemException

getFileEntriesAndFileShortcutsCount

public int getFileEntriesAndFileShortcutsCount(long groupId,
                                               long folderId,
                                               int status)
                                        throws SystemException
Specified by:
getFileEntriesAndFileShortcutsCount in interface DLFolderService
Throws:
SystemException

getFolder

public DLFolder getFolder(long folderId)
                   throws PortalException,
                          SystemException
Specified by:
getFolder in interface DLFolderService
Throws:
PortalException
SystemException

getFolder

public DLFolder getFolder(long groupId,
                          long parentFolderId,
                          String name)
                   throws PortalException,
                          SystemException
Specified by:
getFolder in interface DLFolderService
Throws:
PortalException
SystemException

getFolderId

public long getFolderId(long groupId,
                        long parentFolderId,
                        String name)
                 throws PortalException,
                        SystemException
Specified by:
getFolderId in interface DLFolderService
Throws:
PortalException
SystemException

getFolderIds

public long[] getFolderIds(long groupId,
                           long folderId)
                    throws SystemException
Specified by:
getFolderIds in interface DLFolderService
Throws:
SystemException

getFolders

public List<DLFolder> getFolders(long groupId,
                                 long parentFolderId)
                          throws SystemException
Specified by:
getFolders in interface DLFolderService
Throws:
SystemException

getFolders

public List<DLFolder> getFolders(long groupId,
                                 long parentFolderId,
                                 int start,
                                 int end)
                          throws SystemException
Specified by:
getFolders in interface DLFolderService
Throws:
SystemException

getFoldersAndFileEntriesAndFileShortcuts

public List<Object> getFoldersAndFileEntriesAndFileShortcuts(long groupId,
                                                             List<Long> folderIds,
                                                             int status,
                                                             int start,
                                                             int end)
                                                      throws SystemException
Specified by:
getFoldersAndFileEntriesAndFileShortcuts in interface DLFolderService
Throws:
SystemException

getFoldersAndFileEntriesAndFileShortcuts

public List<Object> getFoldersAndFileEntriesAndFileShortcuts(long groupId,
                                                             long folderId,
                                                             int status,
                                                             int start,
                                                             int end)
                                                      throws PortalException,
                                                             SystemException
Specified by:
getFoldersAndFileEntriesAndFileShortcuts in interface DLFolderService
Throws:
PortalException
SystemException

getFoldersAndFileEntriesAndFileShortcutsCount

public int getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
                                                         List<Long> folderIds,
                                                         int status)
                                                  throws SystemException
Specified by:
getFoldersAndFileEntriesAndFileShortcutsCount in interface DLFolderService
Throws:
SystemException

getFoldersAndFileEntriesAndFileShortcutsCount

public int getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
                                                         long folderId,
                                                         int status)
                                                  throws PortalException,
                                                         SystemException
Specified by:
getFoldersAndFileEntriesAndFileShortcutsCount in interface DLFolderService
Throws:
PortalException
SystemException

getFoldersCount

public int getFoldersCount(long groupId,
                           long parentFolderId)
                    throws SystemException
Specified by:
getFoldersCount in interface DLFolderService
Throws:
SystemException

getSubfolderIds

public void getSubfolderIds(List<Long> folderIds,
                            long groupId,
                            long folderId)
                     throws SystemException
Specified by:
getSubfolderIds in interface DLFolderService
Throws:
SystemException

hasInheritableLock

public boolean hasInheritableLock(long folderId)
                           throws PortalException,
                                  SystemException
Specified by:
hasInheritableLock in interface DLFolderService
Throws:
PortalException
SystemException

lockFolder

public Lock lockFolder(long folderId)
                throws PortalException,
                       SystemException,
                       RemoteException
Specified by:
lockFolder in interface DLFolderService
Throws:
PortalException
SystemException
RemoteException

lockFolder

public Lock lockFolder(long folderId,
                       String owner,
                       boolean inheritable,
                       long expirationTime)
                throws PortalException,
                       SystemException,
                       RemoteException
Specified by:
lockFolder in interface DLFolderService
Throws:
PortalException
SystemException
RemoteException

refreshFolderLock

public Lock refreshFolderLock(String lockUuid,
                              long expirationTime)
                       throws PortalException,
                              SystemException
Specified by:
refreshFolderLock in interface DLFolderService
Throws:
PortalException
SystemException

unlockFolder

public void unlockFolder(long groupId,
                         long folderId,
                         String lockUuid)
                  throws PortalException,
                         SystemException
Specified by:
unlockFolder in interface DLFolderService
Throws:
PortalException
SystemException

unlockFolder

public void unlockFolder(long groupId,
                         long parentFolderId,
                         String name,
                         String lockUuid)
                  throws PortalException,
                         SystemException
Specified by:
unlockFolder in interface DLFolderService
Throws:
PortalException
SystemException

updateFolder

public DLFolder updateFolder(long folderId,
                             long parentFolderId,
                             String name,
                             String description,
                             ServiceContext serviceContext)
                      throws PortalException,
                             SystemException,
                             RemoteException
Specified by:
updateFolder in interface DLFolderService
Throws:
PortalException
SystemException
RemoteException

verifyInheritableLock

public boolean verifyInheritableLock(long folderId,
                                     String lockUuid)
                              throws PortalException,
                                     SystemException
Specified by:
verifyInheritableLock in interface DLFolderService
Throws:
PortalException
SystemException

getWrappedDLFolderService

public DLFolderService getWrappedDLFolderService()

Liferay 6.0.5