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

java.lang.Object
  extended bycom.liferay.client.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 plid, long parentFolderId, java.lang.String name, java.lang.String description, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 DLFolderSoap addFolder(long plid, long parentFolderId, java.lang.String name, java.lang.String description, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 void deleteFolder(long folderId)
           
 DLFolderSoap getFolder(long folderId)
           
 void reIndexSearch(long companyId)
           
 DLFolderSoap updateFolder(long folderId, long parentFolderId, java.lang.String name, java.lang.String description)
           
 
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

getFolder

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

updateFolder

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

addFolder

public DLFolderSoap addFolder(long plid,
                              long parentFolderId,
                              java.lang.String name,
                              java.lang.String description,
                              boolean addCommunityPermissions,
                              boolean addGuestPermissions)
                       throws java.rmi.RemoteException
Specified by:
addFolder in interface DLFolderServiceSoap
Throws:
java.rmi.RemoteException

addFolder

public DLFolderSoap addFolder(long plid,
                              long parentFolderId,
                              java.lang.String name,
                              java.lang.String description,
                              java.lang.String[] communityPermissions,
                              java.lang.String[] guestPermissions)
                       throws java.rmi.RemoteException
Specified by:
addFolder 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

reIndexSearch

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