com.liferay.client.soap.portlet.imagegallery.service.http
Class Portlet_IG_IGFolderServiceSoapBindingStub
java.lang.Object
org.apache.axis.client.Stub
com.liferay.client.soap.portlet.imagegallery.service.http.Portlet_IG_IGFolderServiceSoapBindingStub
- All Implemented Interfaces:
- IGFolderServiceSoap, java.rmi.Remote, javax.xml.rpc.Stub
public class Portlet_IG_IGFolderServiceSoapBindingStub
- extends org.apache.axis.client.Stub
- implements IGFolderServiceSoap
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 |
IGFolderSoap |
addFolder(long parentFolderId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext)
|
IGFolderSoap |
copyFolder(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)
|
IGFolderSoap |
getFolder(long folderId)
|
IGFolderSoap |
getFolder(long groupId,
long parentFolderId,
java.lang.String name)
|
IGFolderSoap[] |
getFolders(long groupId,
long parentFolderId)
|
IGFolderSoap |
updateFolder(long folderId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
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_IG_IGFolderServiceSoapBindingStub
public Portlet_IG_IGFolderServiceSoapBindingStub()
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portlet_IG_IGFolderServiceSoapBindingStub
public Portlet_IG_IGFolderServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portlet_IG_IGFolderServiceSoapBindingStub
public Portlet_IG_IGFolderServiceSoapBindingStub(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
addFolder
public IGFolderSoap addFolder(long parentFolderId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
addFolder
in interface IGFolderServiceSoap
- Throws:
java.rmi.RemoteException
copyFolder
public IGFolderSoap copyFolder(long sourceFolderId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
copyFolder
in interface IGFolderServiceSoap
- Throws:
java.rmi.RemoteException
deleteFolder
public void deleteFolder(long folderId)
throws java.rmi.RemoteException
- Specified by:
deleteFolder
in interface IGFolderServiceSoap
- Throws:
java.rmi.RemoteException
getFolder
public IGFolderSoap getFolder(long folderId)
throws java.rmi.RemoteException
- Specified by:
getFolder
in interface IGFolderServiceSoap
- Throws:
java.rmi.RemoteException
getFolder
public IGFolderSoap getFolder(long groupId,
long parentFolderId,
java.lang.String name)
throws java.rmi.RemoteException
- Specified by:
getFolder
in interface IGFolderServiceSoap
- Throws:
java.rmi.RemoteException
getFolders
public IGFolderSoap[] getFolders(long groupId,
long parentFolderId)
throws java.rmi.RemoteException
- Specified by:
getFolders
in interface IGFolderServiceSoap
- Throws:
java.rmi.RemoteException
updateFolder
public IGFolderSoap updateFolder(long folderId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
updateFolder
in interface IGFolderServiceSoap
- Throws:
java.rmi.RemoteException