com.liferay.client.soap.portlet.documentlibrary.service.http
Interface DLFolderServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portlet_DL_DLFolderServiceSoapBindingImpl, Portlet_DL_DLFolderServiceSoapBindingStub

public interface DLFolderServiceSoap
extends java.rmi.Remote


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)
           
 

Method Detail

getFolderId

long getFolderId(long groupId,
                 long parentFolderId,
                 java.lang.String name)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getFolder

DLFolderSoap getFolder(long folderId)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getFolder

DLFolderSoap getFolder(long groupId,
                       long parentFolderId,
                       java.lang.String name)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addFolder

DLFolderSoap addFolder(long groupId,
                       long parentFolderId,
                       java.lang.String name,
                       java.lang.String description,
                       ServiceContext serviceContext)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

copyFolder

DLFolderSoap copyFolder(long groupId,
                        long sourceFolderId,
                        long parentFolderId,
                        java.lang.String name,
                        java.lang.String description,
                        ServiceContext serviceContext)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteFolder

void deleteFolder(long groupId,
                  long parentFolderId,
                  java.lang.String name)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteFolder

void deleteFolder(long folderId)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getFolders

DLFolderSoap[] getFolders(long groupId,
                          long parentFolderId)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

hasInheritableLock

boolean hasInheritableLock(long folderId)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

lockFolder

Lock lockFolder(long folderId)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

lockFolder

Lock lockFolder(long folderId,
                java.lang.String owner,
                boolean inheritable,
                long expirationTime)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

refreshFolderLock

Lock refreshFolderLock(java.lang.String lockUuid,
                       long expirationTime)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

reIndexSearch

void reIndexSearch(long companyId)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

unlockFolder

void unlockFolder(long groupId,
                  long parentFolderId,
                  java.lang.String name,
                  java.lang.String lockUuid)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

unlockFolder

void unlockFolder(long folderId,
                  java.lang.String lockUuid)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateFolder

DLFolderSoap updateFolder(long folderId,
                          long parentFolderId,
                          java.lang.String name,
                          java.lang.String description,
                          ServiceContext serviceContext)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

verifyInheritableLock

boolean verifyInheritableLock(long folderId,
                              java.lang.String lockUuid)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException