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

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portlet_DL_DLFileShortcutServiceSoapBindingImpl, Portlet_DL_DLFileShortcutServiceSoapBindingStub

public interface DLFileShortcutServiceSoap
extends java.rmi.Remote


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)
           
 

Method Detail

addFileShortcut

DLFileShortcutSoap addFileShortcut(long folderId,
                                   long toFolderId,
                                   java.lang.String toName,
                                   java.lang.String[] communityPermissions,
                                   java.lang.String[] guestPermissions)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addFileShortcut

DLFileShortcutSoap addFileShortcut(long folderId,
                                   long toFolderId,
                                   java.lang.String toName,
                                   boolean addCommunityPermissions,
                                   boolean addGuestPermissions)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteFileShortcut

void deleteFileShortcut(long fileShortcutId)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getFileShortcut

DLFileShortcutSoap getFileShortcut(long fileShortcutId)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateFileShortcut

DLFileShortcutSoap updateFileShortcut(long fileShortcutId,
                                      long folderId,
                                      long toFolderId,
                                      java.lang.String toName)
                                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException