1
7
8 package com.liferay.client.portlet.expando.service.http;
9
10 public class Portlet_Expando_ExpandoValueServiceSoapBindingImpl implements com.liferay.client.portlet.expando.service.http.ExpandoValueServiceSoap{
11 public void deleteValues(java.lang.String className, long classPK) throws java.rmi.RemoteException {
12 }
13
14 public void deleteValues(long classNameId, long classPK) throws java.rmi.RemoteException {
15 }
16
17 public void deleteColumnValues(long columnId) throws java.rmi.RemoteException {
18 }
19
20 public void deleteRowValues(long rowId) throws java.rmi.RemoteException {
21 }
22
23 public void deleteTableValues(long tableId) throws java.rmi.RemoteException {
24 }
25
26 public com.liferay.client.portlet.expando.model.ExpandoValueSoap addValue(long columnId, long rowId, long classPK, java.lang.String data) throws java.rmi.RemoteException {
27 return null;
28 }
29
30 public void deleteValue(long valueId) throws java.rmi.RemoteException {
31 }
32
33 public com.liferay.client.portlet.expando.model.ExpandoValueSoap[] getColumnValues(long columnId, int begin, int end) throws java.rmi.RemoteException {
34 return null;
35 }
36
37 public com.liferay.client.portlet.expando.model.ExpandoValueSoap[] getColumnValues(long classNameId, java.lang.String tableName, java.lang.String columnName, int begin, int end) throws java.rmi.RemoteException {
38 return null;
39 }
40
41 public com.liferay.client.portlet.expando.model.ExpandoValueSoap[] getColumnValues(java.lang.String className, java.lang.String tableName, java.lang.String columnName, int begin, int end) throws java.rmi.RemoteException {
42 return null;
43 }
44
45 public int getColumnValuesCount(long classNameId, java.lang.String tableName, java.lang.String columnName) throws java.rmi.RemoteException {
46 return -3;
47 }
48
49 public int getColumnValuesCount(java.lang.String className, java.lang.String tableName, java.lang.String columnName) throws java.rmi.RemoteException {
50 return -3;
51 }
52
53 public int getColumnValuesCount(long columnId) throws java.rmi.RemoteException {
54 return -3;
55 }
56
57 public com.liferay.client.portlet.expando.model.ExpandoValueSoap[] getDefaultTableColumnValues(java.lang.String className, java.lang.String columnName, int begin, int end) throws java.rmi.RemoteException {
58 return null;
59 }
60
61 public com.liferay.client.portlet.expando.model.ExpandoValueSoap[] getDefaultTableColumnValues(long classNameId, java.lang.String columnName, int begin, int end) throws java.rmi.RemoteException {
62 return null;
63 }
64
65 public int getDefaultTableColumnValuesCount(long classNameId, java.lang.String columnName) throws java.rmi.RemoteException {
66 return -3;
67 }
68
69 public int getDefaultTableColumnValuesCount(java.lang.String className, java.lang.String columnName) throws java.rmi.RemoteException {
70 return -3;
71 }
72
73 public com.liferay.client.portlet.expando.model.ExpandoValueSoap[] getRowValues(long rowId) throws java.rmi.RemoteException {
74 return null;
75 }
76
77 public com.liferay.client.portlet.expando.model.ExpandoValueSoap[] getRowValues(long rowId, int begin, int end) throws java.rmi.RemoteException {
78 return null;
79 }
80
81 public int getRowValuesCount(long rowId) throws java.rmi.RemoteException {
82 return -3;
83 }
84
85 public com.liferay.client.portlet.expando.model.ExpandoValueSoap getValue(long columnId, long rowId) throws java.rmi.RemoteException {
86 return null;
87 }
88
89 public com.liferay.client.portlet.expando.model.ExpandoValueSoap getValue(java.lang.String className, java.lang.String tableName, java.lang.String name, long rowId) throws java.rmi.RemoteException {
90 return null;
91 }
92
93 public com.liferay.client.portlet.expando.model.ExpandoValueSoap getValue(long classNameId, java.lang.String tableName, java.lang.String name, long rowId) throws java.rmi.RemoteException {
94 return null;
95 }
96
97 public com.liferay.client.portlet.expando.model.ExpandoValueSoap getValue(long valueId) throws java.rmi.RemoteException {
98 return null;
99 }
100
101 }
102