1   /**
2    * ExpandoRowServiceSoap.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 ExpandoRowServiceSoap extends java.rmi.Remote {
11      public void deleteRow(long rowId) throws java.rmi.RemoteException;
12      public com.liferay.client.portlet.expando.model.ExpandoRowSoap[] getDefaultTableRows(long classNameId, int begin, int end) throws java.rmi.RemoteException;
13      public com.liferay.client.portlet.expando.model.ExpandoRowSoap[] getDefaultTableRows(java.lang.String className, int begin, int end) throws java.rmi.RemoteException;
14      public int getDefaultTableRowsCount(java.lang.String className) throws java.rmi.RemoteException;
15      public int getDefaultTableRowsCount(long classNameId) throws java.rmi.RemoteException;
16      public int getRowsCount(long tableId) throws java.rmi.RemoteException;
17      public int getRowsCount(java.lang.String className, java.lang.String tableName) throws java.rmi.RemoteException;
18      public int getRowsCount(long classNameId, java.lang.String tableName) throws java.rmi.RemoteException;
19      public com.liferay.client.portlet.expando.model.ExpandoRowSoap[] getRows(long classNameId, java.lang.String tableName, int begin, int end) throws java.rmi.RemoteException;
20      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;
21      public com.liferay.client.portlet.expando.model.ExpandoRowSoap[] getRows(long tableId, int begin, int end) throws java.rmi.RemoteException;
22      public com.liferay.client.portlet.expando.model.ExpandoRowSoap addRow(long tableId) throws java.rmi.RemoteException;
23  }
24