com.liferay.client.soap.portlet.documentlibrary.service.http
Class Portlet_DL_DLFolderServiceSoapBindingImpl

java.lang.Object
  extended by com.liferay.client.soap.portlet.documentlibrary.service.http.Portlet_DL_DLFolderServiceSoapBindingImpl
All Implemented Interfaces:
DLFolderServiceSoap, java.rmi.Remote

public class Portlet_DL_DLFolderServiceSoapBindingImpl
extends java.lang.Object
implements DLFolderServiceSoap


Constructor Summary
Portlet_DL_DLFolderServiceSoapBindingImpl()
           
 
Method Summary
 DLFolderSoap addFolder(long groupId, long parentFolderId, java.lang.String name, java.lang.String description, ServiceContext serviceContext)
           
 DLFolderSoap copyFolder(long groupId, long sourceFolderId, long parentFolderId, java.lang.String name, java.lang.String description, ServiceContext serviceContext)
           
 void deleteFolder(long folderId)
           
 void deleteFolder(long groupId, long parentFolderId, java.lang.String name)
           
 int getFileEntriesAndFileShortcutsCount(long groupId, long[] folderIds, int status)
           
 int getFileEntriesAndFileShortcutsCount(long groupId, long folderId, int status)
           
 DLFolderSoap getFolder(long folderId)
           
 DLFolderSoap getFolder(long groupId, long parentFolderId, java.lang.String name)
           
 long getFolderId(long groupId, long parentFolderId, java.lang.String name)
           
 DLFolderSoap[] getFolders(long groupId, long parentFolderId)
           
 DLFolderSoap[] getFolders(long groupId, long parentFolderId, int start, int end)
           
 int getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, long[] folderIds, int status)
           
 int getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, long folderId, int status)
           
 int getFoldersCount(long groupId, long parentFolderId)
           
 void getSubfolderIds(long[] folderIds, long groupId, long folderId)
           
 boolean hasInheritableLock(long folderId)
           
 void unlockFolder(long groupId, long folderId, java.lang.String lockUuid)
           
 void unlockFolder(long groupId, long parentFolderId, java.lang.String name, java.lang.String lockUuid)
           
 DLFolderSoap updateFolder(long folderId, long parentFolderId, java.lang.String name, java.lang.String description, ServiceContext serviceContext)
           
 boolean verifyInheritableLock(long folderId, java.lang.String lockUuid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_DL_DLFolderServiceSoapBindingImpl

public Portlet_DL_DLFolderServiceSoapBindingImpl()
Method Detail

getFolderId

public long getFolderId(long groupId,
                        long parentFolderId,
                        java.lang.String name)
                 throws java.rmi.RemoteException
Specified by:
getFolderId in interface DLFolderServiceSoap
Throws:
java.rmi.RemoteException

getFolder

public DLFolderSoap getFolder(long folderId)
                       throws java.rmi.RemoteException
Specified by:
getFolder in interface DLFolderServiceSoap
Throws:
java.rmi.RemoteException

getFolder

public DLFolderSoap getFolder(long groupId,
                              long parentFolderId,
                              java.lang.String name)
                       throws java.rmi.RemoteException
Specified by:
getFolder in interface DLFolderServiceSoap
Throws:
java.rmi.RemoteException

addFolder

public DLFolderSoap addFolder(long groupId,
                              long parentFolderId,
                              java.lang.String name,
                              java.lang.String description,
                              ServiceContext serviceContext)
                       throws java.rmi.RemoteException
Specified by:
addFolder in interface DLFolderServiceSoap
Throws:
java.rmi.RemoteException

copyFolder

public DLFolderSoap copyFolder(long groupId,
                               long sourceFolderId,
                               long parentFolderId,
                               java.lang.String name,
                               java.lang.String description,
                               ServiceContext serviceContext)
                        throws java.rmi.RemoteException
Specified by:
copyFolder in interface DLFolderServiceSoap
Throws:
java.rmi.RemoteException

deleteFolder

public void deleteFolder(long groupId,
                         long parentFolderId,
                         java.lang.String name)
                  throws java.rmi.RemoteException
Specified by:
deleteFolder in interface DLFolderServiceSoap
Throws:
java.rmi.RemoteException

deleteFolder

public void deleteFolder(long folderId)
                  throws java.rmi.RemoteException
Specified by:
deleteFolder in interface DLFolderServiceSoap
Throws:
java.rmi.RemoteException

getFileEntriesAndFileShortcutsCount

public int getFileEntriesAndFileShortcutsCount(long groupId,
                                               long folderId,
                                               int status)
                                        throws java.rmi.RemoteException
Specified by:
getFileEntriesAndFileShortcutsCount in interface DLFolderServiceSoap
Throws:
java.rmi.RemoteException

getFileEntriesAndFileShortcutsCount

public int getFileEntriesAndFileShortcutsCount(long groupId,
                                               long[] folderIds,
                                               int status)
                                        throws java.rmi.RemoteException
Specified by:
getFileEntriesAndFileShortcutsCount in interface DLFolderServiceSoap
Throws:
java.rmi.RemoteException

getFolders

public DLFolderSoap[] getFolders(long groupId,
                                 long parentFolderId,
                                 int start,
                                 int end)
                          throws java.rmi.RemoteException
Specified by:
getFolders in interface DLFolderServiceSoap
Throws:
java.rmi.RemoteException

getFolders

public DLFolderSoap[] getFolders(long groupId,
                                 long parentFolderId)
                          throws java.rmi.RemoteException
Specified by:
getFolders in interface DLFolderServiceSoap
Throws:
java.rmi.RemoteException

getFoldersAndFileEntriesAndFileShortcutsCount

public int getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
                                                         long folderId,
                                                         int status)
                                                  throws java.rmi.RemoteException
Specified by:
getFoldersAndFileEntriesAndFileShortcutsCount in interface DLFolderServiceSoap
Throws:
java.rmi.RemoteException

getFoldersAndFileEntriesAndFileShortcutsCount

public int getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
                                                         long[] folderIds,
                                                         int status)
                                                  throws java.rmi.RemoteException
Specified by:
getFoldersAndFileEntriesAndFileShortcutsCount in interface DLFolderServiceSoap
Throws:
java.rmi.RemoteException

getFoldersCount

public int getFoldersCount(long groupId,
                           long parentFolderId)
                    throws java.rmi.RemoteException
Specified by:
getFoldersCount in interface DLFolderServiceSoap
Throws:
java.rmi.RemoteException

getSubfolderIds

public void getSubfolderIds(long[] folderIds,
                            long groupId,
                            long folderId)
                     throws java.rmi.RemoteException
Specified by:
getSubfolderIds in interface DLFolderServiceSoap
Throws:
java.rmi.RemoteException

hasInheritableLock

public boolean hasInheritableLock(long folderId)
                           throws java.rmi.RemoteException
Specified by:
hasInheritableLock in interface DLFolderServiceSoap
Throws:
java.rmi.RemoteException

unlockFolder

public void unlockFolder(long groupId,
                         long parentFolderId,
                         java.lang.String name,
                         java.lang.String lockUuid)
                  throws java.rmi.RemoteException
Specified by:
unlockFolder in interface DLFolderServiceSoap
Throws:
java.rmi.RemoteException

unlockFolder

public void unlockFolder(long groupId,
                         long folderId,
                         java.lang.String lockUuid)
                  throws java.rmi.RemoteException
Specified by:
unlockFolder in interface DLFolderServiceSoap
Throws:
java.rmi.RemoteException

updateFolder

public DLFolderSoap updateFolder(long folderId,
                                 long parentFolderId,
                                 java.lang.String name,
                                 java.lang.String description,
                                 ServiceContext serviceContext)
                          throws java.rmi.RemoteException
Specified by:
updateFolder in interface DLFolderServiceSoap
Throws:
java.rmi.RemoteException

verifyInheritableLock

public boolean verifyInheritableLock(long folderId,
                                     java.lang.String lockUuid)
                              throws java.rmi.RemoteException
Specified by:
verifyInheritableLock in interface DLFolderServiceSoap
Throws:
java.rmi.RemoteException