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

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

public class Portlet_DL_DLFileShortcutServiceSoapBindingImpl
extends java.lang.Object
implements DLFileShortcutServiceSoap


Constructor Summary
Portlet_DL_DLFileShortcutServiceSoapBindingImpl()
           
 
Method Summary
 DLFileShortcutSoap addFileShortcut(long folderId, long toFolderId, java.lang.String toName, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 DLFileShortcutSoap addFileShortcut(long folderId, long toFolderId, java.lang.String toName, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 void deleteFileShortcut(long fileShortcutId)
           
 DLFileShortcutSoap getFileShortcut(long fileShortcutId)
           
 DLFileShortcutSoap updateFileShortcut(long fileShortcutId, long folderId, long toFolderId, java.lang.String toName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_DL_DLFileShortcutServiceSoapBindingImpl

public Portlet_DL_DLFileShortcutServiceSoapBindingImpl()
Method Detail

addFileShortcut

public DLFileShortcutSoap addFileShortcut(long folderId,
                                          long toFolderId,
                                          java.lang.String toName,
                                          java.lang.String[] communityPermissions,
                                          java.lang.String[] guestPermissions)
                                   throws java.rmi.RemoteException
Specified by:
addFileShortcut in interface DLFileShortcutServiceSoap
Throws:
java.rmi.RemoteException

addFileShortcut

public DLFileShortcutSoap addFileShortcut(long folderId,
                                          long toFolderId,
                                          java.lang.String toName,
                                          boolean addCommunityPermissions,
                                          boolean addGuestPermissions)
                                   throws java.rmi.RemoteException
Specified by:
addFileShortcut in interface DLFileShortcutServiceSoap
Throws:
java.rmi.RemoteException

deleteFileShortcut

public void deleteFileShortcut(long fileShortcutId)
                        throws java.rmi.RemoteException
Specified by:
deleteFileShortcut in interface DLFileShortcutServiceSoap
Throws:
java.rmi.RemoteException

getFileShortcut

public DLFileShortcutSoap getFileShortcut(long fileShortcutId)
                                   throws java.rmi.RemoteException
Specified by:
getFileShortcut in interface DLFileShortcutServiceSoap
Throws:
java.rmi.RemoteException

updateFileShortcut

public DLFileShortcutSoap updateFileShortcut(long fileShortcutId,
                                             long folderId,
                                             long toFolderId,
                                             java.lang.String toName)
                                      throws java.rmi.RemoteException
Specified by:
updateFileShortcut in interface DLFileShortcutServiceSoap
Throws:
java.rmi.RemoteException