com.liferay.client.portlet.expando.service.http
Class Portlet_Expando_ExpandoValueServiceSoapBindingImpl

java.lang.Object
  extended by com.liferay.client.portlet.expando.service.http.Portlet_Expando_ExpandoValueServiceSoapBindingImpl
All Implemented Interfaces:
ExpandoValueServiceSoap, java.rmi.Remote

public class Portlet_Expando_ExpandoValueServiceSoapBindingImpl
extends java.lang.Object
implements ExpandoValueServiceSoap


Constructor Summary
Portlet_Expando_ExpandoValueServiceSoapBindingImpl()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_Expando_ExpandoValueServiceSoapBindingImpl

public Portlet_Expando_ExpandoValueServiceSoapBindingImpl()
Method Detail

deleteValues

public void deleteValues(java.lang.String className,
                         long classPK)
                  throws java.rmi.RemoteException
Specified by:
deleteValues in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

deleteValues

public void deleteValues(long classNameId,
                         long classPK)
                  throws java.rmi.RemoteException
Specified by:
deleteValues in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

deleteColumnValues

public void deleteColumnValues(long columnId)
                        throws java.rmi.RemoteException
Specified by:
deleteColumnValues in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

deleteRowValues

public void deleteRowValues(long rowId)
                     throws java.rmi.RemoteException
Specified by:
deleteRowValues in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

deleteTableValues

public void deleteTableValues(long tableId)
                       throws java.rmi.RemoteException
Specified by:
deleteTableValues in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

addValue

public ExpandoValueSoap addValue(long columnId,
                                 long rowId,
                                 long classPK,
                                 java.lang.String data)
                          throws java.rmi.RemoteException
Specified by:
addValue in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

deleteValue

public void deleteValue(long valueId)
                 throws java.rmi.RemoteException
Specified by:
deleteValue in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getColumnValues

public ExpandoValueSoap[] getColumnValues(long columnId,
                                          int begin,
                                          int end)
                                   throws java.rmi.RemoteException
Specified by:
getColumnValues in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getColumnValues

public ExpandoValueSoap[] getColumnValues(long classNameId,
                                          java.lang.String tableName,
                                          java.lang.String columnName,
                                          int begin,
                                          int end)
                                   throws java.rmi.RemoteException
Specified by:
getColumnValues in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getColumnValues

public ExpandoValueSoap[] getColumnValues(java.lang.String className,
                                          java.lang.String tableName,
                                          java.lang.String columnName,
                                          int begin,
                                          int end)
                                   throws java.rmi.RemoteException
Specified by:
getColumnValues in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getColumnValuesCount

public int getColumnValuesCount(long classNameId,
                                java.lang.String tableName,
                                java.lang.String columnName)
                         throws java.rmi.RemoteException
Specified by:
getColumnValuesCount in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getColumnValuesCount

public int getColumnValuesCount(java.lang.String className,
                                java.lang.String tableName,
                                java.lang.String columnName)
                         throws java.rmi.RemoteException
Specified by:
getColumnValuesCount in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getColumnValuesCount

public int getColumnValuesCount(long columnId)
                         throws java.rmi.RemoteException
Specified by:
getColumnValuesCount in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getDefaultTableColumnValues

public ExpandoValueSoap[] getDefaultTableColumnValues(java.lang.String className,
                                                      java.lang.String columnName,
                                                      int begin,
                                                      int end)
                                               throws java.rmi.RemoteException
Specified by:
getDefaultTableColumnValues in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getDefaultTableColumnValues

public ExpandoValueSoap[] getDefaultTableColumnValues(long classNameId,
                                                      java.lang.String columnName,
                                                      int begin,
                                                      int end)
                                               throws java.rmi.RemoteException
Specified by:
getDefaultTableColumnValues in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getDefaultTableColumnValuesCount

public int getDefaultTableColumnValuesCount(long classNameId,
                                            java.lang.String columnName)
                                     throws java.rmi.RemoteException
Specified by:
getDefaultTableColumnValuesCount in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getDefaultTableColumnValuesCount

public int getDefaultTableColumnValuesCount(java.lang.String className,
                                            java.lang.String columnName)
                                     throws java.rmi.RemoteException
Specified by:
getDefaultTableColumnValuesCount in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getRowValues

public ExpandoValueSoap[] getRowValues(long rowId)
                                throws java.rmi.RemoteException
Specified by:
getRowValues in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getRowValues

public ExpandoValueSoap[] getRowValues(long rowId,
                                       int begin,
                                       int end)
                                throws java.rmi.RemoteException
Specified by:
getRowValues in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getRowValuesCount

public int getRowValuesCount(long rowId)
                      throws java.rmi.RemoteException
Specified by:
getRowValuesCount in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getValue

public ExpandoValueSoap getValue(long columnId,
                                 long rowId)
                          throws java.rmi.RemoteException
Specified by:
getValue in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getValue

public ExpandoValueSoap getValue(java.lang.String className,
                                 java.lang.String tableName,
                                 java.lang.String name,
                                 long rowId)
                          throws java.rmi.RemoteException
Specified by:
getValue in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getValue

public ExpandoValueSoap getValue(long classNameId,
                                 java.lang.String tableName,
                                 java.lang.String name,
                                 long rowId)
                          throws java.rmi.RemoteException
Specified by:
getValue in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getValue

public ExpandoValueSoap getValue(long valueId)
                          throws java.rmi.RemoteException
Specified by:
getValue in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException