com.liferay.client.soap.portlet.documentlibrary.service.http
Class Portlet_DL_DLFolderServiceSoapBindingStub
java.lang.Object
org.apache.axis.client.Stub
com.liferay.client.soap.portlet.documentlibrary.service.http.Portlet_DL_DLFolderServiceSoapBindingStub
- All Implemented Interfaces:
- DLFolderServiceSoap, java.rmi.Remote, javax.xml.rpc.Stub
public class Portlet_DL_DLFolderServiceSoapBindingStub
- extends org.apache.axis.client.Stub
- implements DLFolderServiceSoap
Fields inherited from class org.apache.axis.client.Stub |
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service |
Fields inherited from interface javax.xml.rpc.Stub |
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY |
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)
|
protected org.apache.axis.client.Call |
createCall()
|
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 org.apache.axis.client.Stub |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portlet_DL_DLFolderServiceSoapBindingStub
public Portlet_DL_DLFolderServiceSoapBindingStub()
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portlet_DL_DLFolderServiceSoapBindingStub
public Portlet_DL_DLFolderServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portlet_DL_DLFolderServiceSoapBindingStub
public Portlet_DL_DLFolderServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
createCall
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
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