com.liferay.client.portlet.expando.service.http
Class Portlet_Expando_ExpandoTableServiceSoapBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by com.liferay.client.portlet.expando.service.http.Portlet_Expando_ExpandoTableServiceSoapBindingStub
All Implemented Interfaces:
ExpandoTableServiceSoap, java.rmi.Remote, javax.xml.rpc.Stub

public class Portlet_Expando_ExpandoTableServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements ExpandoTableServiceSoap


Field Summary
 
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
 
Constructor Summary
Portlet_Expando_ExpandoTableServiceSoapBindingStub()
           
Portlet_Expando_ExpandoTableServiceSoapBindingStub(javax.xml.rpc.Service service)
           
Portlet_Expando_ExpandoTableServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 ExpandoTableSoap addDefaultTable(long classNameId)
           
 ExpandoTableSoap addDefaultTable(java.lang.String className)
           
 ExpandoTableSoap addTable(long classNameId, java.lang.String name)
           
 ExpandoTableSoap addTable(java.lang.String className, java.lang.String name)
           
protected  org.apache.axis.client.Call createCall()
           
 void deleteTable(long tableId)
           
 void deleteTable(long classNameId, java.lang.String name)
           
 void deleteTable(java.lang.String className, java.lang.String name)
           
 void deleteTables(long classNameId)
           
 void deleteTables(java.lang.String className)
           
 ExpandoTableSoap getDefaultTable(long classNameId)
           
 ExpandoTableSoap getDefaultTable(java.lang.String className)
           
 ExpandoTableSoap getTable(long tableId)
           
 ExpandoTableSoap getTable(long classNameId, java.lang.String name)
           
 ExpandoTableSoap getTable(java.lang.String className, java.lang.String name)
           
 ExpandoTableSoap[] getTables(long classNameId)
           
 ExpandoTableSoap[] getTables(java.lang.String className)
           
 ExpandoTableSoap updateTable(long tableId, java.lang.String name)
           
 
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
 

Constructor Detail

Portlet_Expando_ExpandoTableServiceSoapBindingStub

public Portlet_Expando_ExpandoTableServiceSoapBindingStub()
                                                   throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

Portlet_Expando_ExpandoTableServiceSoapBindingStub

public Portlet_Expando_ExpandoTableServiceSoapBindingStub(java.net.URL endpointURL,
                                                          javax.xml.rpc.Service service)
                                                   throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

Portlet_Expando_ExpandoTableServiceSoapBindingStub

public Portlet_Expando_ExpandoTableServiceSoapBindingStub(javax.xml.rpc.Service service)
                                                   throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateTable

public ExpandoTableSoap updateTable(long tableId,
                                    java.lang.String name)
                             throws java.rmi.RemoteException
Specified by:
updateTable in interface ExpandoTableServiceSoap
Throws:
java.rmi.RemoteException

addDefaultTable

public ExpandoTableSoap addDefaultTable(java.lang.String className)
                                 throws java.rmi.RemoteException
Specified by:
addDefaultTable in interface ExpandoTableServiceSoap
Throws:
java.rmi.RemoteException

addDefaultTable

public ExpandoTableSoap addDefaultTable(long classNameId)
                                 throws java.rmi.RemoteException
Specified by:
addDefaultTable in interface ExpandoTableServiceSoap
Throws:
java.rmi.RemoteException

deleteTable

public void deleteTable(long tableId)
                 throws java.rmi.RemoteException
Specified by:
deleteTable in interface ExpandoTableServiceSoap
Throws:
java.rmi.RemoteException

deleteTable

public void deleteTable(long classNameId,
                        java.lang.String name)
                 throws java.rmi.RemoteException
Specified by:
deleteTable in interface ExpandoTableServiceSoap
Throws:
java.rmi.RemoteException

deleteTable

public void deleteTable(java.lang.String className,
                        java.lang.String name)
                 throws java.rmi.RemoteException
Specified by:
deleteTable in interface ExpandoTableServiceSoap
Throws:
java.rmi.RemoteException

deleteTables

public void deleteTables(java.lang.String className)
                  throws java.rmi.RemoteException
Specified by:
deleteTables in interface ExpandoTableServiceSoap
Throws:
java.rmi.RemoteException

deleteTables

public void deleteTables(long classNameId)
                  throws java.rmi.RemoteException
Specified by:
deleteTables in interface ExpandoTableServiceSoap
Throws:
java.rmi.RemoteException

getTable

public ExpandoTableSoap getTable(long classNameId,
                                 java.lang.String name)
                          throws java.rmi.RemoteException
Specified by:
getTable in interface ExpandoTableServiceSoap
Throws:
java.rmi.RemoteException

getTable

public ExpandoTableSoap getTable(java.lang.String className,
                                 java.lang.String name)
                          throws java.rmi.RemoteException
Specified by:
getTable in interface ExpandoTableServiceSoap
Throws:
java.rmi.RemoteException

getTable

public ExpandoTableSoap getTable(long tableId)
                          throws java.rmi.RemoteException
Specified by:
getTable in interface ExpandoTableServiceSoap
Throws:
java.rmi.RemoteException

getDefaultTable

public ExpandoTableSoap getDefaultTable(java.lang.String className)
                                 throws java.rmi.RemoteException
Specified by:
getDefaultTable in interface ExpandoTableServiceSoap
Throws:
java.rmi.RemoteException

getDefaultTable

public ExpandoTableSoap getDefaultTable(long classNameId)
                                 throws java.rmi.RemoteException
Specified by:
getDefaultTable in interface ExpandoTableServiceSoap
Throws:
java.rmi.RemoteException

getTables

public ExpandoTableSoap[] getTables(java.lang.String className)
                             throws java.rmi.RemoteException
Specified by:
getTables in interface ExpandoTableServiceSoap
Throws:
java.rmi.RemoteException

getTables

public ExpandoTableSoap[] getTables(long classNameId)
                             throws java.rmi.RemoteException
Specified by:
getTables in interface ExpandoTableServiceSoap
Throws:
java.rmi.RemoteException

addTable

public ExpandoTableSoap addTable(long classNameId,
                                 java.lang.String name)
                          throws java.rmi.RemoteException
Specified by:
addTable in interface ExpandoTableServiceSoap
Throws:
java.rmi.RemoteException

addTable

public ExpandoTableSoap addTable(java.lang.String className,
                                 java.lang.String name)
                          throws java.rmi.RemoteException
Specified by:
addTable in interface ExpandoTableServiceSoap
Throws:
java.rmi.RemoteException