com.liferay.client.soap.portlet.journal.service.http
Class Portlet_Journal_JournalStructureServiceSoapBindingStub
java.lang.Object
org.apache.axis.client.Stub
com.liferay.client.soap.portlet.journal.service.http.Portlet_Journal_JournalStructureServiceSoapBindingStub
- All Implemented Interfaces:
- JournalStructureServiceSoap, java.rmi.Remote, javax.xml.rpc.Stub
public class Portlet_Journal_JournalStructureServiceSoapBindingStub
- extends org.apache.axis.client.Stub
- implements JournalStructureServiceSoap
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 |
JournalStructureSoap |
addStructure(long groupId,
java.lang.String structureId,
boolean autoStructureId,
java.lang.String parentStructureId,
java.lang.String name,
java.lang.String description,
java.lang.String xsd,
ServiceContext serviceContext)
|
JournalStructureSoap |
copyStructure(long groupId,
java.lang.String oldStructureId,
java.lang.String newStructureId,
boolean autoStructureId)
|
protected org.apache.axis.client.Call |
createCall()
|
void |
deleteStructure(long groupId,
java.lang.String structureId)
|
JournalStructureSoap |
getStructure(long groupId,
java.lang.String structureId)
|
JournalStructureSoap |
updateStructure(long groupId,
java.lang.String structureId,
java.lang.String parentStructureId,
java.lang.String name,
java.lang.String description,
java.lang.String xsd,
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_Journal_JournalStructureServiceSoapBindingStub
public Portlet_Journal_JournalStructureServiceSoapBindingStub()
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portlet_Journal_JournalStructureServiceSoapBindingStub
public Portlet_Journal_JournalStructureServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portlet_Journal_JournalStructureServiceSoapBindingStub
public Portlet_Journal_JournalStructureServiceSoapBindingStub(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
addStructure
public JournalStructureSoap addStructure(long groupId,
java.lang.String structureId,
boolean autoStructureId,
java.lang.String parentStructureId,
java.lang.String name,
java.lang.String description,
java.lang.String xsd,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
addStructure
in interface JournalStructureServiceSoap
- Throws:
java.rmi.RemoteException
copyStructure
public JournalStructureSoap copyStructure(long groupId,
java.lang.String oldStructureId,
java.lang.String newStructureId,
boolean autoStructureId)
throws java.rmi.RemoteException
- Specified by:
copyStructure
in interface JournalStructureServiceSoap
- Throws:
java.rmi.RemoteException
deleteStructure
public void deleteStructure(long groupId,
java.lang.String structureId)
throws java.rmi.RemoteException
- Specified by:
deleteStructure
in interface JournalStructureServiceSoap
- Throws:
java.rmi.RemoteException
getStructure
public JournalStructureSoap getStructure(long groupId,
java.lang.String structureId)
throws java.rmi.RemoteException
- Specified by:
getStructure
in interface JournalStructureServiceSoap
- Throws:
java.rmi.RemoteException
updateStructure
public JournalStructureSoap updateStructure(long groupId,
java.lang.String structureId,
java.lang.String parentStructureId,
java.lang.String name,
java.lang.String description,
java.lang.String xsd,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
updateStructure
in interface JournalStructureServiceSoap
- Throws:
java.rmi.RemoteException