1
7
8 package com.liferay.client.portlet.expando.service.http;
9
10 public class Portlet_Expando_ExpandoRowServiceSoapBindingImpl implements com.liferay.client.portlet.expando.service.http.ExpandoRowServiceSoap{
11 public void deleteRow(long rowId) throws java.rmi.RemoteException {
12 }
13
14 public com.liferay.client.portlet.expando.model.ExpandoRowSoap[] getDefaultTableRows(long classNameId, int begin, int end) throws java.rmi.RemoteException {
15 return null;
16 }
17
18 public com.liferay.client.portlet.expando.model.ExpandoRowSoap[] getDefaultTableRows(java.lang.String className, int begin, int end) throws java.rmi.RemoteException {
19 return null;
20 }
21
22 public int getDefaultTableRowsCount(java.lang.String className) throws java.rmi.RemoteException {
23 return -3;
24 }
25
26 public int getDefaultTableRowsCount(long classNameId) throws java.rmi.RemoteException {
27 return -3;
28 }
29
30 public int getRowsCount(long tableId) throws java.rmi.RemoteException {
31 return -3;
32 }
33
34 public int getRowsCount(java.lang.String className, java.lang.String tableName) throws java.rmi.RemoteException {
35 return -3;
36 }
37
38 public int getRowsCount(long classNameId, java.lang.String tableName) throws java.rmi.RemoteException {
39 return -3;
40 }
41
42 public com.liferay.client.portlet.expando.model.ExpandoRowSoap[] getRows(long classNameId, java.lang.String tableName, int begin, int end) throws java.rmi.RemoteException {
43 return null;
44 }
45
46 public com.liferay.client.portlet.expando.model.ExpandoRowSoap[] getRows(java.lang.String className, java.lang.String tableName, int begin, int end) throws java.rmi.RemoteException {
47 return null;
48 }
49
50 public com.liferay.client.portlet.expando.model.ExpandoRowSoap[] getRows(long tableId, int begin, int end) throws java.rmi.RemoteException {
51 return null;
52 }
53
54 public com.liferay.client.portlet.expando.model.ExpandoRowSoap addRow(long tableId) throws java.rmi.RemoteException {
55 return null;
56 }
57
58 }
59