1   /**
2    * Portlet_Expando_ExpandoTableServiceSoapBindingImpl.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 class Portlet_Expando_ExpandoTableServiceSoapBindingImpl implements com.liferay.client.portlet.expando.service.http.ExpandoTableServiceSoap{
11      public com.liferay.client.portlet.expando.model.ExpandoTableSoap updateTable(long tableId, java.lang.String name) throws java.rmi.RemoteException {
12          return null;
13      }
14  
15      public com.liferay.client.portlet.expando.model.ExpandoTableSoap addDefaultTable(java.lang.String className) throws java.rmi.RemoteException {
16          return null;
17      }
18  
19      public com.liferay.client.portlet.expando.model.ExpandoTableSoap addDefaultTable(long classNameId) throws java.rmi.RemoteException {
20          return null;
21      }
22  
23      public void deleteTable(long tableId) throws java.rmi.RemoteException {
24      }
25  
26      public void deleteTable(long classNameId, java.lang.String name) throws java.rmi.RemoteException {
27      }
28  
29      public void deleteTable(java.lang.String className, java.lang.String name) throws java.rmi.RemoteException {
30      }
31  
32      public void deleteTables(java.lang.String className) throws java.rmi.RemoteException {
33      }
34  
35      public void deleteTables(long classNameId) throws java.rmi.RemoteException {
36      }
37  
38      public com.liferay.client.portlet.expando.model.ExpandoTableSoap getTable(long classNameId, java.lang.String name) throws java.rmi.RemoteException {
39          return null;
40      }
41  
42      public com.liferay.client.portlet.expando.model.ExpandoTableSoap getTable(java.lang.String className, java.lang.String name) throws java.rmi.RemoteException {
43          return null;
44      }
45  
46      public com.liferay.client.portlet.expando.model.ExpandoTableSoap getTable(long tableId) throws java.rmi.RemoteException {
47          return null;
48      }
49  
50      public com.liferay.client.portlet.expando.model.ExpandoTableSoap getDefaultTable(java.lang.String className) throws java.rmi.RemoteException {
51          return null;
52      }
53  
54      public com.liferay.client.portlet.expando.model.ExpandoTableSoap getDefaultTable(long classNameId) throws java.rmi.RemoteException {
55          return null;
56      }
57  
58      public com.liferay.client.portlet.expando.model.ExpandoTableSoap[] getTables(java.lang.String className) throws java.rmi.RemoteException {
59          return null;
60      }
61  
62      public com.liferay.client.portlet.expando.model.ExpandoTableSoap[] getTables(long classNameId) throws java.rmi.RemoteException {
63          return null;
64      }
65  
66      public com.liferay.client.portlet.expando.model.ExpandoTableSoap addTable(long classNameId, java.lang.String name) throws java.rmi.RemoteException {
67          return null;
68      }
69  
70      public com.liferay.client.portlet.expando.model.ExpandoTableSoap addTable(java.lang.String className, java.lang.String name) throws java.rmi.RemoteException {
71          return null;
72      }
73  
74  }
75