com.liferay.client.portlet.expando.service.http
Interface ExpandoRowServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portlet_Expando_ExpandoRowServiceSoapBindingImpl, Portlet_Expando_ExpandoRowServiceSoapBindingStub

public interface ExpandoRowServiceSoap
extends java.rmi.Remote


Method Summary
 ExpandoRowSoap addRow(long tableId)
           
 void deleteRow(long rowId)
           
 ExpandoRowSoap[] getDefaultTableRows(long classNameId, int begin, int end)
           
 ExpandoRowSoap[] getDefaultTableRows(java.lang.String className, int begin, int end)
           
 int getDefaultTableRowsCount(long classNameId)
           
 int getDefaultTableRowsCount(java.lang.String className)
           
 ExpandoRowSoap[] getRows(long tableId, int begin, int end)
           
 ExpandoRowSoap[] getRows(long classNameId, java.lang.String tableName, int begin, int end)
           
 ExpandoRowSoap[] getRows(java.lang.String className, java.lang.String tableName, int begin, int end)
           
 int getRowsCount(long tableId)
           
 int getRowsCount(long classNameId, java.lang.String tableName)
           
 int getRowsCount(java.lang.String className, java.lang.String tableName)
           
 

Method Detail

deleteRow

void deleteRow(long rowId)
               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDefaultTableRows

ExpandoRowSoap[] getDefaultTableRows(long classNameId,
                                     int begin,
                                     int end)
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDefaultTableRows

ExpandoRowSoap[] getDefaultTableRows(java.lang.String className,
                                     int begin,
                                     int end)
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDefaultTableRowsCount

int getDefaultTableRowsCount(java.lang.String className)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDefaultTableRowsCount

int getDefaultTableRowsCount(long classNameId)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getRowsCount

int getRowsCount(long tableId)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getRowsCount

int getRowsCount(java.lang.String className,
                 java.lang.String tableName)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getRowsCount

int getRowsCount(long classNameId,
                 java.lang.String tableName)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getRows

ExpandoRowSoap[] getRows(long classNameId,
                         java.lang.String tableName,
                         int begin,
                         int end)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getRows

ExpandoRowSoap[] getRows(java.lang.String className,
                         java.lang.String tableName,
                         int begin,
                         int end)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getRows

ExpandoRowSoap[] getRows(long tableId,
                         int begin,
                         int end)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addRow

ExpandoRowSoap addRow(long tableId)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException