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

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portlet_Expando_ExpandoValueServiceSoapBindingImpl, Portlet_Expando_ExpandoValueServiceSoapBindingStub

public interface ExpandoValueServiceSoap
extends java.rmi.Remote


Method Summary
 ExpandoValueSoap addValue(long columnId, long rowId, long classPK, java.lang.String data)
           
 void deleteColumnValues(long columnId)
           
 void deleteRowValues(long rowId)
           
 void deleteTableValues(long tableId)
           
 void deleteValue(long valueId)
           
 void deleteValues(long classNameId, long classPK)
           
 void deleteValues(java.lang.String className, long classPK)
           
 ExpandoValueSoap[] getColumnValues(long columnId, int begin, int end)
           
 ExpandoValueSoap[] getColumnValues(long classNameId, java.lang.String tableName, java.lang.String columnName, int begin, int end)
           
 ExpandoValueSoap[] getColumnValues(java.lang.String className, java.lang.String tableName, java.lang.String columnName, int begin, int end)
           
 int getColumnValuesCount(long columnId)
           
 int getColumnValuesCount(long classNameId, java.lang.String tableName, java.lang.String columnName)
           
 int getColumnValuesCount(java.lang.String className, java.lang.String tableName, java.lang.String columnName)
           
 ExpandoValueSoap[] getDefaultTableColumnValues(long classNameId, java.lang.String columnName, int begin, int end)
           
 ExpandoValueSoap[] getDefaultTableColumnValues(java.lang.String className, java.lang.String columnName, int begin, int end)
           
 int getDefaultTableColumnValuesCount(long classNameId, java.lang.String columnName)
           
 int getDefaultTableColumnValuesCount(java.lang.String className, java.lang.String columnName)
           
 ExpandoValueSoap[] getRowValues(long rowId)
           
 ExpandoValueSoap[] getRowValues(long rowId, int begin, int end)
           
 int getRowValuesCount(long rowId)
           
 ExpandoValueSoap getValue(long valueId)
           
 ExpandoValueSoap getValue(long columnId, long rowId)
           
 ExpandoValueSoap getValue(long classNameId, java.lang.String tableName, java.lang.String name, long rowId)
           
 ExpandoValueSoap getValue(java.lang.String className, java.lang.String tableName, java.lang.String name, long rowId)
           
 

Method Detail

deleteValues

void deleteValues(java.lang.String className,
                  long classPK)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteValues

void deleteValues(long classNameId,
                  long classPK)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteColumnValues

void deleteColumnValues(long columnId)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteRowValues

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

deleteTableValues

void deleteTableValues(long tableId)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addValue

ExpandoValueSoap addValue(long columnId,
                          long rowId,
                          long classPK,
                          java.lang.String data)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteValue

void deleteValue(long valueId)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getColumnValues

ExpandoValueSoap[] getColumnValues(long columnId,
                                   int begin,
                                   int end)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getColumnValues

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

getColumnValues

ExpandoValueSoap[] getColumnValues(java.lang.String className,
                                   java.lang.String tableName,
                                   java.lang.String columnName,
                                   int begin,
                                   int end)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getColumnValuesCount

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

getColumnValuesCount

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

getColumnValuesCount

int getColumnValuesCount(long columnId)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDefaultTableColumnValues

ExpandoValueSoap[] getDefaultTableColumnValues(java.lang.String className,
                                               java.lang.String columnName,
                                               int begin,
                                               int end)
                                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDefaultTableColumnValues

ExpandoValueSoap[] getDefaultTableColumnValues(long classNameId,
                                               java.lang.String columnName,
                                               int begin,
                                               int end)
                                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDefaultTableColumnValuesCount

int getDefaultTableColumnValuesCount(long classNameId,
                                     java.lang.String columnName)
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDefaultTableColumnValuesCount

int getDefaultTableColumnValuesCount(java.lang.String className,
                                     java.lang.String columnName)
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getRowValues

ExpandoValueSoap[] getRowValues(long rowId)
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getRowValues

ExpandoValueSoap[] getRowValues(long rowId,
                                int begin,
                                int end)
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getRowValuesCount

int getRowValuesCount(long rowId)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getValue

ExpandoValueSoap getValue(long columnId,
                          long rowId)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getValue

ExpandoValueSoap getValue(java.lang.String className,
                          java.lang.String tableName,
                          java.lang.String name,
                          long rowId)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getValue

ExpandoValueSoap getValue(long classNameId,
                          java.lang.String tableName,
                          java.lang.String name,
                          long rowId)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getValue

ExpandoValueSoap getValue(long valueId)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException