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

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

public class Portlet_Expando_ExpandoColumnServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements ExpandoColumnServiceSoap


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_ExpandoColumnServiceSoapBindingStub()
           
Portlet_Expando_ExpandoColumnServiceSoapBindingStub(javax.xml.rpc.Service service)
           
Portlet_Expando_ExpandoColumnServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 ExpandoColumnSoap addColumn(long tableId, java.lang.String name, int type)
           
protected  org.apache.axis.client.Call createCall()
           
 void deleteColumn(long columnId)
           
 void deleteColumns(long tableId)
           
 void deleteColumns(long classNameId, java.lang.String tableName)
           
 void deleteColumns(java.lang.String className, java.lang.String tableName)
           
 ExpandoColumnSoap getColumn(long columnId)
           
 ExpandoColumnSoap getColumn(long tableId, java.lang.String name)
           
 ExpandoColumnSoap getColumn(long classNameId, java.lang.String tableName, java.lang.String name)
           
 ExpandoColumnSoap getColumn(java.lang.String className, java.lang.String tableName, java.lang.String name)
           
 ExpandoColumnSoap[] getColumns(long tableId)
           
 ExpandoColumnSoap[] getColumns(long classNameId, java.lang.String tableName)
           
 ExpandoColumnSoap[] getColumns(java.lang.String className, java.lang.String tableName)
           
 int getColumnsCount(long tableId)
           
 int getColumnsCount(long classNameId, java.lang.String tableName)
           
 int getColumnsCount(java.lang.String className, java.lang.String tableName)
           
 ExpandoColumnSoap getDefaultTableColumn(long classNameId, java.lang.String name)
           
 ExpandoColumnSoap getDefaultTableColumn(java.lang.String className, java.lang.String name)
           
 ExpandoColumnSoap[] getDefaultTableColumns(long classNameId)
           
 ExpandoColumnSoap[] getDefaultTableColumns(java.lang.String className)
           
 int getDefaultTableColumnsCount(long classNameId)
           
 int getDefaultTableColumnsCount(java.lang.String className)
           
 ExpandoColumnSoap updateColumn(long columnId, java.lang.String name, int type)
           
 
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_ExpandoColumnServiceSoapBindingStub

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

Portlet_Expando_ExpandoColumnServiceSoapBindingStub

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

Portlet_Expando_ExpandoColumnServiceSoapBindingStub

public Portlet_Expando_ExpandoColumnServiceSoapBindingStub(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

deleteColumn

public void deleteColumn(long columnId)
                  throws java.rmi.RemoteException
Specified by:
deleteColumn in interface ExpandoColumnServiceSoap
Throws:
java.rmi.RemoteException

deleteColumns

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

deleteColumns

public void deleteColumns(long classNameId,
                          java.lang.String tableName)
                   throws java.rmi.RemoteException
Specified by:
deleteColumns in interface ExpandoColumnServiceSoap
Throws:
java.rmi.RemoteException

deleteColumns

public void deleteColumns(java.lang.String className,
                          java.lang.String tableName)
                   throws java.rmi.RemoteException
Specified by:
deleteColumns in interface ExpandoColumnServiceSoap
Throws:
java.rmi.RemoteException

getColumnsCount

public int getColumnsCount(java.lang.String className,
                           java.lang.String tableName)
                    throws java.rmi.RemoteException
Specified by:
getColumnsCount in interface ExpandoColumnServiceSoap
Throws:
java.rmi.RemoteException

getColumnsCount

public int getColumnsCount(long classNameId,
                           java.lang.String tableName)
                    throws java.rmi.RemoteException
Specified by:
getColumnsCount in interface ExpandoColumnServiceSoap
Throws:
java.rmi.RemoteException

getColumnsCount

public int getColumnsCount(long tableId)
                    throws java.rmi.RemoteException
Specified by:
getColumnsCount in interface ExpandoColumnServiceSoap
Throws:
java.rmi.RemoteException

getDefaultTableColumn

public ExpandoColumnSoap getDefaultTableColumn(long classNameId,
                                               java.lang.String name)
                                        throws java.rmi.RemoteException
Specified by:
getDefaultTableColumn in interface ExpandoColumnServiceSoap
Throws:
java.rmi.RemoteException

getDefaultTableColumn

public ExpandoColumnSoap getDefaultTableColumn(java.lang.String className,
                                               java.lang.String name)
                                        throws java.rmi.RemoteException
Specified by:
getDefaultTableColumn in interface ExpandoColumnServiceSoap
Throws:
java.rmi.RemoteException

getDefaultTableColumns

public ExpandoColumnSoap[] getDefaultTableColumns(java.lang.String className)
                                           throws java.rmi.RemoteException
Specified by:
getDefaultTableColumns in interface ExpandoColumnServiceSoap
Throws:
java.rmi.RemoteException

getDefaultTableColumns

public ExpandoColumnSoap[] getDefaultTableColumns(long classNameId)
                                           throws java.rmi.RemoteException
Specified by:
getDefaultTableColumns in interface ExpandoColumnServiceSoap
Throws:
java.rmi.RemoteException

getDefaultTableColumnsCount

public int getDefaultTableColumnsCount(long classNameId)
                                throws java.rmi.RemoteException
Specified by:
getDefaultTableColumnsCount in interface ExpandoColumnServiceSoap
Throws:
java.rmi.RemoteException

getDefaultTableColumnsCount

public int getDefaultTableColumnsCount(java.lang.String className)
                                throws java.rmi.RemoteException
Specified by:
getDefaultTableColumnsCount in interface ExpandoColumnServiceSoap
Throws:
java.rmi.RemoteException

updateColumn

public ExpandoColumnSoap updateColumn(long columnId,
                                      java.lang.String name,
                                      int type)
                               throws java.rmi.RemoteException
Specified by:
updateColumn in interface ExpandoColumnServiceSoap
Throws:
java.rmi.RemoteException

addColumn

public ExpandoColumnSoap addColumn(long tableId,
                                   java.lang.String name,
                                   int type)
                            throws java.rmi.RemoteException
Specified by:
addColumn in interface ExpandoColumnServiceSoap
Throws:
java.rmi.RemoteException

getColumn

public ExpandoColumnSoap getColumn(long classNameId,
                                   java.lang.String tableName,
                                   java.lang.String name)
                            throws java.rmi.RemoteException
Specified by:
getColumn in interface ExpandoColumnServiceSoap
Throws:
java.rmi.RemoteException

getColumn

public ExpandoColumnSoap getColumn(java.lang.String className,
                                   java.lang.String tableName,
                                   java.lang.String name)
                            throws java.rmi.RemoteException
Specified by:
getColumn in interface ExpandoColumnServiceSoap
Throws:
java.rmi.RemoteException

getColumn

public ExpandoColumnSoap getColumn(long tableId,
                                   java.lang.String name)
                            throws java.rmi.RemoteException
Specified by:
getColumn in interface ExpandoColumnServiceSoap
Throws:
java.rmi.RemoteException

getColumn

public ExpandoColumnSoap getColumn(long columnId)
                            throws java.rmi.RemoteException
Specified by:
getColumn in interface ExpandoColumnServiceSoap
Throws:
java.rmi.RemoteException

getColumns

public ExpandoColumnSoap[] getColumns(long tableId)
                               throws java.rmi.RemoteException
Specified by:
getColumns in interface ExpandoColumnServiceSoap
Throws:
java.rmi.RemoteException

getColumns

public ExpandoColumnSoap[] getColumns(java.lang.String className,
                                      java.lang.String tableName)
                               throws java.rmi.RemoteException
Specified by:
getColumns in interface ExpandoColumnServiceSoap
Throws:
java.rmi.RemoteException

getColumns

public ExpandoColumnSoap[] getColumns(long classNameId,
                                      java.lang.String tableName)
                               throws java.rmi.RemoteException
Specified by:
getColumns in interface ExpandoColumnServiceSoap
Throws:
java.rmi.RemoteException