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

java.lang.Object
  extended by com.liferay.client.portlet.expando.service.http.Portlet_Expando_ExpandoTableServiceSoapBindingImpl
All Implemented Interfaces:
ExpandoTableServiceSoap, java.rmi.Remote

public class Portlet_Expando_ExpandoTableServiceSoapBindingImpl
extends java.lang.Object
implements ExpandoTableServiceSoap


Constructor Summary
Portlet_Expando_ExpandoTableServiceSoapBindingImpl()
           
 
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)
           
 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_Expando_ExpandoTableServiceSoapBindingImpl

public Portlet_Expando_ExpandoTableServiceSoapBindingImpl()
Method Detail

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