1
7
8 package com.liferay.client.portlet.expando.service.http;
9
10 public class Portlet_Expando_ExpandoColumnServiceSoapBindingImpl implements com.liferay.client.portlet.expando.service.http.ExpandoColumnServiceSoap{
11 public void deleteColumn(long columnId) throws java.rmi.RemoteException {
12 }
13
14 public void deleteColumns(long tableId) throws java.rmi.RemoteException {
15 }
16
17 public void deleteColumns(long classNameId, java.lang.String tableName) throws java.rmi.RemoteException {
18 }
19
20 public void deleteColumns(java.lang.String className, java.lang.String tableName) throws java.rmi.RemoteException {
21 }
22
23 public int getColumnsCount(java.lang.String className, java.lang.String tableName) throws java.rmi.RemoteException {
24 return -3;
25 }
26
27 public int getColumnsCount(long classNameId, java.lang.String tableName) throws java.rmi.RemoteException {
28 return -3;
29 }
30
31 public int getColumnsCount(long tableId) throws java.rmi.RemoteException {
32 return -3;
33 }
34
35 public com.liferay.client.portlet.expando.model.ExpandoColumnSoap getDefaultTableColumn(long classNameId, java.lang.String name) throws java.rmi.RemoteException {
36 return null;
37 }
38
39 public com.liferay.client.portlet.expando.model.ExpandoColumnSoap getDefaultTableColumn(java.lang.String className, java.lang.String name) throws java.rmi.RemoteException {
40 return null;
41 }
42
43 public com.liferay.client.portlet.expando.model.ExpandoColumnSoap[] getDefaultTableColumns(java.lang.String className) throws java.rmi.RemoteException {
44 return null;
45 }
46
47 public com.liferay.client.portlet.expando.model.ExpandoColumnSoap[] getDefaultTableColumns(long classNameId) throws java.rmi.RemoteException {
48 return null;
49 }
50
51 public int getDefaultTableColumnsCount(long classNameId) throws java.rmi.RemoteException {
52 return -3;
53 }
54
55 public int getDefaultTableColumnsCount(java.lang.String className) throws java.rmi.RemoteException {
56 return -3;
57 }
58
59 public com.liferay.client.portlet.expando.model.ExpandoColumnSoap updateColumn(long columnId, java.lang.String name, int type) throws java.rmi.RemoteException {
60 return null;
61 }
62
63 public com.liferay.client.portlet.expando.model.ExpandoColumnSoap addColumn(long tableId, java.lang.String name, int type) throws java.rmi.RemoteException {
64 return null;
65 }
66
67 public com.liferay.client.portlet.expando.model.ExpandoColumnSoap getColumn(long classNameId, java.lang.String tableName, java.lang.String name) throws java.rmi.RemoteException {
68 return null;
69 }
70
71 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 {
72 return null;
73 }
74
75 public com.liferay.client.portlet.expando.model.ExpandoColumnSoap getColumn(long tableId, java.lang.String name) throws java.rmi.RemoteException {
76 return null;
77 }
78
79 public com.liferay.client.portlet.expando.model.ExpandoColumnSoap getColumn(long columnId) throws java.rmi.RemoteException {
80 return null;
81 }
82
83 public com.liferay.client.portlet.expando.model.ExpandoColumnSoap[] getColumns(long tableId) throws java.rmi.RemoteException {
84 return null;
85 }
86
87 public com.liferay.client.portlet.expando.model.ExpandoColumnSoap[] getColumns(java.lang.String className, java.lang.String tableName) throws java.rmi.RemoteException {
88 return null;
89 }
90
91 public com.liferay.client.portlet.expando.model.ExpandoColumnSoap[] getColumns(long classNameId, java.lang.String tableName) throws java.rmi.RemoteException {
92 return null;
93 }
94
95 }
96