com.liferay.client.portlet.expando.service.http
Class Portlet_Expando_ExpandoColumnServiceSoapBindingImpl
java.lang.Object
com.liferay.client.portlet.expando.service.http.Portlet_Expando_ExpandoColumnServiceSoapBindingImpl
- All Implemented Interfaces:
- ExpandoColumnServiceSoap, java.rmi.Remote
public class Portlet_Expando_ExpandoColumnServiceSoapBindingImpl
- extends java.lang.Object
- implements ExpandoColumnServiceSoap
Method Summary |
ExpandoColumnSoap |
addColumn(long tableId,
java.lang.String name,
int type)
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portlet_Expando_ExpandoColumnServiceSoapBindingImpl
public Portlet_Expando_ExpandoColumnServiceSoapBindingImpl()
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