1   /**
2    * ExpandoColumnServiceSoap.java
3    *
4    * This file was auto-generated from WSDL
5    * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
6    */
7   
8   package com.liferay.client.portlet.expando.service.http;
9   
10  public interface ExpandoColumnServiceSoap extends java.rmi.Remote {
11      public void deleteColumn(long columnId) throws java.rmi.RemoteException;
12      public void deleteColumns(long tableId) throws java.rmi.RemoteException;
13      public void deleteColumns(long classNameId, java.lang.String tableName) throws java.rmi.RemoteException;
14      public void deleteColumns(java.lang.String className, java.lang.String tableName) throws java.rmi.RemoteException;
15      public int getColumnsCount(java.lang.String className, java.lang.String tableName) throws java.rmi.RemoteException;
16      public int getColumnsCount(long classNameId, java.lang.String tableName) throws java.rmi.RemoteException;
17      public int getColumnsCount(long tableId) throws java.rmi.RemoteException;
18      public com.liferay.client.portlet.expando.model.ExpandoColumnSoap getDefaultTableColumn(long classNameId, java.lang.String name) throws java.rmi.RemoteException;
19      public com.liferay.client.portlet.expando.model.ExpandoColumnSoap getDefaultTableColumn(java.lang.String className, java.lang.String name) throws java.rmi.RemoteException;
20      public com.liferay.client.portlet.expando.model.ExpandoColumnSoap[] getDefaultTableColumns(java.lang.String className) throws java.rmi.RemoteException;
21      public com.liferay.client.portlet.expando.model.ExpandoColumnSoap[] getDefaultTableColumns(long classNameId) throws java.rmi.RemoteException;
22      public int getDefaultTableColumnsCount(long classNameId) throws java.rmi.RemoteException;
23      public int getDefaultTableColumnsCount(java.lang.String className) throws java.rmi.RemoteException;
24      public com.liferay.client.portlet.expando.model.ExpandoColumnSoap updateColumn(long columnId, java.lang.String name, int type) throws java.rmi.RemoteException;
25      public com.liferay.client.portlet.expando.model.ExpandoColumnSoap addColumn(long tableId, java.lang.String name, int type) throws java.rmi.RemoteException;
26      public com.liferay.client.portlet.expando.model.ExpandoColumnSoap getColumn(long classNameId, java.lang.String tableName, java.lang.String name) throws java.rmi.RemoteException;
27      public com.liferay.client.portlet.expando.model.ExpandoColumnSoap getColumn(java.lang.String className, java.lang.String tableName, java.lang.String name) throws java.rmi.RemoteException;
28      public com.liferay.client.portlet.expando.model.ExpandoColumnSoap getColumn(long tableId, java.lang.String name) throws java.rmi.RemoteException;
29      public com.liferay.client.portlet.expando.model.ExpandoColumnSoap getColumn(long columnId) throws java.rmi.RemoteException;
30      public com.liferay.client.portlet.expando.model.ExpandoColumnSoap[] getColumns(long tableId) throws java.rmi.RemoteException;
31      public com.liferay.client.portlet.expando.model.ExpandoColumnSoap[] getColumns(java.lang.String className, java.lang.String tableName) throws java.rmi.RemoteException;
32      public com.liferay.client.portlet.expando.model.ExpandoColumnSoap[] getColumns(long classNameId, java.lang.String tableName) throws java.rmi.RemoteException;
33  }
34