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
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