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)
           
 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)
           
 boolean hasInheritableLock(long folderId)
           
 Lock lockFolder(long folderId)
           
 Lock lockFolder(long folderId, java.lang.String owner, boolean inheritable, long expirationTime)
           
 Lock refreshFolderLock(java.lang.String lockUuid, long expirationTime)
           
 void reIndexSearch(long companyId)
           
 void unlockFolder(long groupId, long parentFolderId, java.lang.String name, java.lang.String lockUuid)
           
 void unlockFolder(long folderId, 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

getFolders

public DLFolderSoap[] getFolders(long groupId,
                                 long parentFolderId)
                          throws java.rmi.RemoteException
Specified by:
getFolders 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

lockFolder

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

lockFolder

public Lock lockFolder(long folderId,
                       java.lang.String owner,
                       boolean inheritable,
                       long expirationTime)
                throws java.rmi.RemoteException
Specified by:
lockFolder in interface DLFolderServiceSoap
Throws:
java.rmi.RemoteException

refreshFolderLock

public Lock refreshFolderLock(java.lang.String lockUuid,
                              long expirationTime)
                       throws java.rmi.RemoteException
Specified by:
refreshFolderLock in interface DLFolderServiceSoap
Throws:
java.rmi.RemoteException

reIndexSearch

public void reIndexSearch(long companyId)
                   throws java.rmi.RemoteException
Specified by:
reIndexSearch 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 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