com.liferay.client.portlet.expando.service.http
Interface ExpandoTableServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portlet_Expando_ExpandoTableServiceSoapBindingImpl, Portlet_Expando_ExpandoTableServiceSoapBindingStub

public interface ExpandoTableServiceSoap
extends java.rmi.Remote


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)
           
 

Method Detail

updateTable

ExpandoTableSoap updateTable(long tableId,
                             java.lang.String name)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addDefaultTable

ExpandoTableSoap addDefaultTable(java.lang.String className)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addDefaultTable

ExpandoTableSoap addDefaultTable(long classNameId)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteTable

void deleteTable(long tableId)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteTable

void deleteTable(long classNameId,
                 java.lang.String name)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteTable

void deleteTable(java.lang.String className,
                 java.lang.String name)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteTables

void deleteTables(java.lang.String className)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteTables

void deleteTables(long classNameId)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getTable

ExpandoTableSoap getTable(long classNameId,
                          java.lang.String name)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getTable

ExpandoTableSoap getTable(java.lang.String className,
                          java.lang.String name)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getTable

ExpandoTableSoap getTable(long tableId)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDefaultTable

ExpandoTableSoap getDefaultTable(java.lang.String className)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDefaultTable

ExpandoTableSoap getDefaultTable(long classNameId)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getTables

ExpandoTableSoap[] getTables(java.lang.String className)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getTables

ExpandoTableSoap[] getTables(long classNameId)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addTable

ExpandoTableSoap addTable(long classNameId,
                          java.lang.String name)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addTable

ExpandoTableSoap addTable(java.lang.String className,
                          java.lang.String name)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException